Age | Commit message (Expand) | Author |
2013-02-24 | imap: Corrected comment in imap_endofresp() | Jiri Hruska |
2013-02-23 | pop3: Refactored the mailbox variable as it didn't reflect it's purpose | Steve Holme |
2013-02-23 | imap: Added the ability to FETCH a specific UID and SECTION | Jiri Hruska |
2013-02-23 | email: Additional tidy up of comments following recent changes | Steve Holme |
2013-02-23 | smtp: Removed some FTP heritage leftovers | Steve Holme |
2013-02-23 | smtp: Moved the per-request variables to the per-request data structure | Steve Holme |
2013-02-23 | pop3: Introduced a custom SMTP structure for per-request data | Steve Holme |
2013-02-23 | imap: Minor correction of comments for max line length | Steve Holme |
2013-02-23 | strcasestr: remove check for this unused function | Daniel Stenberg |
2013-02-23 | pop3: fix compiler warning | Daniel Stenberg |
2013-02-23 | imap: Added URL parsing of new variables | Jiri Hruska |
2013-02-23 | imap: Introduced imap_is_bchar() function | Jiri Hruska |
2013-02-23 | imap: Introduced new per-request veriables | Jiri Hruska |
2013-02-23 | pingpong: Renamed curl_ftptransfer to curl_pp_transfer | Steve Holme |
2013-02-23 | pop3: Removed some FTP heritage leftovers | Steve Holme |
2013-02-23 | pop3: Moved the per-request variables to the per-request data structure | Steve Holme |
2013-02-23 | pop3: Introduced a custom POP3 structure for per-request data | Steve Holme |
2013-02-23 | imap: Fixed escaping of mailbox names | Jiri Hruska |
2013-02-23 | pingpong: Moved curl_ftptransfer definition to pingpong.h | Steve Holme |
2013-02-23 | urldata.h: Fixed comment for opt_no_body variable | Steve Holme |
2013-02-23 | email: Minor tidy up following IMAP changes | Steve Holme |
2013-02-23 | imap: Removed more FTP leftovers | Jiri Hruska |
2013-02-23 | imap: Removed some FTP heritage leftovers | Jiri Hruska |
2013-02-23 | imap: Introduced a custom IMAP structure for per-request data | Jiri Hruska |
2013-02-22 | pop3: Updated do phrase clean-up comment | Steve Holme |
2013-02-22 | imap: Fixed memory leak when performing multiple selects | Steve Holme |
2013-02-22 | lib/url.c: Generic read/write data pointers | Alexander Klauer |
2013-02-22 | ossl_seed: avoid recursive seeding! | Daniel Stenberg |
2013-02-22 | Fixed checking the socket if there is data waiting in the cache | Jiri Hruska |
2013-02-22 | imap.c: Fixed an incorrect variable reference | Steve Holme |
2013-02-22 | pingpong: Introduce Curl_pp_moredata() | Jiri Hruska |
2013-02-19 | smtp.c: fix enumerated type mixed with another type | Yang Tse |
2013-02-19 | polarssl threadlock cleanup | Yang Tse |
2013-02-18 | resolver_error: remove wrong error message output | Daniel Stenberg |
2013-02-18 | Curl_resolver_is_resolved: show proper host name on failed resolve | Kim Vandry |
2013-02-18 | Curl_resolver_is_resolved: fix compiler warning | Daniel Stenberg |
2013-02-18 | compiler warning fix | Daniel Stenberg |
2013-02-18 | compiler warning fix: declaration of 'wait' shadows a global declaration | Daniel Stenberg |
2013-02-17 | MacOSX-Framework: Make script work in Xcode 4.0 and later | Nick Zitzmann |
2013-02-16 | email: Tidied up result code variables | Steve Holme |
2013-02-16 | ntlm_core: fix compiler warning when building with clang | Nick Zitzmann |
2013-02-16 | polarsslthreadlock: #include the proper memory and debug includes | Daniel Stenberg |
2013-02-16 | email: Removed unnecessary forward declaration | Steve Holme |
2013-02-16 | pop3.c: Added reference to RFC-5034 | Steve Holme |
2013-02-15 | PolarSSL: Change to cURL coding style | Willem Sparreboom |
2013-02-15 | PolarSSL: WIN32 threading support for entropy | Willem Sparreboom |
2013-02-15 | PolarSSL: pthread support for entropy | Willem Sparreboom |
2013-02-15 | PolarSSL: changes to entropy/ctr_drbg/HAVEGE_RANDOM | Willem Sparreboom |
2013-02-15 | PolarSSL: added human readable error strings | Willem Sparreboom |
2013-02-15 | pop3: Removed unnecessary state changes on failure | Steve Holme |