summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: add 3 new HTTP/2 test cases, plus https: support for nghttpxStefan Eissing2022-12-238-5/+423
* urldata: move the cookefilelist to the 'set' structDaniel Stenberg2022-12-221-1/+1
* lib1560: add some basic IDN host name testsDaniel Stenberg2022-12-151-0/+19
* urlapi: reject more bad letters from the host name: &+()Daniel Stenberg2022-12-151-4/+8
* altsvc: fix rejection of negative port numbersDaniel Stenberg2022-12-151-0/+1
* test2304: verify websocket handling when connection is closedDaniel Stenberg2022-12-134-2/+200
* server/sws: if asked to close connection, skip the websocket handlingDaniel Stenberg2022-12-131-2/+6
* tool: determine the correct fopen option for -DEmil Engler2022-12-123-1/+83
* c-hyper: fix multi-request mechanismPrithvi MK2022-12-111-1/+0
* c-hyper: CONNECT respones are not server responsesDaniel Stenberg2022-12-081-1/+0
* test265: Use "connection: keep-alive" response headerDaniel Stenberg2022-12-081-0/+2
* runtests: silence nghttpx errorsDaniel Stenberg2022-12-081-4/+5
* test1421: fix typoRyan Schmidt2022-12-071-3/+3
* unit1302: slightly extendedDaniel Stenberg2022-12-061-0/+10
* tests/unit/.gitignore: ignore all unit + 4 digits filesDaniel Stenberg2022-12-051-1/+1
* curl_get_line: allow last line without newline charRob de Wit2022-12-024-2/+193
* runtests: only do CRLF replacements for hyper if it is HTTPDaniel Stenberg2022-12-011-1/+2
* ci: Remove zuul fuzzing job as it's superseded by CIFuzzMax Dymond2022-12-012-44/+0
* runtests: do CRLF replacements per section onlyDaniel Stenberg2022-12-014-28/+71
* tests: add HTTP/3 test case, custom location for proper nghttpxStefan Eissing2022-11-3011-9/+406
* test1276: verify lib/optiontable.plDaniel Stenberg2022-11-294-12/+101
* test416: verify growing FTP file supportfractal-access2022-11-264-1/+62
* tests: add authorityInfoAccess to generated certsStefan Eissing2022-11-2674-1267/+1974
* runtests: --no-debuginfod now disables DEBUGINFOD_URLSDaniel Stenberg2022-11-252-1/+10
* test/aws_sigv4: test cases for content-sha256Casey Bodley2022-11-2511-6/+605
* test1662: verify formpost, 301 redirect, no rewind possibleDaniel Stenberg2022-11-254-1/+165
* hyper: classify headers as CONNECT and 1XXSean McArthur2022-11-191-2/+0
* test3026: reduce runtime in legacy mingw buildsJay Satiro2022-11-183-1/+42
* cookie: expire cookies at once when max-age is negativeDaniel Stenberg2022-11-171-0/+1
* lib: feature deprecation warnings in gcc >= 4.3Patrick Monnerat2022-11-1529-80/+535
* nroff-scan.pl: detect double highlightsDaniel Stenberg2022-11-141-0/+4
* version: add a feature names array to curl_version_info_dataPatrick Monnerat2022-11-142-4/+30
* negtelnetserver.py: have it call its close() methodStefan Eissing2022-11-141-3/+3
* http: mark it 'this_is_a_follow' in the Location: logicDaniel Stenberg2022-11-124-3/+158
* test3028: verify PROXYFata Nugraha2022-11-102-1/+74
* test3100: RTSP Basic authenticationLorenzo Miniero2022-11-095-3/+163
* test1221: verify --url-queryDaniel Stenberg2022-11-082-7/+59
* lib: fix some type mismatches and remove unneeded typecastsRose2022-11-082-2/+2
* cookie: compare cookie prefixes case insensitivelyDaniel Stenberg2022-11-081-3/+3
* noproxy: tailmatch like in 7.85.0 and earlierDaniel Stenberg2022-11-071-1/+2
* lib1301: unit103 turned into a libtestDaniel Stenberg2022-11-015-65/+70
* tests/sshserver.pl: re-enable ssh-rsa while using openssh 8.8+Marc Hoersken2022-10-301-0/+4
* style: use space after comment start and before comment endDaniel Stenberg2022-10-3014-94/+93
* tests/server: make use of strcasecompare from lib/Daniel Stenberg2022-10-302-25/+1
* noproxy: fix tail-matchingDaniel Stenberg2022-10-281-0/+9
* noproxy: also match with adjacent commaDaniel Stenberg2022-10-272-1/+15
* spellcheck.words: remove 'github' as an accepted wordDaniel Stenberg2022-10-271-4/+4
* misc: typo and grammar fixesAyesh Karunaratne2022-10-2710-22/+22
* misc: remove duplicated include filesDaniel Stenberg2022-10-261-1/+0
* test445: verifies the protocols-over-http-proxy flaw and fixDaniel Stenberg2022-10-242-1/+62