summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* imap-append.c: Fixed compilation errors on some platformsSteve Holme2014-03-301-0/+1
* ftpserver.pl: Removed some unused variablesSteve Holme2014-03-301-5/+0
* ftpserver.pl: Reworked some variable names to be more meaningfulSteve Holme2014-03-301-15/+15
* ftpserver.pl: Corrected some indentation in senddata()Steve Holme2014-03-291-11/+12
* lib1513: fix callback proto to silence warningDaniel Stenberg2014-03-291-1/+9
* ftpserver.pl: Added fallback to <data> support when using multiple URLsSteve Holme2014-03-291-0/+3
* ftpserver.pl: Updated email based get reply data code to use new methodSteve Holme2014-03-291-130/+13
* ftpserver.pl: Fixed syntax error from commit 3a29ee41Steve Holme2014-03-291-1/+1
* ftpserver.pl: Updated argument code in STATUS_imap() to be more meaningfulSteve Holme2014-03-291-4/+7
* ftpserver.pl: Introduced common method for getting a test's reply dataSteve Holme2014-03-291-3/+21
* smtp: Fixed login denied when server doesn't support AUTH capabilitySteve Holme2014-03-282-10/+16
* winbuild: added warnless.c to fix buildCody Mack2014-03-281-1/+4
* hostcheck: added a system include to define struct in_addrDan Fandrich2014-03-261-0/+4
* test1397: Fixed compilation with some SSL backendsDan Fandrich2014-03-261-0/+6
* test815/816: Use authentication for both URLsDan Fandrich2014-03-262-2/+2
* mkhelp: generate code for --disable-manual as wellDaniel Stenberg2014-03-261-1/+5
* bump: start the 7.37.0 raceDaniel Stenberg2014-03-262-102/+10
* RELEASE-NOTES: 7.36.0curl-7_36_0Daniel Stenberg2014-03-261-0/+12
* test1397: unit test for certificate name wildcard handlingRichard J. Moore2014-03-254-2/+78
* Curl_cert_hostcheck: strip trailing dots in host name and wildcardDaniel Stenberg2014-03-251-8/+42
* Curl_cert_hostcheck: reject IP address wildcard matchesDaniel Stenberg2014-03-251-0/+13
* url: Fixed connection re-use when using different log-in credentialsSteve Holme2014-03-253-4/+7
* THANKS: 14 new friends from the 7.36.0 announcementDaniel Stenberg2014-03-251-0/+14
* RELEASE-NOTES: synced with 3ebfaf6a0399b6aDaniel Stenberg2014-03-251-3/+8
* tool_operate: Fixed uninitialised variable under some error situationsSteve Holme2014-03-231-6/+3
* tool_parsecfg: Reworked error handling from commit fc59a9e1Steve Holme2014-03-221-1/+2
* tool_getparam: Removed "dead assignment" code introduced in commit 1a9b58fcSteve Holme2014-03-221-3/+4
* polarssl: avoid extra newlines in debug messagesGisle Vanem2014-03-221-2/+3
* rtsp: parse "Session:" header properlyDaniel Stenberg2014-03-201-2/+2
* runtests.pl: verify specified test casesDaniel Stenberg2014-03-191-0/+13
* RELEASE-NOTES: fixed typoDan Fandrich2014-03-191-1/+1
* trynextip: don't store 'ai' on failed connects...Daniel Stenberg2014-03-191-1/+1
* RELEASE-NOTES: synced with 47f8e99e78cDaniel Stenberg2014-03-191-5/+12
* polarssl: fix possible handshake timeout issue in multi.Gaël PORTAY2014-03-191-2/+2
* polarssl: break compatibility with version older than 1.3.Gaël PORTAY2014-03-182-33/+0
* polarssl: drop use of 1.2 compatibility header.Gaël PORTAY2014-03-181-27/+22
* polarssl: added missing end-of-comment from previous commitDaniel Stenberg2014-03-181-1/+1
* polarssl: now require 1.3.0+Daniel Stenberg2014-03-172-21/+10
* polarssl: fix compilationhasufell2014-03-172-4/+5
* nss: allow to enable/disable new AES GCM cipher-suitesKamil Dudka2014-03-151-0/+10
* nss: allow to enable/disable new HMAC-SHA256 cipher-suitesKamil Dudka2014-03-151-0/+10
* nss: do not enable AES cipher-suites by defaultKamil Dudka2014-03-151-23/+4
* tests: made the SASL modes separate keywordsDan Fandrich2014-03-1530-30/+69
* tests: added missing HTTP NTLM auth keywordsDan Fandrich2014-03-156-2/+10
* tests: disable valgrind on the remaining scp/sftp testsDan Fandrich2014-03-154-0/+12
* valgrind.supp: added another test 165 suppressionDan Fandrich2014-03-151-0/+16
* ssh: prevent a logic error that could result in an infinite loopDan Fandrich2014-03-151-1/+2
* docs: fixed a bunch of typosDan Fandrich2014-03-1413-36/+36
* test640/1: add tests for --head with sftp and scpDan Fandrich2014-03-143-1/+83
* ssh: removed a redundant close state transitionDan Fandrich2014-03-141-4/+2