projects
/
platform
/
upstream
/
curl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/curl.git
2013-03-05
Steve Holme
imap: Introduced IMAP_LIST state
commit
|
commitdiff
|
tree
|
snapshot
2013-03-05
Steve Holme
imap: Small tidy up of imap_select() to match imap_append()
commit
|
commitdiff
|
tree
|
snapshot
2013-03-05
Steve Holme
imap: Moved mailbox check from the imap_do() function
commit
|
commitdiff
|
tree
|
snapshot
2013-03-05
Steve Holme
curl_setup.h: Added S_IRDIR() macro for compilers that...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-04
Daniel Stenberg
AddFormData: prevent only directories from being posted
commit
|
commitdiff
|
tree
|
snapshot
2013-03-04
Nick Zitzmann
darwinssl: fix infinite loop if server disconnected...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Steve Holme
imap: Added comments to imap_append()
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Jiri Hruska
imap: Added required mailbox check for FETCH and APPEND...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Steve Holme
pingpong.c: Fix enumerated type mixed with another...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Steve Holme
smtp: Updated the coding style for state changes after...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Steve Holme
pop3: Updated the coding style for state changes after...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Steve Holme
imap: Fixed typo in variable assignment
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Jiri Hruska
imap: Fixed custom request handling in imap_done()
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Jiri Hruska
imap: Enabled custom requests in imap_select_resp()
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Jiri Hruska
imap: Enabled custom requests in imap_perform()
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Jiri Hruska
imap: Added custom request perform and response handler...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Steve Holme
pop3: Fixed unnecessary parent structure reference
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Jiri Hruska
imap: Added custom request parsing
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Jiri Hruska
imap: Introduced custom request parameters
commit
|
commitdiff
|
tree
|
snapshot
2013-03-03
Jiri Hruska
imap: Introduced IMAP_CUSTOM state
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
Steve Holme
imap: Minor code tidy up
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
Steve Holme
imap: Simplified the imap_state_append_resp() function
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
Steve Holme
imap: Changed successful response logic in imap_state_a...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
Steve Holme
imap: Standardised imapcode condition tests
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
Steve Holme
imap: Moved imap_append() to be with the other perform...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
Jiri Hruska
imap: Enabled APPEND support in imap_perform()
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
Jiri Hruska
imap: Implemented APPEND final processing
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
Jiri Hruska
imap: Added APPEND perform and response handler functions
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
Jiri Hruska
imap: Introduced IMAP_APPEND and IMAP_APPEND_FINAL...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
Jiri Hruska
imap: Updated setting of transfer variables in imap_sta...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
Jiri Hruska
imap: Improved FETCH response parsing
commit
|
commitdiff
|
tree
|
snapshot
2013-02-28
Steve Holme
imap: Fixed accidentally lossing the result code
commit
|
commitdiff
|
tree
|
snapshot
2013-02-28
Steve Holme
imap: Another minor comment addition / tidy up
commit
|
commitdiff
|
tree
|
snapshot
2013-02-28
Steve Holme
imap: Updated the coding style for state changes after...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-28
Steve Holme
pop3 / smtp: Small comment tidy up
commit
|
commitdiff
|
tree
|
snapshot
2013-02-28
Jiri Hruska
imap: FETCH response handler cleanup before further...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-28
Steve Holme
pop3: Small tidy up of function arguments
commit
|
commitdiff
|
tree
|
snapshot
2013-02-28
Steve Holme
imap: Small tidy up of function arguments
commit
|
commitdiff
|
tree
|
snapshot
2013-02-28
Steve Holme
smtp: Corrected debug message for POP3_AUTH_FINAL constant
commit
|
commitdiff
|
tree
|
snapshot
2013-02-28
Steve Holme
pop3: Corrected debug message for POP3_AUTH_FINAL constant
commit
|
commitdiff
|
tree
|
snapshot
2013-02-28
Steve Holme
imap: Corrected debug message for IMAP_AUTHENTICATE_FIN...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-28
Jiri Hruska
imap: Fixed error code returned for invalid FETCH response
commit
|
commitdiff
|
tree
|
snapshot
2013-02-28
Jiri Hruska
imap: Added processing of the final FETCH responses
commit
|
commitdiff
|
tree
|
snapshot
2013-02-28
Jiri Hruska
imap: Introduced FETCH_FINAL state for processing final...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-28
Steve Holme
imap: fix autobuild warning
commit
|
commitdiff
|
tree
|
snapshot
2013-02-28
Steve Holme
imap: fix compiler warning
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
Steve Holme
smtp: Re-factored the final SMTP_AUTH constant
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
Steve Holme
pop3: Re-factored the final POP3_AUTH constant
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
Steve Holme
imap: Re-factored final IMAP_AUTHENTICATE constant
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
Steve Holme
imap: Updated the coding style of imap_state_servergree...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
Steve Holme
imap: Reversed the logic of the (un)successful tagged...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
Steve Holme
imap: Reversed the logic of the (un)successful tagged...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
Steve Holme
imap: Corrected char* references with char *
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
Jiri Hruska
imap: Added processing of more than one response when...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
Jiri Hruska
imap: Added skipping of SELECT command if already in...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-27
Jiri Hruska
imap: Introduced the mailbox variable
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Steve Holme
email: Slight reordering of connection based variables
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Steve Holme
imap: Tidied up comments for connection based variables
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Steve Holme
DOCS: Added the IMAP UIDVALIDITY property to the CURLOP...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Jiri Hruska
imap: Added verification of UIDVALIDITY mailbox attribute
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Jiri Hruska
imap: Added support for parsing the UIDVALIDITY property
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Jiri Hruska
imap: Introduced the mailbox_uidvalidity variable
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Steve Holme
imap: Corrected comment in imap_endofresp()
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Steve Holme
imap: Corrected whitespace
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Jiri Hruska
imap: Added filtering of CAPABILITY and FETCH untagged...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Jiri Hruska
imap: Added a helper function for upcoming untagged...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Jiri Hruska
imap: Moved CAPABILITY response handling to imap_state_...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-26
Linus Nielsen...
Remove unused variable in smtp_state_data_resp()
commit
|
commitdiff
|
tree
|
snapshot
2013-02-25
Steve Holme
email: Small tidy up following recent changes
commit
|
commitdiff
|
tree
|
snapshot
2013-02-25
Steve Holme
smtp: Removed bytecountp from the per-request structure
commit
|
commitdiff
|
tree
|
snapshot
2013-02-25
Steve Holme
pop3: Removed bytecountp from the per-request structure
commit
|
commitdiff
|
tree
|
snapshot
2013-02-25
Jiri Hruska
imap: Removed bytecountp from the per-request structure
commit
|
commitdiff
|
tree
|
snapshot
2013-02-25
Jiri Hruska
imap: Adjusted SELECT and FETCH function order
commit
|
commitdiff
|
tree
|
snapshot
2013-02-25
Jiri Hruska
imap: Adjusted SELECT and FETCH state order in imap_sta...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-25
Steve Holme
imap: Minor tidy up of comments in imap_parse_url_path()
commit
|
commitdiff
|
tree
|
snapshot
2013-02-25
Steve Holme
imap: Fixed incorrect comparison for STARTTLS in imap_e...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-25
Steve Holme
DOCS: Corrected IMAP URL examples according to RFC5092
commit
|
commitdiff
|
tree
|
snapshot
2013-02-24
Nick Zitzmann
darwinssl: fix undefined $ssllib warning in runtests.pl
commit
|
commitdiff
|
tree
|
snapshot
2013-02-24
Steve Holme
imap: Added check for new internal imap response code
commit
|
commitdiff
|
tree
|
snapshot
2013-02-24
Steve Holme
imap: Changed the order of the response types in imap_e...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-24
Jiri Hruska
imap: Added stricter parsing of continuation responses
commit
|
commitdiff
|
tree
|
snapshot
2013-02-24
Steve Holme
imap: Simplified memcmp() in tagged response parsing
commit
|
commitdiff
|
tree
|
snapshot
2013-02-24
Jiri Hruska
imap: Reworked the logic of untagged command responses
commit
|
commitdiff
|
tree
|
snapshot
2013-02-24
Steve Holme
imap: Corrected spacing of trailing brace
commit
|
commitdiff
|
tree
|
snapshot
2013-02-24
Jiri Hruska
imap: Added stricter parsing of tagged command responses
commit
|
commitdiff
|
tree
|
snapshot
2013-02-24
Jiri Hruska
imap: Simplified command response test in imap_endofresp()
commit
|
commitdiff
|
tree
|
snapshot
2013-02-24
Jiri Hruska
imap: Corrected comment in imap_endofresp()
commit
|
commitdiff
|
tree
|
snapshot
2013-02-24
Steve Holme
DOCS: Corrected layout of POP3 and IMAP URL examples
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Steve Holme
DOCS: Updated CURLOPT_URL section following recent...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Steve Holme
pop3: Refactored the mailbox variable as it didn't...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Steve Holme
FEATURES: Updated following recent IMAP changes
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Jiri Hruska
imap: Added the ability to FETCH a specific UID and...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Steve Holme
email: Additional tidy up of comments following recent...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Steve Holme
smtp: Removed some FTP heritage leftovers
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Steve Holme
smtp: Moved the per-request variables to the per-reques...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Steve Holme
pop3: Introduced a custom SMTP structure for per-reques...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Steve Holme
imap: Minor correction of comments for max line length
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Daniel Stenberg
strcasestr: remove check for this unused function
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Daniel Stenberg
pop3: fix compiler warning
commit
|
commitdiff
|
tree
|
snapshot
2013-02-23
Jiri Hruska
imap: Added URL parsing of new variables
commit
|
commitdiff
|
tree
|
snapshot
next