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.c
Age
Commit message (
Expand
)
Author
2019-05-29
conncache: Remove the DEBUGASSERT on length check
Steve Holme
2019-05-28
url: default conn->port to the same as conn->remote_port
Daniel Stenberg
2019-05-28
conncache: make "bundles" per host name when doing proxy tunnels
Daniel Stenberg
2019-04-21
CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuse
Daniel Stenberg
2019-03-17
conncache: use conn->data to know if a transfer owns it
Daniel Stenberg
2019-02-10
cleanup: make local functions static
Daniel Stenberg
2019-01-11
urldata: rename easy_conn to just conn
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-11-23
snprintf: renamed and we now only use msnprintf()
Daniel Stenberg
2018-07-22
vtls: set conn->data when closing TLS
Daniel Stenberg
2018-07-11
conn: remove the boolean 'inuse' field
Daniel Stenberg
2018-06-25
url: check Curl_conncache_add_conn return code
Daniel Stenberg
2018-06-21
url: fix dangling conn->data pointer
Daniel Stenberg
2018-05-31
strictness: correct {infof, failf} format specifiers
Rikard Falkeborn
2017-12-12
conncache: fix a return code [regression]
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-04-22
llist: no longer uses malloc
Daniel Stenberg
2017-04-04
llist: replace Curl_llist_alloc with Curl_llist_init
Daniel Stenberg
2017-03-29
conncache: make hashkey avoid malloc
Daniel Stenberg
2017-02-19
string formatting: fix 4 printf-style format strings
Michael Kaufmann
2016-11-24
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
Alex Rousskov
2016-10-31
strcasecompare: all case insensitive string compares ignore locale now
Daniel Stenberg
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-05-03
connections: non-HTTP proxies on different ports aren't reused either
Daniel Stenberg
2016-04-29
lib: include curl_printf.h as one of the last headers
Daniel Stenberg
2016-04-17
news: CURLOPT_CONNECT_TO and --connect-to
Michael Kaufmann
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-05-24
conncache: fixed memory leak on OOM (torture tests)
Dan Fandrich
2015-05-18
hostip: fix unintended destruction of hash table
Anthony Avina
2015-05-18
bundles: store no/default/pipeline/multiplex
Daniel Stenberg
2015-05-14
Curl_conncache_add_conn: fix memory leak on OOM
Daniel Stenberg
2015-05-12
conncache: keep bundles on host+port bases, not only host names
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-11-19
conncache: Fixed specifiers in infof() for long and size_t variables
Steve Holme
2014-11-18
debug: added new connection cache output, plus fixups
Carlo Wood
2014-10-24
code cleanup: we prefer 'CURLcode result'
Daniel Stenberg
2014-10-14
cleanups: reduce variable scope
Daniel Stenberg
2014-08-12
create_conn: prune dead connections
Frank Meier
2014-06-13
conncache: move the connection counter to the cache struct
Lindley French
2014-01-04
Updated copyright year for recent changes
Steve Holme
2014-01-04
conncache.c: fix possible dereference of null pointer
Marc Hoersken
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-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
[next]