Age | Commit message (Expand) | Author |
2014-09-06 | url.c: Use CURLAUTH_NONE constant rather than 0 | Steve Holme |
2014-09-06 | RELEASE-NOTES: Synced with fd1ce3856a | Steve Holme |
2014-09-04 | darwinssl: Use CopyCertSubject() to check CA cert. | Vilmos Nebehaj |
2014-09-04 | RELEASE-NOTES: Clarify email Kerberos support is currently via Windows SSPI | Steve Holme |
2014-09-04 | MAIL-ETIQUETTE: "1.8 I posted, now what?" | Daniel Stenberg |
2014-09-03 | CURLOPT_CA*: better refering between *CAINFO and *CAPATH | Daniel Stenberg |
2014-09-03 | THANKS: added Dennis Clarke | Daniel Stenberg |
2014-09-02 | curl_multi_cleanup: remove superfluous NULL assigns | Daniel Stenberg |
2014-09-02 | multi: convert CURLM_STATE_CONNECT_PEND handling to a list | Daniel Stenberg |
2014-09-01 | RELEASE-NOTES: synced with e608324f9f9 | Daniel Stenberg |
2014-09-01 | polarssl: implement CURLOPT_SSLVERSION | Andre Heinecke |
2014-09-01 | Merge pull request #115 from ldx/darwinsslfixpr | nickzman |
2014-09-01 | Check CA certificate in curl_darwinssl.c. | Vilmos Nebehaj |
2014-08-31 | low-speed-limit: avoid timeout flood | Daniel Stenberg |
2014-08-31 | resolve: cache lookup for async resolvers | Michael Wallner |
2014-08-30 | Fix CA certificate bundle handling in darwinssl. | Vilmos Nebehaj |
2014-08-29 | getinfo-times: Typo fixed | Askar Safin |
2014-08-29 | libcurl.3: Typo fixed | Askar Safin |
2014-08-29 | curl_formadd.3: setting CURLFORM_CONTENTSLENGTH 0 zero means strlen | Daniel Stenberg |
2014-08-29 | curl.1: add an example for -H | Daniel Stenberg |
2014-08-28 | FAQ: mention -w in the 4.20 answer as well | Daniel Stenberg |
2014-08-28 | FAQ: 4.20 curl doesn't return error for HTTP non-200 responses | Daniel Stenberg |
2014-08-28 | CURLOPT_NOBODY.3: clarify this option is for downloads | Daniel Stenberg |
2014-08-26 | INTERNALS: nghttp2 must be 0.6.0 or later | Daniel Stenberg |
2014-08-26 | Compile with latest nghttp2 | Tatsuhiro Tsujikawa |
2014-08-26 | THANKS: removed a few more duplicates | Dan Fandrich |
2014-08-26 | RELEASE-NOTES: synced with 007242257683a | Daniel Stenberg |
2014-08-25 | THANKS: added 52 missing contributors | Daniel Stenberg |
2014-08-25 | contributors: grep and sort case insensitively | Daniel Stenberg |
2014-08-25 | configure.ac: Add support for recent GSS-API implementations for HP-UX | Michael Osipov |
2014-08-25 | CONNECT: close proxy connections that fail to CONNECT | Daniel Stenberg |
2014-08-25 | RELEASE-NOTES: added two missing HTTP/2 bug fixes | Daniel Stenberg |
2014-08-25 | RELEASE-NOTES: synced with f646e9075f47 | Daniel Stenberg |
2014-08-25 | Cmake: Possibility to use OpenLDAP, OpenSSL, LibSSH2 on windows | Jakub Zakrzewski |
2014-08-25 | Cmake: Removed repeated content from ending blocks | Jakub Zakrzewski |
2014-08-25 | Cmake: Removed some useless empty SET statements. | Jakub Zakrzewski |
2014-08-25 | Cmake: Removed useless comments from CMakeLists.txt | Jakub Zakrzewski |
2014-08-25 | Cmake: Don't check for all headers each time | Jakub Zakrzewski |
2014-08-25 | Cmake: Append OpenSSL include directory to search path | Jakub Zakrzewski |
2014-08-25 | Cmake: Search for liblber, LDAP SSL headers, swith for using OpenLDAP code. | Jakub Zakrzewski |
2014-08-25 | Cmake: LibSSH2 detection and use. | Jakub Zakrzewski |
2014-08-25 | Cmake: Moved macros out of the main CMakeLists.txt | Jakub Zakrzewski |
2014-08-25 | Cmake: Added missing protocol-disable switches | Jakub Zakrzewski |
2014-08-25 | Cmake: Made boolean defines be defined to "1" instead of "ON" | Jakub Zakrzewski |
2014-08-25 | Cmake: Require at least CMake 2.8. | Jakub Zakrzewski |
2014-08-25 | disconnect: don't touch easy-related state on disconnects | Daniel Stenberg |
2014-08-23 | curl.1: clarify --limit-rate's effect on both directions | Daniel Stenberg |
2014-08-23 | curl.1: mention the --post30x options within the --location desc | Daniel Stenberg |
2014-08-22 | sasl: Fixed a memory leak on OOM | Dan Fandrich |
2014-08-22 | NTLM: ignore CURLOPT_FORBID_REUSE during NTLM HTTP auth | Frank Meier |