Age | Commit message (Expand) | Author |
2013-03-10 | email-tests: Renamed the SMTP tests to be in the range 900-906 | Steve Holme |
2013-03-10 | email-tests: Renamed the POP3 tests to be in the range 850-857 | Steve Holme |
2013-03-10 | hiperfifo: updated to use current libevent API | Daniel Stenberg |
2013-03-10 | imap: Reworked some function descriptions | Steve Holme |
2013-03-10 | imap: Added some missing comments to imap_sendf() | Steve Holme |
2013-03-09 | email: Removed hard returns from init functions | Steve Holme |
2013-03-09 | curl_multi_wait: avoid second loop if nothing to do | Daniel Stenberg |
2013-03-09 | multi_runsingle: avoid NULL dereference | Daniel Stenberg |
2013-03-09 | imap: Re-factored all perform based functions | Steve Holme |
2013-03-09 | examples/getinmemory.c: abort the transfer if not enough memory | Cédric Deltheil |
2013-03-09 | RELEASE-NOTES: synced with ca3c0ed3a9c | Daniel Stenberg |
2013-03-09 | Makefile.am: empty AM_LDFLAGS definition for automake 1.7 compatibility | Yang Tse |
2013-03-09 | imap: Added description comments to all perform based functions | Steve Holme |
2013-03-09 | imap: Removed the need for separate custom request functions | Steve Holme |
2013-03-09 | imap: Corrected typo in comment | Steve Holme |
2013-03-09 | Makefile.am: empty AM_LDFLAGS definition for automake 1.7 compatibility | Yang Tse |
2013-03-09 | imap: Moved imap_logout() to be grouped with the other perform functions | Steve Holme |
2013-03-09 | email: Updated the function descriptions for the logout / quit functions | Steve Holme |
2013-03-09 | email: Simplified the logout / quit functions | Steve Holme |
2013-03-08 | email: Tidied up the *_regular_transfer() functions | Steve Holme |
2013-03-08 | email: Simplified nesting of if statements in *_doing() functions | Steve Holme |
2013-03-08 | RELEASE-NOTES: mention that krb4 is up for consideration | Daniel Stenberg |
2013-03-08 | imap: Fixed handling of untagged responses for the STORE custom command | Steve Holme |
2013-03-08 | curlbuild.h.dist: enhance non-configure GCC ABI detection logic | Yang Tse |
2013-03-08 | curlbuild.h.dist: fix GCC build on ARM systems without configure script | Yang Tse |
2013-03-08 | polarssl.c: fix header filename typo | Gisle Vanem |
2013-03-08 | configure: use XC_LIBTOOL for portability across libtool versions | Yang Tse |
2013-03-08 | xc-lt-iface.m4: provide XC_LIBTOOL macro | Yang Tse |
2013-03-07 | imap: Fixed SELECT not being performed for custom requests | Steve Holme |
2013-03-07 | email: Minor code tidy up following recent changes | Steve Holme |
2013-03-07 | DOCS: Corrected the IMAP URL grammar of the UIDVALIDITY parameter | Steve Holme |
2013-03-07 | FEATURES: Provided a little clarity in some IMAP features | Steve Holme |
2013-03-07 | email: Optimised block_statemach() functions | Steve Holme |
2013-03-07 | DOCS: Added the list command to the IMAP URL section | Steve Holme |
2013-03-07 | FEATURES: Updated for recent imap additions | Steve Holme |
2013-03-07 | version bump: the next release will be 7.30.0 | Daniel Stenberg |
2013-03-07 | checksrc: ban unsafe functions | Daniel Stenberg |
2013-03-07 | RELEASE-NOTES: Added missing imap fixes and additions | Steve Holme |
2013-03-06 | RELEASE-NOTES: brought this up-to-date with the latest changes | Nick Zitzmann |
2013-03-06 | imap: Fixed test801 and test1321 to specify a message UID | Jiri Hruska |
2013-03-06 | imap: Fixed ftpserver.pl to allow verification even through LIST command | Jiri Hruska |
2013-03-06 | imap: Tidied up the APPEND and final APPEND response functions | Steve Holme |
2013-03-06 | imap: Tidied up the final FETCH response function | Steve Holme |
2013-03-06 | imap: Tidied up the LIST response function | Steve Holme |
2013-03-06 | imap: Removed the custom request response function | Steve Holme |
2013-03-06 | imap: Updated ftpserver.pl to be more compliant, added new commands | Jiri Hruska |
2013-03-06 | imap: Added check for empty UID in FETCH command | Steve Holme |
2013-03-06 | nss: fix misplaced code enabling non-blocking socket mode | Kamil Dudka |
2013-03-06 | imap: fix compiler warning | Daniel Stenberg |
2013-03-05 | imap: Added support for list command | Steve Holme |