aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-13conncache: move the connection counter to the cache structLindley French
2014-06-12http2: avoid segfault when usint the plain-text http2Daniel Stenberg
2014-06-11RELEASE-NOTES: Synced with 3aa1329e0aSteve Holme
2014-06-11curl_sasl: revert the goto for error bailoutDaniel Stenberg
2014-06-11NTLM: set a fake entropy for debug builds with CURL_ENTROPY setDaniel Stenberg
2014-06-11tests: Disabled NTLM tests for non-debug buildsSteve Holme
2014-06-11Curl_rand: Use a fake entropy for debug builds when CURL_ENTROPY setSteve Holme
2014-06-10getinfo: HTTP CONNECT code not reset between transfersMarcel Raad
2014-06-09transfer: fix info messages when switching method on 301 and 302Alessandro Ghedini
2014-06-06winbuild: Don't USE_WINSSL when WITH_SSL is being usedSteve Holme
2014-06-05RELEASE-NOTES: Synced with 99303bcde5Steve Holme
2014-06-05build: Fixed Visual Studio static OpenSSL builds following commit c50ce85918Steve Holme
2014-06-05winbuild: Fixed static OpenSSL builds following commit c50ce85918Steve Holme
2014-06-05config-win32.h: Updated for VC12Steve Holme
2014-06-04KNOWN_BUGS: #83 was addressed with commit c50ce859187caDaniel Stenberg
2014-06-03Curl_ossl_init: call OPENSSL_config for initing enginesDaniel Stenberg
2014-06-03random: use Curl_rand() for proper random dataDaniel Stenberg
2014-06-02curl_sasl: Fixed copy/paste error of now.tv_sec in commit eefeb73af4Steve Holme
2014-06-02RELEASE-NOTES: synced with d603ed67535Daniel Stenberg
2014-06-01KNOWN_BUGS: #30 was fixed in 0bc4938eeccce, 7.37.0Daniel Stenberg
2014-06-01curl_sasl: Fixed compilation warning under DEBUGBUILDSteve Holme
2014-06-01tests: Fixed up DIGEST-MD5 tests following commit eefeb73af4Steve Holme
2014-06-01curl_sasl: Extended native DIGEST-MD5 cnonce to be a 32-byte hex stringSteve Holme
2014-06-01curl_sasl_sspi: Fixed corrupt hostname in DIGEST-MD5 SPN generationSteve Holme
2014-05-29tests: Fix portability issue with the tftpd server and timeoutsDan Fandrich
2014-05-28RELEASE-NOTES: Synced with 2a615a2b64Steve Holme
2014-05-28build: Use $(TargetDir) and $(TargetName) macros for VC .lib output filesSteve Holme
2014-05-28build: Use $(TargetDir) and $(TargetName) macros for VC .pdb output filesSteve Holme
2014-05-28gnutls: allow building with nghttp2 but without ALPN supportDaniel Stenberg
2014-05-28gnutls: don't use deprecated type names anymoreAlessandro Ghedini
2014-05-27select: with winsock, avoid passing unsupported arguments to select()Brad Spencer
2014-05-26url-parser: only use if_nametoindex if detected by configureDaniel Stenberg
2014-05-26curl_version_info.3: returns a pointer to a static structDaniel Stenberg
2014-05-25polarssl: add ALPN supportFabian Frank
2014-05-24curl_easy_reset: reset the URLDaniel Stenberg
2014-05-24configure: fix the nghttp2 detection when not foundDaniel Stenberg
2014-05-23configure: detect nghttp2 by defaultDaniel Stenberg
2014-05-23openssl: Fix uninitialized variable use in NPN callbackTatsuhiro Tsujikawa
2014-05-23curl.1: clarify that -u can't specify a user with colonDaniel Stenberg
2014-05-22README: Added Test Suite to the TODO listSteve Holme
2014-05-22build: Use CURLX_* file lists for Visual Studio curl tool project generationSteve Holme
2014-05-22tool_getparam.c: Fixed compilation warningsSteve Holme
2014-05-22RELEASE-NOTES: Synced with f634355868Steve Holme
2014-05-22http: Fix a compiler warning when http2 support is disabledDan Fandrich
2014-05-22build: Fixed incorrect reference to curl_setup.h in Visual Studio filesSteve Holme
2014-05-21darwinssl: fix lint & build warnings in the previous commitNick Zitzmann
2014-05-21Add support for --cacert in DarwinSSL.Vilmos Nebehaj
2014-05-22http.c: Fixed compilation warningSteve Holme
2014-05-22bits.close: Fixed compilation warningSteve Holme
2014-05-22bits.close: introduce connection close trackingDaniel Stenberg