Age | Commit message (Expand) | Author |
2014-10-02 | detect_proxy: fix possible single-byte memory leak | Daniel Stenberg |
2014-10-02 | multi_runsingle: fix memory leak | Daniel Stenberg |
2014-10-02 | pop3_perform_authentication: fix memory leak | Daniel Stenberg |
2014-10-02 | imap_perform_authentication: fix memory leak | Daniel Stenberg |
2014-10-02 | wait_or_timeout: return failure when Curl_poll() fails | Daniel Stenberg |
2014-09-30 | smtp: Fixed intermittent "SSL3_WRITE_PENDING: bad write retry" error | Bill Nagel |
2014-09-30 | file: reject paths using embedded %00 | Daniel Stenberg |
2014-09-25 | CURLOPT_COOKIELIST: Added "RELOAD" command | Yousuke Kimoto |
2014-09-23 | threaded-resolver: revert Curl_expire_latest() switch | Daniel Stenberg |
2014-09-15 | README.http2: updated to reflect current status | Daniel Stenberg |
2014-09-13 | formdata: removed unnecessary USE_SSLEAY use | Daniel Stenberg |
2014-09-13 | curlssl: make tls backend symbols use curlssl in the name | Daniel Stenberg |
2014-09-13 | url: let the backend decide CURLOPT_SSL_CTX_ support | Daniel Stenberg |
2014-09-13 | vtls: have the backend tell if it supports CERTINFO | Daniel Stenberg |
2014-09-13 | CURLOPT_CAPATH: return failure if set without backend support | Daniel Stenberg |
2014-09-13 | http2: Fix busy loop when EOF is encountered | Tatsuhiro Tsujikawa |
2014-09-13 | sasl_sspi: Fixed Unicode build | Marcel Raad |
2014-09-12 | ntlm: Fixed HTTP proxy authentication when using Windows SSPI | Ulrich Telle |
2014-09-11 | mk-ca-bundle.pl: converted tabs to spaces, deleted trailing spaces | Viktor Szakáts |
2014-09-10 | openssl: build fix for versions < 0.9.8e | Paul Howarth |
2014-09-10 | mk-ca-bundle.pl: first, try downloading HTTPS with curl | Daniel Stenberg |
2014-09-10 | cookies: reject incoming cookies set for TLDs | Daniel Stenberg |
2014-09-10 | cookies: only use full host matches for hosts used as IP address | Tim Ruehsen |
2014-09-08 | polarassl: avoid memset() when clearing the first byte is enough | Daniel Stenberg |
2014-09-08 | polarssl: support CURLOPT_CAPATH / --capath | Catalin Patulea |
2014-09-07 | Ensure progress.size_dl/progress.size_ul are always >= 0 | Brandon Casey |
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-04 | darwinssl: Use CopyCertSubject() to check CA cert. | Vilmos Nebehaj |
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 | 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-26 | Compile with latest nghttp2 | Tatsuhiro Tsujikawa |
2014-08-25 | CONNECT: close proxy connections that fail to CONNECT | Daniel Stenberg |
2014-08-25 | Cmake: Possibility to use OpenLDAP, OpenSSL, LibSSH2 on windows | Jakub Zakrzewski |
2014-08-25 | Cmake: LibSSH2 detection and use. | Jakub Zakrzewski |
2014-08-25 | Cmake: Made boolean defines be defined to "1" instead of "ON" | Jakub Zakrzewski |
2014-08-25 | disconnect: don't touch easy-related state on disconnects | 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 |
2014-08-22 | openssl.c: Fixed longer than 79 columns | Steve Holme |
2014-08-21 | openssl.c: Fixed compilation warning | Steve Holme |
2014-08-21 | win32: Fixed WinSock 2 #if | Haris Okanovic |
2014-08-20 | Curl_disconnect: don't free the URL | Daniel Stenberg |