index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
conncache.h
Age
Commit message (
Expand
)
Author
2019-05-28
conncache: make "bundles" per host name when doing proxy tunnels
Daniel Stenberg
2019-04-06
pipelining: removed
Daniel Stenberg
2018-12-22
conncache_unlock: avoid indirection by changing input argument type
Daniel Stenberg
2018-12-22
disconnect: separate connections and easy handles better
Daniel Stenberg
2018-06-25
url: check Curl_conncache_add_conn return code
Daniel Stenberg
2017-12-05
conncache: fix several lock issues
Daniel Stenberg
2017-11-09
share: add support for sharing the connection cache
Daniel Stenberg
2017-07-28
timeval: struct curltime is a struct timeval replacement
Daniel Stenberg
2017-04-04
llist: replace Curl_llist_alloc with Curl_llist_init
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-05-18
bundles: store no/default/pipeline/multiplex
Daniel Stenberg
2015-05-12
bundles: merged into conncache.c
Daniel Stenberg
2015-05-12
connection cache: avoid Curl_hash_alloc()
Daniel Stenberg
2015-03-11
proxy: re-use proxy connections (regression)
Daniel Stenberg
2014-08-12
create_conn: prune dead connections
Frank Meier
2014-07-23
conncache: fix compiler warning
Marcel Raad
2014-06-13
conncache: move the connection counter to the cache struct
Lindley French
2013-04-26
curl_easy_init: use less mallocs
Daniel Stenberg
2013-01-17
always-multi: always use non-blocking internals
Daniel Stenberg
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: rename 76 lib/*.h files
Yang Tse
2012-12-24
Curl_conncache_foreach: allow callback to break loop
Daniel Stenberg
2012-12-10
conncache: fix enumerated type mixed with another type
Yang Tse
2012-12-07
Introducing a new persistent connection caching system using "bundles".
Linus Nielsen Feltzing