aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-10email-tests: Updated the test data that corresponds to the test numberSteve Holme
2013-03-10email-tests: Renamed the IMAP test to be 800Steve Holme
2013-03-10email-tests: Renamed the SMTP tests to be in the range 900-906Steve Holme
2013-03-10email-tests: Renamed the POP3 tests to be in the range 850-857Steve Holme
2013-03-10hiperfifo: updated to use current libevent APIDaniel Stenberg
2013-03-10imap: Reworked some function descriptionsSteve Holme
2013-03-10imap: Added some missing comments to imap_sendf()Steve Holme
2013-03-09email: Removed hard returns from init functionsSteve Holme
2013-03-09curl_multi_wait: avoid second loop if nothing to doDaniel Stenberg
2013-03-09multi_runsingle: avoid NULL dereferenceDaniel Stenberg
2013-03-09imap: Re-factored all perform based functionsSteve Holme
2013-03-09examples/getinmemory.c: abort the transfer if not enough memoryCédric Deltheil
2013-03-09RELEASE-NOTES: synced with ca3c0ed3a9cDaniel Stenberg
2013-03-09Makefile.am: empty AM_LDFLAGS definition for automake 1.7 compatibilityYang Tse
2013-03-09imap: Added description comments to all perform based functionsSteve Holme
2013-03-09imap: Removed the need for separate custom request functionsSteve Holme
2013-03-09imap: Corrected typo in commentSteve Holme
2013-03-09Makefile.am: empty AM_LDFLAGS definition for automake 1.7 compatibilityYang Tse
2013-03-09imap: Moved imap_logout() to be grouped with the other perform functionsSteve Holme
2013-03-09email: Updated the function descriptions for the logout / quit functionsSteve Holme
2013-03-09email: Simplified the logout / quit functionsSteve Holme
2013-03-08email: Tidied up the *_regular_transfer() functionsSteve Holme
2013-03-08email: Simplified nesting of if statements in *_doing() functionsSteve Holme
2013-03-08RELEASE-NOTES: mention that krb4 is up for considerationDaniel Stenberg
2013-03-08imap: Fixed handling of untagged responses for the STORE custom commandSteve Holme
2013-03-08curlbuild.h.dist: enhance non-configure GCC ABI detection logicYang Tse
2013-03-08curlbuild.h.dist: fix GCC build on ARM systems without configure scriptYang Tse
2013-03-08polarssl.c: fix header filename typoGisle Vanem
2013-03-08configure: use XC_LIBTOOL for portability across libtool versionsYang Tse
2013-03-08xc-lt-iface.m4: provide XC_LIBTOOL macroYang Tse
2013-03-07imap: Fixed SELECT not being performed for custom requestsSteve Holme
2013-03-07email: Minor code tidy up following recent changesSteve Holme
2013-03-07DOCS: Corrected the IMAP URL grammar of the UIDVALIDITY parameterSteve Holme
2013-03-07FEATURES: Provided a little clarity in some IMAP featuresSteve Holme
2013-03-07email: Optimised block_statemach() functionsSteve Holme
2013-03-07DOCS: Added the list command to the IMAP URL sectionSteve Holme
2013-03-07FEATURES: Updated for recent imap additionsSteve Holme
2013-03-07version bump: the next release will be 7.30.0Daniel Stenberg
2013-03-07checksrc: ban unsafe functionsDaniel Stenberg
2013-03-07RELEASE-NOTES: Added missing imap fixes and additionsSteve Holme
2013-03-06RELEASE-NOTES: brought this up-to-date with the latest changesNick Zitzmann
2013-03-06imap: Fixed test801 and test1321 to specify a message UIDJiri Hruska
2013-03-06imap: Fixed ftpserver.pl to allow verification even through LIST commandJiri Hruska
2013-03-06imap: Tidied up the APPEND and final APPEND response functionsSteve Holme
2013-03-06imap: Tidied up the final FETCH response functionSteve Holme
2013-03-06imap: Tidied up the LIST response functionSteve Holme
2013-03-06imap: Removed the custom request response functionSteve Holme
2013-03-06imap: Updated ftpserver.pl to be more compliant, added new commandsJiri Hruska
2013-03-06imap: Added check for empty UID in FETCH commandSteve Holme
2013-03-06nss: fix misplaced code enabling non-blocking socket modeKamil Dudka