summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/libtest/Makefile.inc: fixup merge conflict mistakeDaniel Stenberg2022-09-091-1/+0
* tests: add websockets testsDaniel Stenberg2022-09-0911-11/+652
* libtest/lib1560: test basic websocket URL parsingDaniel Stenberg2022-09-091-0/+11
* test415: verify Content-Length parser with control code + negative valueDaniel Stenberg2022-09-092-1/+66
* headers: reset the requests counter at transfer startDaniel Stenberg2022-09-094-2/+166
* ftp: ignore a 550 response to MDTMMichael Heimpold2022-09-075-2/+119
* urlapi: leaner with fewer allocsDaniel Stenberg2022-09-072-26/+40
* tests: fix tag syntax errors in test filesDan Fandrich2022-09-066-6/+5
* curl_ctype: convert to macros-onlyDaniel Stenberg2022-09-062-2/+1
* ctype: remove all use of <ctype.h>, use our own versionsDaniel Stenberg2022-09-061-0/+2
* tests/certs/scripts: insert standard curl source headersDaniel Stenberg2022-09-042-10/+46
* manpages: Fix spelling of "allows to" -> "allows one to"Samuel Henrique2022-09-021-2/+2
* misc: spelling fixesViktor Szakats2022-08-314-4/+4
* lib530: simplify realloc failure exit pathDaniel Stenberg2022-08-301-7/+4
* tests: add tests for netrc login/password combinationsOrgad Shaneh2022-08-295-1/+211
* test8: verify that "ctrl-byte cookies" are ignoredDaniel Stenberg2022-08-291-1/+31
* multi: use larger dns hash table for multi interfaceDaniel Stenberg2022-08-291-1/+1
* CI/runtests.pl: add param for dedicated curl to talk to APIsMarc Hoersken2022-08-281-7/+15
* tests: fix http2 tests to use CRLF headersJay Satiro2022-08-254-44/+44
* unit1303: four tests should have TRUE for 'connecting'Daniel Stenberg2022-08-231-4/+4
* tests/server/sockfilt.c: avoid race condition without a mutexMarc Hoersken2022-08-231-124/+69
* tests/data/CMakeLists: remove making the 'show' makefile targetDaniel Stenberg2022-08-181-4/+0
* tests/data/Makefile: remove 'filecheck' targetDaniel Stenberg2022-08-181-18/+0
* test399: switch it to use a config file insteadDaniel Stenberg2022-08-161-4/+7
* test399: verify check of too long host nameDaniel Stenberg2022-08-152-3/+31
* hostip: resolve *.localhost to 127.0.0.1/::1Daniel Stenberg2022-08-112-2/+58
* config: remove the check for and use of SIZEOF_SHORTDaniel Stenberg2022-08-111-151/+0
* hyper: customize test1274 to how hyper unfolds headersSean McArthur2022-08-102-2/+9
* digest: pass over leading spaces in qop valuesDaniel Stenberg2022-08-082-1/+157
* test44[2-4]: add '--resolve' to the keywordsFabian Keil2022-08-073-0/+3
* hyper: enable obs-folded multiline headersSean McArthur2022-07-281-1/+0
* test3026: add support for Windows using native Win32 threadsMarc Hoersken2022-07-252-6/+65
* tests: several enumerated type cleanupsDaniel Stenberg2022-07-2327-47/+47
* cookie: treat a blank domain in Set-Cookie: as non-existingDaniel Stenberg2022-07-191-0/+2
* base64: base64url encoding has no paddingPatrick Monnerat2022-07-191-4/+16
* lib3026: reduce the number of threads to 100Daniel Stenberg2022-07-181-1/+1
* mprintf: make dprintf_formatf never return negativeDaniel Stenberg2022-07-171-2/+2
* test3026: require 'threadsafe'Daniel Stenberg2022-07-121-0/+1
* setopt: add CURLOPT_PROTOCOLS_STR and CURLOPT_REDIR_PROTOCOLS_STRDaniel Stenberg2022-07-045-5/+123
* hyper: use wakers for curl pause/resumeSean McArthur2022-06-301-4/+0
* curl.h: CURLE_CONV_FAILED is obsoletedDaniel Stenberg2022-06-291-1/+1
* test444: test many received Set-Cookie:Daniel Stenberg2022-06-262-1/+190
* test442/443: test cookie capsDaniel Stenberg2022-06-263-1/+288
* test387: verify rejection of compression chain attackDaniel Stenberg2022-06-252-1/+54
* runtests: add "threadsafe" to detected featuresJay Satiro2022-06-211-0/+5
* urlapi: make curl_url_set(url, CURLUPART_URL, NULL, 0) clear all partsPierrick Charron2022-06-201-0/+58
* runtests: skip starting the ssh server if user name is lackingDaniel Stenberg2022-06-151-0/+5
* reuse/dep5: adjusted to parse betterDaniel Stenberg2022-06-146-0/+54
* version: rename threadsafe-init to threadsafeViktor Szakats2022-06-131-4/+4
* test3026: disable on win32Daniel Stenberg2022-06-131-0/+1