summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tool_urlglob: Allow a glob range with the same start and stopJay Satiro2017-02-152-1/+58
* URL: only accept ";options" in SMTP/POP3/IMAP URL schemesDaniel Stenberg2017-02-102-1/+48
* test1139: Added the --manual keyword since the manual is requiredDan Fandrich2017-02-071-0/+1
* test552: Fix typosDaniel Gustafsson2017-02-072-1/+1
* cmdline-opts: Fixed build and test in out of source tree buildsDan Fandrich2017-02-062-3/+4
* cookies: do not assume a valid domain has a dotDaniel Stenberg2017-01-272-2/+56
* sws: use SOCKERRNO, not errnoDaniel Stenberg2017-01-191-1/+1
* http2: disable server push if not requestedAlessandro Ghedini2017-01-152-2/+2
* url: --noproxy option overrides NO_PROXY environment variableERAMOTO Masaya2017-01-137-0/+320
* url: Fix NO_PROXY env var to work properly with --proxy option.ERAMOTO Masaya2017-01-135-1/+209
* url: Fix parsing for when 'file' is the default protocolJay Satiro2017-01-124-2/+87
* sws: retry send() on EWOULDBLOCKDaniel Stenberg2017-01-091-1/+8
* lib506: fix build for Open WatcomJiří Malák2017-01-081-6/+6
* test1282: verify the ftp-gss checkDaniel Stenberg2016-12-242-1/+46
* lib557.c: use a shorter MAXIMIZE representationDaniel Stenberg2016-12-221-1/+1
* runtests: remove the valgrind parserDaniel Stenberg2016-12-212-84/+3
* tests/Makefile: run checksrc on debug buildsDaniel Stenberg2016-12-211-0/+5
* lib557: move the "enable LONGLINE" to allow more long linesDaniel Stenberg2016-12-211-2/+1
* tests: checksrc complianceJay Satiro2016-12-192-1/+3
* printf: fix floating point buffer overflow issuesDaniel Stenberg2016-12-192-3/+134
* curl_easy_recv: Improve documentation and example programMichael Kaufmann2016-12-182-5/+6
* manpage-scan.pl: allow deprecated options to get removed from curl.1Daniel Stenberg2016-12-171-4/+4
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-1460-110/+216
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-138-12/+12
* test2032: Mark test as flakyDan Fandrich2016-12-051-0/+1
* test1281: added http as a required featureDan Fandrich2016-12-021-0/+3
* curl: support zero-length argument strings in config filesDaniel Stenberg2016-12-021-2/+2
* tests: fix CONNECT test cases to be more strictDaniel Stenberg2016-12-016-4/+6
* CONNECT: reject TE or CL in 2xx responsesDaniel Stenberg2016-12-013-11/+5
* URL parser: reject non-numerical port numbersDaniel Stenberg2016-12-012-1/+36
* runtests: made Servers: output be more consistent by removing OFFDan Fandrich2016-11-301-1/+1
* CURLOPT_CONNECT_TO: Skip non-matching "connect-to" entries properlyMichael Kaufmann2016-11-303-1/+121
* lib1536: checksrc complianceJay Satiro2016-11-281-1/+2
* tests: Add some testcases for recent new features.Frank Gevaerts2016-11-268-3/+483
* test1135: Fix curl_easy_duphandle prototype for code styleJay Satiro2016-11-241-1/+1
* checksrc: move open braces to comply with function declaration styleDaniel Stenberg2016-11-243-24/+26
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-245-8/+8
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-2414-28/+28
* tests: Fix HTTP2-Settings header for huge window sizeJay Satiro2016-11-172-2/+2
* glob: fix [a-c] globbing regressionDaniel Stenberg2016-11-152-0/+60
* curl: add --fail-earlyDaniel Stenberg2016-11-142-1/+39
* tests: fixed variable might be clobbered warningDan Fandrich2016-11-121-6/+4
* test558: adapt to 0649433daDaniel Stenberg2016-11-111-2/+2
* s/cURL/curlDaniel Stenberg2016-11-077-12/+12
* easy: Initialize info variables on easy init and duphandleJay Satiro2016-11-054-3/+186
* dist: add CMakeLists.txt to the tarballJakub Zakrzewski2016-11-041-1/+1
* tests/util: get a private strncasecompare cloneDaniel Stenberg2016-10-315-9/+93
* libauthretry: use the external function curl_strequalDan Fandrich2016-10-311-4/+3
* unit1301: keep testing curl_strequalDaniel Stenberg2016-10-311-7/+7
* strcase: s/strequal/strcasecompareDaniel Stenberg2016-10-311-2/+2