Age | Commit message (Expand) | Author |
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 |
2014-08-17 | sasl_sspi: Fixed a memory leak with the GSSAPI base-64 decoded challenge | Steve Holme |
2014-08-17 | sasl_sspi: Renamed GSSAPI mutual authentication parameter | Steve Holme |
2014-08-17 | sasl_sspi: Corrected some of the GSSAPI security message error codes | Steve Holme |
2014-08-16 | sasl_sspi: Tell the server we don't support a GSSAPI receive buffer | Steve Holme |
2014-08-15 | smtp: Added support for GSSAPI (Kerberos V5) authentication via Windows SSPI | Steve Holme |
2014-08-15 | pop3: Added support for GSSAPI (Kerberos V5) authentication via Windows SSPI | Steve Holme |
2014-08-15 | imap: Added support for GSSAPI (Kerberos V5) authentication via Windows SSPI | Steve Holme |
2014-08-15 | email: Added mutual authentication flag | Steve Holme |
2014-08-15 | http: fix the Content-Range: parser | Daniel Stenberg |
2014-08-14 | email: Introduced the GSSAPI states | Steve Holme |
2014-08-14 | curl_sasl_sspi.c: Fixed more compilation warnings from commit 4b491c675f | Steve Holme |
2014-08-14 | SHA-1: 61c93383b7f6cf79d12ff99e9dced1d1cc2a7064 | Steve Holme |
2014-08-14 | curl_sasl.h: Fixed compilation error from commit 4b491c675f | Steve Holme |
2014-08-14 | urldata.h: Fixed compilation warnings from commit 3ec253532e | Steve Holme |
2014-08-14 | sasl_sspi: Added GSSAPI message functions | Steve Holme |
2014-08-14 | urldata: Introduced a GSSAPI (Kerberos V5) data structure | Steve Holme |
2014-08-14 | sspi: Moved KERB_WRAP_NO_ENCRYPT from socks_sspi module | Steve Holme |
2014-08-13 | mk-ca-bundle.pl: add missing $ | Daniel Stenberg |
2014-08-13 | mk-ca-bundle.pl: switched to using hg.mozilla.org | Daniel Stenberg |
2014-08-13 | openssl: fix version report for the 0.9.8 branch | Jose Alf |
2014-08-12 | create_conn: prune dead connections | Frank Meier |
2014-08-11 | Curl_poll + Curl_wait_ms: fix timeout return value | Peter Wang |
2014-08-10 | config-tpf.h: Fixed up line lengths > 79 characters | Steve Holme |
2014-08-10 | config-symbian.h: Fixed up line lengths > 79 characters | Steve Holme |
2014-08-10 | sasl_sspi: Fixed hard coded buffer for response generation | Steve Holme |