Age | Commit message (Expand) | Author |
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 |
2012-12-28 | imsp.c: Fixed usernames and passwords that contain escape characters | Steve Holme |
2012-12-27 | darwinssl: Fixed inability to disable peer verification | Nick Zitzmann |
2012-12-26 | curl_multi_remove_handle: commit 0aabfd9963 follow-up | Yang Tse |
2012-12-25 | curl_multi_remove_handle: fix memory leak triggered with CURLOPT_RESOLVE | Yang Tse |
2012-12-25 | Curl_hash_clean: OOM handling fix | Yang Tse |
2012-12-24 | Curl_conncache_foreach: allow callback to break loop | Daniel Stenberg |
2012-12-24 | pop3_doing: don't call pop3_dophase_done() if already failed | Daniel Stenberg |
2012-12-23 | curl_multi_wait: OOM handling fix | Yang Tse |
2012-12-23 | curl_multi_wait: avoid an unnecessary memory allocation | Daniel Stenberg |
2012-12-21 | multi.c: OOM handling fix | Yang Tse |
2012-12-21 | SCP: relative path didn't work | Daniel Stenberg |
2012-12-19 | bundles connection caching: some out of memory handling fixes | Yang Tse |
2012-12-18 | VC6 IDE: link with advapi32.lib when using WIN32 crypto API (md5.c) | Yang Tse |
2012-12-17 | setup_once.h: HP-UX specific 'bool', 'false' and 'true' definitions. | Yang Tse |
2012-12-15 | warnless.c: fix compiler warnings | Yang Tse |
2012-12-14 | darwinssl: Fix implicit conversion compiler warnings | Nick Zitzmann |
2012-12-14 | setup_once.h: HP-UX <sys/socket.h> issue workaround | Yang Tse |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2012-12-12 | setup_once.h: HP-UX specific TRUE and FALSE definitions | Yang Tse |
2012-12-12 | gopher: #include cleanup | Daniel Stenberg |
2012-12-10 | build: add bundles and conncache files to other build systems | Yang Tse |
2012-12-10 | conncache: fix enumerated type mixed with another type | Yang Tse |
2012-12-07 | Introducing a new persistent connection caching system using "bundles". | Linus Nielsen Feltzing |
2012-12-05 | build: fix compilation with CURL_DISABLE_CRYPTO_AUTH flag | Stanislav Ivochkin |
2012-12-04 | build: explain current role of LIBS in our Makefile.am files | Yang Tse |
2012-12-04 | multi: fix re-sending request on early connection close | Daniel Stenberg |
2012-12-03 | build: prevent global LIBS from influencing src and lib build targets | Yang Tse |
2012-12-03 | nss: prevent NSS from crashing on client auth hook failure | Kamil Dudka |
2012-11-26 | avoid mixing of enumerated type with another type | Yang Tse |
2012-11-26 | multi.c: disambiguate precedence of bitwise and relational operation | Yang Tse |
2012-11-26 | Remove stray CRLF in chunk-encoded content-free request bodies | Fabian Keil |
2012-11-21 | VC Makefiles: add missing hostcheck | Daniel Stenberg |