Age | Commit message (Expand) | Author |
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 |