NTLM: set a fake entropy for debug builds with CURL_ENTROPY set
[platform/upstream/curl.git] / lib / conncache.c
2014-01-04 Steve HolmeUpdated copyright year for recent changes
2014-01-04 Marc Hoerskenconncache.c: fix possible dereference of null pointer
2013-04-26 Daniel Stenbergcurl_easy_init: use less mallocs
2013-01-17 Daniel Stenbergalways-multi: always use non-blocking internals
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-12-24 Daniel StenbergCurl_conncache_foreach: allow callback to break loop
2012-12-19 Yang Tsebundles connection caching: some out of memory handling...
2012-12-10 Yang Tseconncache: fix enumerated type mixed with another type
2012-12-07 Linus Nielsen FeltzingIntroducing a new persistent connection caching system...