Age | Commit message (Expand) | Author |
2013-01-29 | darwinssl: Fix bug where packets were sometimes transmitted twice | Nick Zitzmann |
2013-01-28 | Updated dependency libs. | Guenter Knauf |
2013-01-27 | smtp.c: Fixed unnecessary state change if starttls fails | Steve Holme |
2013-01-27 | pop3.c: Fixed unnecessary state change if starttls fails | Steve Holme |
2013-01-27 | imap.c: Fixed unnecessary state change if starttls fails | Steve Holme |
2013-01-26 | email: Updated comment regarding ssldone usage | Steve Holme |
2013-01-25 | smtp.c: Added comments to smtp_endofresp() | Steve Holme |
2013-01-24 | smtp.c: Corrected RFC references | Steve Holme |
2013-01-24 | smtp.c: Fixed failure detection during TLS upgrade | Steve Holme |
2013-01-24 | pop3.c: Fixed failure detection during TLS upgrade | Steve Holme |
2013-01-24 | imap.c: Fixed failure detection during TLS upgrade | Steve Holme |
2013-01-23 | email: Removed unnecessary return statements | Steve Holme |
2013-01-22 | curl_sasl.c: Corrected references to RFC | Steve Holme |
2013-01-22 | email: Corrected references to SASL RFC | Steve Holme |
2013-01-22 | formpost: support quotes, commas and semicolon in file names | Ulion |
2013-01-20 | pop3.c: Fixed conditional compilation of the apop response function | Steve Holme |
2013-01-19 | formadd: reject trying to read a directory where a file is expected | Daniel Stenberg |
2013-01-19 | email: General code tidy up | Steve Holme |
2013-01-18 | pop3.c: Fixed a problem with pop3s connections not connecting properly | Steve Holme |
2013-01-17 | always-multi: always use non-blocking internals | Daniel Stenberg |
2013-01-17 | url.c: fix HTTP CONNECT tunnel establishment upon delayed response | Yang Tse |
2013-01-15 | FTP: reject illegal port numbers in EPSV 229 responses | Daniel Stenberg |
2013-01-15 | nss: fix error messages for CURLE_SSL_{CACERT,CRL}_BADFILE | Kamil Dudka |
2013-01-12 | Curl_resolver_getsock: fix the function description comment | Daniel Stenberg |
2013-01-11 | nss: clear session cache if a client cert from file is used | Kamil Dudka |
2013-01-09 | sockfilt.c: fix some W64 compiler warnings | Yang Tse |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-08 | pop3: Added support for non-blocking SSL upgrade | Steve Holme |
2013-01-07 | imap.c: Small tidy up to add missing comment | Steve Holme |
2013-01-07 | imap: Added support for sasl digest-md5 authentication | Steve Holme |
2013-01-07 | imap: Added support for sasl cram-md5 authentication | Steve Holme |
2013-01-07 | imap: Added support for sasl ntlm authentication | Steve Holme |
2013-01-06 | imap: Added support for sasl login authentication | Steve Holme |
2013-01-06 | pop3.c: Fixed default authentication detection | Steve Holme |
2013-01-06 | curl_sasl.c: Small code tidy up following imap changes | Steve Holme |
2013-01-06 | smtp.c: Small code tidy up following imap changes | Steve Holme |
2013-01-06 | pop3.c: Small code tidy up following imap changes | Steve Holme |
2013-01-06 | imap: Added support for sasl plain text authentication | Steve Holme |
2013-01-06 | imap: Introduced the continue response in imap_endofresp() | Steve Holme |
2013-01-06 | imap: Added support for SASL based authentication mechanism detection | Steve Holme |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-05 | mk-ca-bundle: add -f, support passing to stdout and more | Daniel Stenberg |
2013-01-03 | test 1222: 8 chars object name generation && test 1221: adjustments | Yang Tse |
2013-01-03 | build: commit 13606bbfde follow-up 1 | Yang Tse |
2013-01-03 | build: rename 93 lib/*.c files | Yang Tse |
2013-01-03 | build: make use of 93 lib/*.c renamed files | Yang Tse |
2013-01-02 | curl_setup.h: remove redundant include guard | Yang Tse |
2013-01-02 | build and tests: curl_10char_object_name() shell function | Yang Tse |
2012-12-30 | imap.c: Minor follow up tidy up | Steve Holme |
2012-12-30 | imap: Code tidy up prior to adding support for the CAPABILITY command | Steve Holme |