summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dns: fix compilation with MinGW from commit df69440d05f113Steve Holme2013-09-174-10/+17
* tests: Fixed test 1406 following recent changes in ftpserver.plSteve Holme2013-09-161-0/+3
* tests: Added test for SMTP SIZE capabilitySteve Holme2013-09-162-1/+56
* ftpserver.pl: Added the ability to include spaces in capabilitiesSteve Holme2013-09-151-1/+4
* ftpserver.pl: Corrected response code for successful SMTP QUIT commandSteve Holme2013-09-151-1/+1
* ftpserver.pl: Fixed syntax error in commit 33c1f2876b9029Steve Holme2013-09-151-1/+1
* ftpserver.pl: Added CAPA & AUTH directive support to the SMTP EHLO handlerSteve Holme2013-09-152-9/+52
* ftpserver.pl: Fixed SMTP QUIT handler from dadc495540946eSteve Holme2013-09-151-1/+1
* ftpserver.pl: Moved SMTP EHLO and QUIT handlers in own functionsSteve Holme2013-09-151-2/+15
* ftpserver.pl: Added support for SMTP HELO commandSteve Holme2013-09-152-1/+15
* ftpserver.pl: Added mailbox check to IMAP SELECT handlerSteve Holme2013-09-151-14/+19
* ftpserver.pl: Corrected invalid user details checkSteve Holme2013-09-151-2/+2
* ftpserver.pl: Moved IMAP LOGIN handler into own functionSteve Holme2013-09-141-2/+28
* ftpserver.pl: Moved POP3 USER and PASS handlers into own functionsSteve Holme2013-09-142-5/+38
* ftpserver.pl: Corrected invalid argument check in POP3 TOP handlerSteve Holme2013-09-141-1/+1
* ftpserver.pl: Added capability prerequisite for extended POP3 commandsSteve Holme2013-09-141-8/+16
* tests: Updated descriptions to be more meaningfulSteve Holme2013-09-142-2/+2
* ftpserver.pl: Added support for IMAP NOOP commandSteve Holme2013-09-141-0/+24
* imap: Fixed response check for NOOP commandSteve Holme2013-09-142-2/+3
* tests: Updated descriptions to be more meaningfulSteve Holme2013-09-149-10/+10
* curl.1: detail how short/long options workDaniel Stenberg2013-09-131-0/+12
* curl: Fixed usage of DNS options when not using c-ares resolverSteve Holme2013-09-133-8/+14
* curl_easy_setopt.3: mention RTMP URL quirksDaniel Stenberg2013-09-131-0/+13
* curl: Add support for various DNS binding options.Ben Greear2013-09-125-5/+39
* libcurl: New options to bind DNS to local interfaces or IP addressesKim Vandry2013-09-129-0/+201
* libcurl.3: for multi interface connections are held in the multi handleDaniel Stenberg2013-09-121-13/+23
* ftpserver.pl: Fixed missing comma from 7fd84b14d219b1Steve Holme2013-09-121-1/+1
* ftpserver.pl: Fixed variable error introduced in 7fd84b14d219b1Steve Holme2013-09-121-1/+1
* ftpserver.pl: Added support for UID commandSteve Holme2013-09-111-0/+39
* ftpserver.pl: Added support for LSUB commandSteve Holme2013-09-111-0/+35
* imap: Fixed response check for LSUB and UID commandsSteve Holme2013-09-112-2/+4
* ftpserver.pl: Added support for IMAP COPY commandSteve Holme2013-09-111-0/+18
* ftpserver.pl: Added support for IMAP CLOSE and EXPUNGE commandsSteve Holme2013-09-111-0/+43
* ftpserver.pl: Added support for POP3 RSET commandSteve Holme2013-09-111-0/+20
* ftpserver.pl: Added the ability to remember what messages are deletedSteve Holme2013-09-111-3/+18
* NI_MAXSERV: remove all use of itDaniel Stenberg2013-09-103-6/+6
* http2: use the support HTTP2 draft version in the upgrade headerDaniel Stenberg2013-09-101-2/+3
* ldap.c: Fix compilation warningSteve Holme2013-09-101-1/+1
* imap/pop3/smtp: Speed up SSL connection initializationJiri Hruska2013-09-104-9/+16
* ldap.c: Corrected build error from commit 857f999353f333Steve Holme2013-09-101-3/+3
* RELEASE-NOTES: Corrected duplicate in bfefe2400a16b8Steve Holme2013-09-101-2/+0
* RELEASE-NOTES: Corrected typo from bfefe2400a16b8Steve Holme2013-09-101-1/+1
* RELEASE-NOTES: synced with 25c68903756d6bSteve Holme2013-09-101-1/+22
* README.http2: explain nghttp2 a littleDaniel Stenberg2013-09-101-0/+7
* tests: Added test for POP3 TOP commandSteve Holme2013-09-092-1/+49
* ftpserver.pl: Added support for POP3 TOP commandSteve Holme2013-09-091-0/+47
* tests: Added test for POP3 UIDL commandSteve Holme2013-09-092-1/+51
* ftpserver.pl: Added support for POP3 UIDL commandSteve Holme2013-09-091-0/+23
* http2: adjust to new nghttp2_pack_settings_payload protoDaniel Stenberg2013-09-091-1/+3
* url: handle abortion by read/write callbacks, tooKamil Dudka2013-09-092-1/+9