Age | Commit message (Expand) | Author |
2014-06-15 | sasl: Added back qop argument mistakenly removed in e95ca7ce | Dan Fandrich |
2014-06-15 | test1398: Added test to Makefile.am | Dan Fandrich |
2014-06-15 | https: Fix build when http2 is disabled | Dan Fandrich |
2014-06-14 | http2: better return code error checking | Daniel Stenberg |
2014-06-13 | conncache: move the connection counter to the cache struct | Lindley French |
2014-06-12 | http2: avoid segfault when usint the plain-text http2 | Daniel Stenberg |
2014-06-11 | RELEASE-NOTES: Synced with 3aa1329e0a | Steve Holme |
2014-06-11 | curl_sasl: revert the goto for error bailout | Daniel Stenberg |
2014-06-11 | NTLM: set a fake entropy for debug builds with CURL_ENTROPY set | Daniel Stenberg |
2014-06-11 | tests: Disabled NTLM tests for non-debug builds | Steve Holme |
2014-06-11 | Curl_rand: Use a fake entropy for debug builds when CURL_ENTROPY set | Steve Holme |
2014-06-10 | getinfo: HTTP CONNECT code not reset between transfers | Marcel Raad |
2014-06-09 | transfer: fix info messages when switching method on 301 and 302 | Alessandro Ghedini |
2014-06-06 | winbuild: Don't USE_WINSSL when WITH_SSL is being used | Steve Holme |
2014-06-05 | RELEASE-NOTES: Synced with 99303bcde5 | Steve Holme |
2014-06-05 | build: Fixed Visual Studio static OpenSSL builds following commit c50ce85918 | Steve Holme |
2014-06-05 | winbuild: Fixed static OpenSSL builds following commit c50ce85918 | Steve Holme |
2014-06-05 | config-win32.h: Updated for VC12 | Steve Holme |
2014-06-04 | KNOWN_BUGS: #83 was addressed with commit c50ce859187ca | Daniel Stenberg |
2014-06-03 | Curl_ossl_init: call OPENSSL_config for initing engines | Daniel Stenberg |
2014-06-03 | random: use Curl_rand() for proper random data | Daniel Stenberg |
2014-06-02 | curl_sasl: Fixed copy/paste error of now.tv_sec in commit eefeb73af4 | Steve Holme |
2014-06-02 | RELEASE-NOTES: synced with d603ed67535 | Daniel Stenberg |
2014-06-01 | KNOWN_BUGS: #30 was fixed in 0bc4938eeccce, 7.37.0 | Daniel Stenberg |
2014-06-01 | curl_sasl: Fixed compilation warning under DEBUGBUILD | Steve Holme |
2014-06-01 | tests: Fixed up DIGEST-MD5 tests following commit eefeb73af4 | Steve Holme |
2014-06-01 | curl_sasl: Extended native DIGEST-MD5 cnonce to be a 32-byte hex string | Steve Holme |
2014-06-01 | curl_sasl_sspi: Fixed corrupt hostname in DIGEST-MD5 SPN generation | Steve Holme |
2014-05-29 | tests: Fix portability issue with the tftpd server and timeouts | Dan Fandrich |
2014-05-28 | RELEASE-NOTES: Synced with 2a615a2b64 | Steve Holme |
2014-05-28 | build: Use $(TargetDir) and $(TargetName) macros for VC .lib output files | Steve Holme |
2014-05-28 | build: Use $(TargetDir) and $(TargetName) macros for VC .pdb output files | Steve Holme |
2014-05-28 | gnutls: allow building with nghttp2 but without ALPN support | Daniel Stenberg |
2014-05-28 | gnutls: don't use deprecated type names anymore | Alessandro Ghedini |
2014-05-27 | select: with winsock, avoid passing unsupported arguments to select() | Brad Spencer |
2014-05-26 | url-parser: only use if_nametoindex if detected by configure | Daniel Stenberg |
2014-05-26 | curl_version_info.3: returns a pointer to a static struct | Daniel Stenberg |
2014-05-25 | polarssl: add ALPN support | Fabian Frank |
2014-05-24 | curl_easy_reset: reset the URL | Daniel Stenberg |
2014-05-24 | configure: fix the nghttp2 detection when not found | Daniel Stenberg |
2014-05-23 | configure: detect nghttp2 by default | Daniel Stenberg |
2014-05-23 | openssl: Fix uninitialized variable use in NPN callback | Tatsuhiro Tsujikawa |
2014-05-23 | curl.1: clarify that -u can't specify a user with colon | Daniel Stenberg |
2014-05-22 | README: Added Test Suite to the TODO list | Steve Holme |
2014-05-22 | build: Use CURLX_* file lists for Visual Studio curl tool project generation | Steve Holme |
2014-05-22 | tool_getparam.c: Fixed compilation warnings | Steve Holme |
2014-05-22 | RELEASE-NOTES: Synced with f634355868 | Steve Holme |
2014-05-22 | http: Fix a compiler warning when http2 support is disabled | Dan Fandrich |
2014-05-22 | build: Fixed incorrect reference to curl_setup.h in Visual Studio files | Steve Holme |
2014-05-21 | darwinssl: fix lint & build warnings in the previous commit | Nick Zitzmann |