projects
/
curl
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
curl
2013-03-08
Steve Holme
email: Simplified nesting of if statements in *_doing...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-08
Daniel Stenberg
RELEASE-NOTES: mention that krb4 is up for consideration
commit
|
commitdiff
|
tree
|
snapshot
2013-03-08
Steve Holme
imap: Fixed handling of untagged responses for the...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-08
Yang Tse
curlbuild.h.dist: enhance non-configure GCC ABI detecti...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-08
Yang Tse
curlbuild.h.dist: fix GCC build on ARM systems without...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-08
Gisle Vanem
polarssl.c: fix header filename typo
commit
|
commitdiff
|
tree
|
snapshot
2013-03-08
Yang Tse
configure: use XC_LIBTOOL for portability across libtoo...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-08
Yang Tse
xc-lt-iface.m4: provide XC_LIBTOOL macro
commit
|
commitdiff
|
tree
|
snapshot
2013-03-07
Steve Holme
imap: Fixed SELECT not being performed for custom requests
commit
|
commitdiff
|
tree
|
snapshot
2013-03-07
Steve Holme
email: Minor code tidy up following recent changes
commit
|
commitdiff
|
tree
|
snapshot
2013-03-07
Steve Holme
DOCS: Corrected the IMAP URL grammar of the UIDVALIDITY...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-07
Steve Holme
FEATURES: Provided a little clarity in some IMAP features
commit
|
commitdiff
|
tree
|
snapshot
2013-03-07
Steve Holme
email: Optimised block_statemach() functions
commit
|
commitdiff
|
tree
|
snapshot
2013-03-07
Steve Holme
DOCS: Added the list command to the IMAP URL section
commit
|
commitdiff
|
tree
|
snapshot
2013-03-07
Steve Holme
FEATURES: Updated for recent imap additions
commit
|
commitdiff
|
tree
|
snapshot
2013-03-07
Daniel Stenberg
version bump: the next release will be 7.30.0
commit
|
commitdiff
|
tree
|
snapshot
2013-03-07
Daniel Stenberg
checksrc: ban unsafe functions
commit
|
commitdiff
|
tree
|
snapshot
2013-03-07
Steve Holme
RELEASE-NOTES: Added missing imap fixes and additions
commit
|
commitdiff
|
tree
|
snapshot
2013-03-07
Nick Zitzmann
RELEASE-NOTES: brought this up-to-date with the latest...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-06
Jiri Hruska
imap: Fixed test801 and test1321 to specify a message UID
commit
|
commitdiff
|
tree
|
snapshot
2013-03-06
Jiri Hruska
imap: Fixed ftpserver.pl to allow verification even...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-06
Steve Holme
imap: Tidied up the APPEND and final APPEND response...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-06
Steve Holme
imap: Tidied up the final FETCH response function
commit
|
commitdiff
|
tree
|
snapshot
2013-03-06
Steve Holme
imap: Tidied up the LIST response function
commit
|
commitdiff
|
tree
|
snapshot
2013-03-06
Steve Holme
imap: Removed the custom request response function
commit
|
commitdiff
|
tree
|
snapshot
2013-03-06
Jiri Hruska
imap: Updated ftpserver.pl to be more compliant, added...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-06
Steve Holme
imap: Added check for empty UID in FETCH command
commit
|
commitdiff
|
tree
|
snapshot
2013-03-06
Kamil Dudka
nss: fix misplaced code enabling non-blocking socket...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-06
Daniel Stenberg
imap: fix compiler warning
commit
|
commitdiff
|
tree
|
snapshot
2013-03-05
Steve Holme
imap: Added support for list command
commit
|
commitdiff
|
tree
|
snapshot
2013-03-05
Steve Holme
imap: Added list perform and response handler functions
commit
|
commitdiff
|
tree
|
snapshot
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
next