aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-03-07checksrc: ban unsafe functionsDaniel Stenberg
2013-03-06imap: Tidied up the APPEND and final APPEND response functionsSteve Holme
2013-03-06imap: Tidied up the final FETCH response functionSteve Holme
2013-03-06imap: Tidied up the LIST response functionSteve Holme
2013-03-06imap: Removed the custom request response functionSteve Holme
2013-03-06imap: Added check for empty UID in FETCH commandSteve Holme
2013-03-06nss: fix misplaced code enabling non-blocking socket modeKamil Dudka
2013-03-06imap: fix compiler warningDaniel Stenberg
2013-03-05imap: Added support for list commandSteve Holme
2013-03-05imap: Added list perform and response handler functionsSteve Holme
2013-03-05imap: Introduced IMAP_LIST stateSteve Holme
2013-03-05imap: Small tidy up of imap_select() to match imap_append()Steve Holme
2013-03-05imap: Moved mailbox check from the imap_do() functionSteve Holme
2013-03-05curl_setup.h: Added S_IRDIR() macro for compilers that don't support itSteve Holme
2013-03-04AddFormData: prevent only directories from being postedDaniel Stenberg
2013-03-03darwinssl: fix infinite loop if server disconnected abruptlyNick Zitzmann
2013-03-03imap: Added comments to imap_append()Steve Holme
2013-03-03imap: Added required mailbox check for FETCH and APPEND commandsJiri Hruska
2013-03-03pingpong.c: Fix enumerated type mixed with another typeSteve Holme
2013-03-03smtp: Updated the coding style for state changes after a send operationSteve Holme
2013-03-03pop3: Updated the coding style for state changes after a send operationSteve Holme
2013-03-03imap: Fixed typo in variable assignmentSteve Holme
2013-03-03imap: Fixed custom request handling in imap_done()Jiri Hruska
2013-03-03imap: Enabled custom requests in imap_select_resp()Jiri Hruska
2013-03-03imap: Enabled custom requests in imap_perform()Jiri Hruska
2013-03-03imap: Added custom request perform and response handler functionsJiri Hruska
2013-03-03pop3: Fixed unnecessary parent structure referenceSteve Holme
2013-03-03imap: Added custom request parsingJiri Hruska
2013-03-03imap: Introduced custom request parametersJiri Hruska
2013-03-03imap: Introduced IMAP_CUSTOM stateJiri Hruska
2013-03-02imap: Minor code tidy upSteve Holme
2013-03-02imap: Simplified the imap_state_append_resp() functionSteve Holme
2013-03-02imap: Changed successful response logic in imap_state_append_resp()Steve Holme
2013-03-02imap: Standardised imapcode condition testsSteve Holme
2013-03-02imap: Moved imap_append() to be with the other perform functionsSteve Holme
2013-03-02imap: Enabled APPEND support in imap_perform()Jiri Hruska
2013-03-02imap: Implemented APPEND final processingJiri Hruska
2013-03-02imap: Added APPEND perform and response handler functionsJiri Hruska
2013-03-02imap: Introduced IMAP_APPEND and IMAP_APPEND_FINAL statesJiri Hruska
2013-03-02imap: Updated setting of transfer variables in imap_state_fetch_resp()Jiri Hruska
2013-03-02imap: Improved FETCH response parsingJiri Hruska
2013-02-28imap: Fixed accidentally lossing the result codeSteve Holme
2013-02-28imap: Another minor comment addition / tidy upSteve Holme
2013-02-28imap: Updated the coding style for state changes after a send operationSteve Holme
2013-02-28pop3 / smtp: Small comment tidy upSteve Holme
2013-02-28imap: FETCH response handler cleanup before further changesJiri Hruska
2013-02-28pop3: Small tidy up of function argumentsSteve Holme
2013-02-28imap: Small tidy up of function argumentsSteve Holme
2013-02-28smtp: Corrected debug message for POP3_AUTH_FINAL constantSteve Holme
2013-02-28pop3: Corrected debug message for POP3_AUTH_FINAL constantSteve Holme