platform/upstream/curl.git
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...
2013-02-25 Steve HolmeDOCS: Corrected IMAP URL examples according to RFC5092
2013-02-24 Nick Zitzmanndarwinssl: fix undefined $ssllib warning in runtests.pl
2013-02-24 Steve Holmeimap: Added check for new internal imap response code
2013-02-24 Steve Holmeimap: Changed the order of the response types in imap_e...
2013-02-24 Jiri Hruskaimap: Added stricter parsing of continuation responses
2013-02-24 Steve Holmeimap: Simplified memcmp() in tagged response parsing
2013-02-24 Jiri Hruskaimap: Reworked the logic of untagged command responses
2013-02-24 Steve Holmeimap: Corrected spacing of trailing brace
2013-02-24 Jiri Hruskaimap: Added stricter parsing of tagged command responses
2013-02-24 Jiri Hruskaimap: Simplified command response test in imap_endofresp()
2013-02-24 Jiri Hruskaimap: Corrected comment in imap_endofresp()
2013-02-24 Steve HolmeDOCS: Corrected layout of POP3 and IMAP URL examples
2013-02-23 Steve HolmeDOCS: Updated CURLOPT_URL section following recent...
2013-02-23 Steve Holmepop3: Refactored the mailbox variable as it didn't...
2013-02-23 Steve HolmeFEATURES: Updated following recent IMAP changes
2013-02-23 Jiri Hruskaimap: Added the ability to FETCH a specific UID and...
2013-02-23 Steve Holmeemail: Additional tidy up of comments following recent...
2013-02-23 Steve Holmesmtp: Removed some FTP heritage leftovers
2013-02-23 Steve Holmesmtp: Moved the per-request variables to the per-reques...
2013-02-23 Steve Holmepop3: Introduced a custom SMTP structure for per-reques...
2013-02-23 Steve Holmeimap: Minor correction of comments for max line length
2013-02-23 Daniel Stenbergstrcasestr: remove check for this unused function
2013-02-23 Daniel Stenbergpop3: fix compiler warning
2013-02-23 Jiri Hruskaimap: Added URL parsing of new variables
2013-02-23 Jiri Hruskaimap: Introduced imap_is_bchar() function
2013-02-23 Jiri Hruskaimap: Introduced new per-request veriables
2013-02-23 Steve Holmepingpong: Renamed curl_ftptransfer to curl_pp_transfer
2013-02-23 Steve Holmepop3: Removed some FTP heritage leftovers
2013-02-23 Steve Holmepop3: Moved the per-request variables to the per-reques...
2013-02-23 Steve Holmepop3: Introduced a custom POP3 structure for per-reques...
2013-02-23 Jiri Hruskaimap: Fixed escaping of mailbox names
2013-02-23 Steve Holmepingpong: Moved curl_ftptransfer definition to pingpong.h
2013-02-23 Steve Holmeurldata.h: Fixed comment for opt_no_body variable
2013-02-23 Steve Holmeemail: Minor tidy up following IMAP changes
2013-02-23 Jiri Hruskaimap: Removed more FTP leftovers
2013-02-23 Jiri Hruskaimap: Removed some FTP heritage leftovers
next