summaryrefslogtreecommitdiff
path: root/tests/data/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* include: curl/system.h is a run-time version of curlbuild.hbagder/include-runtimeDaniel Stenberg2017-03-311-1/+1
* pause: handle mixed types of data when pausedDaniel Stenberg2017-03-281-0/+1
* curl: check for end of input in writeout backslash handlingDaniel Stenberg2017-03-251-1/+1
* tool_writeout: fixed a buffer read overrun on --write-outDan Fandrich2017-03-121-1/+1
* url: add option CURLOPT_SUPPRESS_CONNECT_HEADERSDesmond O. Chang2017-03-121-0/+1
* http_proxy: Ignore TE and CL in CONNECT 2xx responsesJay Satiro2017-03-111-1/+1
* URL: return error on malformed URLs with junk after port numberDaniel Stenberg2017-03-061-0/+1
* digest_sspi: Fix nonce-count generation in HTTP digestMax Khon2017-02-201-1/+1
* proxy: fix hostname resolution and IDN conversionMichael Kaufmann2017-02-181-2/+2
* http: fix missing 'Content-Length: 0' while negotiating authIsaac Boukris2017-02-171-1/+1
* tool_urlglob: Allow a glob range with the same start and stopJay Satiro2017-02-151-1/+1
* URL: only accept ";options" in SMTP/POP3/IMAP URL schemesDaniel Stenberg2017-02-101-1/+1
* cookies: do not assume a valid domain has a dotDaniel Stenberg2017-01-271-2/+2
* url: --noproxy option overrides NO_PROXY environment variableERAMOTO Masaya2017-01-131-0/+1
* url: Fix NO_PROXY env var to work properly with --proxy option.ERAMOTO Masaya2017-01-131-1/+1
* url: Fix parsing for when 'file' is the default protocolJay Satiro2017-01-121-1/+1
* test1282: verify the ftp-gss checkDaniel Stenberg2016-12-241-1/+1
* URL parser: reject non-numerical port numbersDaniel Stenberg2016-12-011-1/+1
* CURLOPT_CONNECT_TO: Skip non-matching "connect-to" entries properlyMichael Kaufmann2016-11-301-1/+1
* tests: Add some testcases for recent new features.Frank Gevaerts2016-11-261-2/+2
* glob: fix [a-c] globbing regressionDaniel Stenberg2016-11-151-0/+2
* curl: add --fail-earlyDaniel Stenberg2016-11-141-1/+1
* easy: Initialize info variables on easy init and duphandleJay Satiro2016-11-051-1/+1
* test1246: verify URL parsing with host name ending with '#'Daniel Stenberg2016-10-311-1/+1
* New libcurl option to keep sending on errorMichael Kaufmann2016-09-221-0/+1
* docs: Remove that --proto is just used for initial retrievalJay Satiro2016-09-211-1/+1
* easy: Reset all statistical session info in curl_easy_resetJay Satiro2016-09-201-1/+1
* test1605: verify negative input lengths to (un)escape functionsDaniel Stenberg2016-09-141-1/+1
* test1144: verify HEAD with body-only responseDaniel Stenberg2016-08-181-1/+1
* test219: verify unsupported scheme for proxies get rejectedDaniel Stenberg2016-08-151-1/+1
* test1244: test different proxy ports same URLDaniel Stenberg2016-06-291-0/+1
* tests: two more HTTP/2 testsDaniel Stenberg2016-06-061-1/+1
* http2-tests: test1700 is the first real HTTP/2 testDaniel Stenberg2016-06-061-0/+2
* URL parser: allow URLs to use one, two or three slashesDaniel Stenberg2016-05-301-1/+1
* test1140: run nroff-scan to verify man pagesDaniel Stenberg2016-05-011-1/+1
* test1139: verifies libcurl option man page presenceDaniel Stenberg2016-04-281-1/+1
* test1322: verify stripping of trailing dot from host nameDaniel Stenberg2016-04-251-2/+2
* tests: added test1517Karlson2k2016-04-201-1/+1
* news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann2016-04-171-1/+1
* TFTP: add option to suppress TFTP option requests (Part 2)Jay Satiro2016-02-231-1/+1
* Added test 1437 to verify a memory leakDan Fandrich2016-02-191-1/+1
* test1604: Add to Makefile.inc so it gets runDan Fandrich2016-02-131-1/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* tests: Add a test for pinnedpubkey fail even when insecureJay Satiro2016-01-181-1/+2
* connection reuse: IDN host names fixedMichael Kaufmann2016-01-081-1/+1
* Makefile.inc: Fixed test run errorSteve Holme2015-11-211-2/+2
* tests: Added OAUTHBEARER failure response testsSteve Holme2015-11-151-3/+4
* tests: Added OAuth 2.0 (OAUTHBEARER) testsSteve Holme2015-11-141-3/+3
* unit1603: Added unit tests for hash functionsdfandrich2015-11-121-1/+1
* imap: Don't check for continuation when executing a CUSTOMREQUESTJustin Ehlert2015-11-081-1/+1