Age | Commit message (Expand) | Author |
2014-09-07 | Ensure progress.size_dl/progress.size_ul are always >= 0 | Brandon Casey |
2014-09-07 | tests: Added test1420 to the makefile | Steve Holme |
2014-09-07 | test1420: Removed unnecessary CURLOPT setting | Steve Holme |
2014-09-07 | tests: Added more "Clear Text" authentication keywords | Steve Holme |
2014-09-07 | tests: Updated "based on" text due to email test renumbering | Steve Holme |
2014-09-07 | tests: For consistency added --libcurl to test name | Steve Holme |
2014-09-07 | tests: Added --libcurl for IMAP test case | Steve Holme |
2014-09-07 | multi.c: Avoid invalid memory read after free() from commit 3c8c873252 | Steve Holme |
2014-09-07 | multi.c: Fixed compilation warning from commit 3c8c873252 | Steve Holme |
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 |