Age | Commit message (Expand) | Author |
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 |
2012-12-29 | pop3_doing: Applied debug info message when function fails | Steve Holme |
2012-12-29 | imap_doing: don't call imap_dophase_done() if already failed | Steve Holme |
2012-12-29 | smtp_doing: don't call smtp_dophase_done() if already failed | Steve Holme |
2012-12-29 | pop3.c: Removed unnecessary POP3_STOP state changes | Steve Holme |
2012-12-29 | smtp.c: Added extra comments around SMTP_STOP state change | Steve Holme |
2012-12-29 | imap.c: Fixed bad state error when logging in with invalid credentials | Steve Holme |
2012-12-29 | imap.c: remove trailing whitespace | Yang Tse |
2012-12-28 | imap.c: Code tidy up - Part 2 | Steve Holme |
2012-12-28 | imap.c: Code tidy up - Part 1 | Steve Holme |
2012-12-28 | pop3.c: Minor code tidy up | Steve Holme |
2012-12-28 | smtp: Minor code tidy up | Steve Holme |
2012-12-28 | curl_imap.h: Tidy up of comments to be more readable | Steve Holme |
2012-12-28 | imap.c: Code tidy up renaming imapsendf() to imap_sendf() | Steve Holme |
2012-12-28 | build: rename 76 lib/*.h files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-12-28 | lib/*.h: use our standard naming scheme for header inclusion guards | Yang Tse |