platform/upstream/curl.git
2013-03-08 Yang Tsexc-lt-iface.m4: provide XC_LIBTOOL macro
2013-03-07 Steve Holmeimap: Fixed SELECT not being performed for custom requests
2013-03-07 Steve Holmeemail: Minor code tidy up following recent changes
2013-03-07 Steve HolmeDOCS: Corrected the IMAP URL grammar of the UIDVALIDITY...
2013-03-07 Steve HolmeFEATURES: Provided a little clarity in some IMAP features
2013-03-07 Steve Holmeemail: Optimised block_statemach() functions
2013-03-07 Steve HolmeDOCS: Added the list command to the IMAP URL section
2013-03-07 Steve HolmeFEATURES: Updated for recent imap additions
2013-03-07 Daniel Stenbergversion bump: the next release will be 7.30.0
2013-03-07 Daniel Stenbergchecksrc: ban unsafe functions
2013-03-07 Steve HolmeRELEASE-NOTES: Added missing imap fixes and additions
2013-03-07 Nick ZitzmannRELEASE-NOTES: brought this up-to-date with the latest...
2013-03-06 Jiri Hruskaimap: Fixed test801 and test1321 to specify a message UID
2013-03-06 Jiri Hruskaimap: Fixed ftpserver.pl to allow verification even...
2013-03-06 Steve Holmeimap: Tidied up the APPEND and final APPEND response...
2013-03-06 Steve Holmeimap: Tidied up the final FETCH response function
2013-03-06 Steve Holmeimap: Tidied up the LIST response function
2013-03-06 Steve Holmeimap: Removed the custom request response function
2013-03-06 Jiri Hruskaimap: Updated ftpserver.pl to be more compliant, added...
2013-03-06 Steve Holmeimap: Added check for empty UID in FETCH command
2013-03-06 Kamil Dudkanss: fix misplaced code enabling non-blocking socket...
2013-03-06 Daniel Stenbergimap: fix compiler warning
2013-03-05 Steve Holmeimap: Added support for list command
2013-03-05 Steve Holmeimap: Added list perform and response handler functions
2013-03-05 Steve Holmeimap: Introduced IMAP_LIST state
2013-03-05 Steve Holmeimap: Small tidy up of imap_select() to match imap_append()
2013-03-05 Steve Holmeimap: Moved mailbox check from the imap_do() function
2013-03-05 Steve Holmecurl_setup.h: Added S_IRDIR() macro for compilers that...
2013-03-04 Daniel StenbergAddFormData: prevent only directories from being posted
2013-03-04 Nick Zitzmanndarwinssl: fix infinite loop if server disconnected...
2013-03-03 Steve Holmeimap: Added comments to imap_append()
2013-03-03 Jiri Hruskaimap: Added required mailbox check for FETCH and APPEND...
2013-03-03 Steve Holmepingpong.c: Fix enumerated type mixed with another...
2013-03-03 Steve Holmesmtp: Updated the coding style for state changes after...
2013-03-03 Steve Holmepop3: Updated the coding style for state changes after...
2013-03-03 Steve Holmeimap: Fixed typo in variable assignment
2013-03-03 Jiri Hruskaimap: Fixed custom request handling in imap_done()
2013-03-03 Jiri Hruskaimap: Enabled custom requests in imap_select_resp()
2013-03-03 Jiri Hruskaimap: Enabled custom requests in imap_perform()
2013-03-03 Jiri Hruskaimap: Added custom request perform and response handler...
2013-03-03 Steve Holmepop3: Fixed unnecessary parent structure reference
2013-03-03 Jiri Hruskaimap: Added custom request parsing
2013-03-03 Jiri Hruskaimap: Introduced custom request parameters
2013-03-03 Jiri Hruskaimap: Introduced IMAP_CUSTOM state
2013-03-02 Steve Holmeimap: Minor code tidy up
2013-03-02 Steve Holmeimap: Simplified the imap_state_append_resp() function
2013-03-02 Steve Holmeimap: Changed successful response logic in imap_state_a...
2013-03-02 Steve Holmeimap: Standardised imapcode condition tests
2013-03-02 Steve Holmeimap: Moved imap_append() to be with the other perform...
2013-03-02 Jiri Hruskaimap: Enabled APPEND support in imap_perform()
2013-03-02 Jiri Hruskaimap: Implemented APPEND final processing
2013-03-02 Jiri Hruskaimap: Added APPEND perform and response handler functions
2013-03-02 Jiri Hruskaimap: Introduced IMAP_APPEND and IMAP_APPEND_FINAL...
2013-03-02 Jiri Hruskaimap: Updated setting of transfer variables in imap_sta...
2013-03-02 Jiri Hruskaimap: Improved FETCH response parsing
2013-02-28 Steve Holmeimap: Fixed accidentally lossing the result code
2013-02-28 Steve Holmeimap: Another minor comment addition / tidy up
2013-02-28 Steve Holmeimap: Updated the coding style for state changes after...
2013-02-28 Steve Holmepop3 / smtp: Small comment tidy up
2013-02-28 Jiri Hruskaimap: FETCH response handler cleanup before further...
2013-02-28 Steve Holmepop3: Small tidy up of function arguments
2013-02-28 Steve Holmeimap: Small tidy up of function arguments
2013-02-28 Steve Holmesmtp: Corrected debug message for POP3_AUTH_FINAL constant
2013-02-28 Steve Holmepop3: Corrected debug message for POP3_AUTH_FINAL constant
2013-02-28 Steve Holmeimap: Corrected debug message for IMAP_AUTHENTICATE_FIN...
2013-02-28 Jiri Hruskaimap: Fixed error code returned for invalid FETCH response
2013-02-28 Jiri Hruskaimap: Added processing of the final FETCH responses
2013-02-28 Jiri Hruskaimap: Introduced FETCH_FINAL state for processing final...
2013-02-28 Steve Holmeimap: fix autobuild warning
2013-02-28 Steve Holmeimap: fix compiler warning
2013-02-27 Steve Holmesmtp: Re-factored the final SMTP_AUTH constant
2013-02-27 Steve Holmepop3: Re-factored the final POP3_AUTH constant
2013-02-27 Steve Holmeimap: Re-factored final IMAP_AUTHENTICATE constant
2013-02-27 Steve Holmeimap: Updated the coding style of imap_state_servergree...
2013-02-27 Steve Holmeimap: Reversed the logic of the (un)successful tagged...
2013-02-27 Steve Holmeimap: Reversed the logic of the (un)successful tagged...
2013-02-27 Steve Holmeimap: Corrected char* references with char *
2013-02-27 Jiri Hruskaimap: Added processing of more than one response when...
2013-02-27 Jiri Hruskaimap: Added skipping of SELECT command if already in...
2013-02-27 Jiri Hruskaimap: Introduced the mailbox variable
2013-02-26 Steve Holmeemail: Slight reordering of connection based variables
2013-02-26 Steve Holmeimap: Tidied up comments for connection based variables
2013-02-26 Steve HolmeDOCS: Added the IMAP UIDVALIDITY property to the CURLOP...
2013-02-26 Jiri Hruskaimap: Added verification of UIDVALIDITY mailbox attribute
2013-02-26 Jiri Hruskaimap: Added support for parsing the UIDVALIDITY property
2013-02-26 Jiri Hruskaimap: Introduced the mailbox_uidvalidity variable
2013-02-26 Steve Holmeimap: Corrected comment in imap_endofresp()
2013-02-26 Steve Holmeimap: Corrected whitespace
2013-02-26 Jiri Hruskaimap: Added filtering of CAPABILITY and FETCH untagged...
2013-02-26 Jiri Hruskaimap: Added a helper function for upcoming untagged...
2013-02-26 Jiri Hruskaimap: Moved CAPABILITY response handling to imap_state_...
2013-02-26 Linus Nielsen... Remove unused variable in smtp_state_data_resp()
2013-02-25 Steve Holmeemail: Small tidy up following recent changes
2013-02-25 Steve Holmesmtp: Removed bytecountp from the per-request structure
2013-02-25 Steve Holmepop3: Removed bytecountp from the per-request structure
2013-02-25 Jiri Hruskaimap: Removed bytecountp from the per-request structure
2013-02-25 Jiri Hruskaimap: Adjusted SELECT and FETCH function order
2013-02-25 Jiri Hruskaimap: Adjusted SELECT and FETCH state order in imap_sta...
2013-02-25 Steve Holmeimap: Minor tidy up of comments in imap_parse_url_path()
2013-02-25 Steve Holmeimap: Fixed incorrect comparison for STARTTLS in imap_e...
next