aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-11ftpserver.pl: Added support for IMAP COPY commandSteve Holme
2013-09-11ftpserver.pl: Added support for IMAP CLOSE and EXPUNGE commandsSteve Holme
2013-09-11ftpserver.pl: Added support for POP3 RSET commandSteve Holme
2013-09-11ftpserver.pl: Added the ability to remember what messages are deletedSteve Holme
2013-09-10NI_MAXSERV: remove all use of itDaniel Stenberg
2013-09-10http2: use the support HTTP2 draft version in the upgrade headerDaniel Stenberg
2013-09-10ldap.c: Fix compilation warningSteve Holme
2013-09-10imap/pop3/smtp: Speed up SSL connection initializationJiri Hruska
2013-09-10ldap.c: Corrected build error from commit 857f999353f333Steve Holme
2013-09-10RELEASE-NOTES: Corrected duplicate in bfefe2400a16b8Steve Holme
2013-09-10RELEASE-NOTES: Corrected typo from bfefe2400a16b8Steve Holme
2013-09-10RELEASE-NOTES: synced with 25c68903756d6bSteve Holme
2013-09-10README.http2: explain nghttp2 a littleDaniel Stenberg
2013-09-09tests: Added test for POP3 TOP commandSteve Holme
2013-09-09ftpserver.pl: Added support for POP3 TOP commandSteve Holme
2013-09-09tests: Added test for POP3 UIDL commandSteve Holme
2013-09-09ftpserver.pl: Added support for POP3 UIDL commandSteve Holme
2013-09-09http2: adjust to new nghttp2_pack_settings_payload protoDaniel Stenberg
2013-09-09url: handle abortion by read/write callbacks, tooKamil Dudka
2013-09-09ldap: fix the build for systems with ldap_url_parse()Daniel Stenberg
2013-09-09pingpong: Check SSL library buffers for already read dataJiri Hruska
2013-09-09imap: Fixed calculation of transfer when partial FETCH receivedSteve Holme
2013-09-08ftpserver.pl: Fixed empty array checksSteve Holme
2013-09-08ftpserver: Reworked AUTH support to allow for specifying the mechanismsSteve Holme
2013-09-08ftpserver: Reworked CAPA support to allow for specifying the capabilitiesSteve Holme
2013-09-08ftpserver.pl: Corrected POP3 LIST as message numbers should be contiguousSteve Holme
2013-09-08curl_easy_pause: suggest one way to unpauseClemens Gruber
2013-09-08tests: Updated descriptions to be more meaningfulSteve Holme
2013-09-08tests: Added test for POP3 NOOP commandSteve Holme
2013-09-08ftpserver.pl: Added support for POP3 NOOP commandSteve Holme
2013-09-08ftpserver.pl: Fixed 'Use of uninitialized value $args in string ne'Steve Holme
2013-09-08tests: Added test for POP3 STAT commandSteve Holme
2013-09-08ftpserver.pl: Added support for POP STAT commandSteve Holme
2013-09-08ftpserver.pl: Moved POP3 QUIT handler into own functionSteve Holme
2013-09-08ftpserver.pl: Reordered the POP3 handlers to be alphabeticalSteve Holme
2013-09-08ftpserver.pl: Corrected misaligned indentation in POP3 handlersSteve Holme
2013-09-07tests: Added test for POP3 DELE commandSteve Holme
2013-09-07ftpserver.pl: Added support for POP3 DELE commandSteve Holme
2013-09-07http2: include curl_memory.hDaniel Stenberg
2013-09-07http: fix build warning under LLVMNick Zitzmann
2013-09-07http2: actually init nghttp2 and send HTTP2-Settings properlyDaniel Stenberg
2013-09-07README.http2: how to use it best with the multi API?Daniel Stenberg
2013-09-07http2: first embryo toward Upgrade:Daniel Stenberg
2013-09-07http: rename use_http_1_1 to use_http_1_1plusDaniel Stenberg
2013-09-07configure: improve CURL_CHECK_COMPILER_PROTOTYPE_MISMATCHDaniel Stenberg
2013-09-07Pass password to OpenSSL engine by user interfacePetr Písař
2013-09-06urlglob: improved error messages and column number on bad useDaniel Stenberg
2013-09-06urlglob: avoid error code translationDaniel Stenberg
2013-09-06urlglob: avoid NULL pointer dereferenceDaniel Stenberg
2013-09-06http2: use correct include for snprintfGisle Vanem