aboutsummaryrefslogtreecommitdiff
path: root/tests/data/Makefile.inc
AgeCommit message (Expand)Author
2017-03-06URL: return error on malformed URLs with junk after port numberDaniel Stenberg
2017-02-20digest_sspi: Fix nonce-count generation in HTTP digestMax Khon
2017-02-18proxy: fix hostname resolution and IDN conversionMichael Kaufmann
2017-02-17http: fix missing 'Content-Length: 0' while negotiating authIsaac Boukris
2017-02-15tool_urlglob: Allow a glob range with the same start and stopJay Satiro
2017-02-10URL: only accept ";options" in SMTP/POP3/IMAP URL schemesDaniel Stenberg
2017-01-27cookies: do not assume a valid domain has a dotDaniel Stenberg
2017-01-13url: --noproxy option overrides NO_PROXY environment variableERAMOTO Masaya
2017-01-13url: Fix NO_PROXY env var to work properly with --proxy option.ERAMOTO Masaya
2017-01-12url: Fix parsing for when 'file' is the default protocolJay Satiro
2016-12-24test1282: verify the ftp-gss checkDaniel Stenberg
2016-12-01URL parser: reject non-numerical port numbersDaniel Stenberg
2016-11-30CURLOPT_CONNECT_TO: Skip non-matching "connect-to" entries properlyMichael Kaufmann
2016-11-26tests: Add some testcases for recent new features.Frank Gevaerts
2016-11-15glob: fix [a-c] globbing regressionDaniel Stenberg
2016-11-14curl: add --fail-earlyDaniel Stenberg
2016-11-05easy: Initialize info variables on easy init and duphandleJay Satiro
2016-10-31test1246: verify URL parsing with host name ending with '#'Daniel Stenberg
2016-09-22New libcurl option to keep sending on errorMichael Kaufmann
2016-09-21docs: Remove that --proto is just used for initial retrievalJay Satiro
2016-09-20easy: Reset all statistical session info in curl_easy_resetJay Satiro
2016-09-14test1605: verify negative input lengths to (un)escape functionsDaniel Stenberg
2016-08-18test1144: verify HEAD with body-only responseDaniel Stenberg
2016-08-15test219: verify unsupported scheme for proxies get rejectedDaniel Stenberg
2016-06-29test1244: test different proxy ports same URLDaniel Stenberg
2016-06-06tests: two more HTTP/2 testsDaniel Stenberg
2016-06-06http2-tests: test1700 is the first real HTTP/2 testDaniel Stenberg
2016-05-30URL parser: allow URLs to use one, two or three slashesDaniel Stenberg
2016-05-01test1140: run nroff-scan to verify man pagesDaniel Stenberg
2016-04-28test1139: verifies libcurl option man page presenceDaniel Stenberg
2016-04-25test1322: verify stripping of trailing dot from host nameDaniel Stenberg
2016-04-20tests: added test1517Karlson2k
2016-04-17news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann
2016-02-23TFTP: add option to suppress TFTP option requests (Part 2)Jay Satiro
2016-02-19Added test 1437 to verify a memory leakDan Fandrich
2016-02-13test1604: Add to Makefile.inc so it gets runDan Fandrich
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2016-01-18tests: Add a test for pinnedpubkey fail even when insecureJay Satiro
2016-01-08connection reuse: IDN host names fixedMichael Kaufmann
2015-11-21Makefile.inc: Fixed test run errorSteve Holme
2015-11-15tests: Added OAUTHBEARER failure response testsSteve Holme
2015-11-14tests: Added OAuth 2.0 (OAUTHBEARER) testsSteve Holme
2015-11-12unit1603: Added unit tests for hash functionsdfandrich
2015-11-08imap: Don't check for continuation when executing a CUSTOMREQUESTJustin Ehlert
2015-11-02http redirects: %-encode bytes outside of ascii rangeDaniel Stenberg
2015-10-23test1137: verify --ignore-content-length for FTPDaniel Stenberg
2015-10-17cookies: Add support for Mozilla's Publix Suffix ListTim Rühsen
2015-08-22CURLOPT_DEFAULT_PROTOCOL: addedNathaniel Waisbrot
2015-07-17SSL: Add an option to disable certificate revocation checksJay Satiro
2015-07-01SSL: Pinned public key hash supportmoparisthebest