Age | Commit message (Expand) | Author |
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 |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-12-24 | Curl_conncache_foreach: allow callback to break loop | Daniel Stenberg |
2012-12-19 | bundles connection caching: some out of memory handling fixes | Yang Tse |
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 |