Age | Commit message (Expand) | Author |
2013-06-12 | axtls: now done non-blocking | Eric Hu |
2013-06-11 | Curl_output_digest: support auth-int for empty entity body | Daniel Stenberg |
2013-06-11 | multi_socket: reduce timeout inaccuracy margin | Daniel Stenberg |
2013-06-10 | cert_stuff: avoid double free in the PKCS12 code | Daniel Stenberg |
2013-06-10 | cert_stuff: remove code duplication in the pkcs12 logic | Daniel Stenberg |
2013-06-08 | axtls: honor disabled VERIFYHOST | Aleksey Tulinov |
2013-06-04 | curl_multi_wait: only use internal timer if not -1 | Daniel Stenberg |
2013-06-03 | curl_multi_wait: reduce timeout if the multi handle wants to | Daniel Stenberg |
2013-06-03 | multi_runsingle: switch an if() condition for readability | Daniel Stenberg |
2013-06-02 | curl_schannel.c: Removed variable unused since 35874298e4 | Marc Hoersken |
2013-06-02 | curl_setup.h: Fixed redefinition warning using mingw-w64 | Marc Hoersken |
2013-05-30 | multi_runsingle: add braces to clarify the code | Daniel Stenberg |
2013-05-27 | Digest auth: escape user names with \ or " in them | Daniel Stenberg |
2013-05-22 | ossl_recv: SSL_read() returning 0 is an error too | Mike Giancola |
2013-05-22 | ossl_send: SSL_write() returning 0 is an error too | Mike Giancola |
2013-05-21 | Curl_cookie_add: handle IPv6 hosts | Daniel Stenberg |
2013-05-18 | cookies: only consider full path matches | YAMADA Yasuharu |
2013-05-16 | axtls: prevent memleaks on SSL handshake failures | Eric Hu |
2013-05-12 | Revert "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage" | Daniel Stenberg |
2013-05-11 | Updated zlib version in build files. | Guenter Knauf |
2013-05-09 | nss: give PR_INTERVAL_NO_WAIT instead of -1 to PR_Recv/PR_Send | Daniel Stenberg |
2013-05-07 | servercert: allow empty subject | Daniel Stenberg |
2013-05-05 | curl_schannel.c: Fixed invalid memory access during SSL shutdown | Marc Hoersken |
2013-05-04 | smtp: Fix trailing whitespace warning | Steve Holme |
2013-05-04 | smtp: Fix compilation warning | Steve Holme |
2013-05-04 | smtp: Updated RFC-2821 references to RFC-5321 | Steve Holme |
2013-05-04 | smtp: Fixed sending of double CRLF caused by first in EOB | Steve Holme |
2013-05-01 | bindlocal: move brace out of #ifdef | Lars Johannesen |
2013-04-30 | smtp: Tidy up to move the eob counter to the per-request structure | Steve Holme |
2013-04-29 | smtp: Fixed unknown percentage complete in progress bar | Steve Holme |
2013-04-28 | email: Tidy up of *_perform_authenticate() | Steve Holme |
2013-04-28 | smtp: Updated limit check to be more readable like the check in pop3 | Steve Holme |
2013-04-28 | pop3: Added 255 octet limit check when sending initial response | Steve Holme |
2013-04-27 | darwinssl: add TLS crypto authentication | Nick Zitzmann |
2013-04-27 | imap: Added support for overriding the SASL initial response | Steve Holme |
2013-04-27 | smtp: Added support for disabling the SASL initial response | Steve Holme |
2013-04-27 | pop3: Added support for enabling the SASL initial response | Steve Holme |
2013-04-27 | sasl-ir: Added CURLOPT_SASL_IR to enable/disable the SASL initial response | Steve Holme |
2013-04-26 | curl_easy_init: use less mallocs | Daniel Stenberg |
2013-04-26 | ftp_state_pasv_resp: connect through proxy also when set by env | Daniel Stenberg |
2013-04-26 | url: initialize speed-check data for file:// protocol | Zdenek Pavlas |
2013-04-23 | url: Added smtp and pop3 hostnames to the protocol detection list | Steve Holme |
2013-04-22 | getinfo.c: reset timecond when clearing session-info variables | Alessandro Ghedini |
2013-04-21 | url: Fixed missing length check in parse_proxy() | Steve Holme |
2013-04-21 | url: Fixed crash when no username or password supplied for proxy | Steve Holme |
2013-04-21 | url: Removed unused text length constants | Steve Holme |
2013-04-21 | url: Updated proxy URL parsing to use parse_login_details() | Steve Holme |
2013-04-21 | url: Tidy up of setstropt_userpwd() parameters | Steve Holme |
2013-04-21 | url: Tidy up of code and comments following recent changes | Steve Holme |
2013-04-20 | url: Simplified setstropt_userpwd() following recent changes | Steve Holme |