summaryrefslogtreecommitdiff
path: root/tests/libtest
Commit message (Expand)AuthorAgeFilesLines
* test2306: verify getting a second response with folded headersDaniel Stenberg2023-05-122-1/+54
* checksrc: find bad indentation in conditions without open braceDaniel Stenberg2023-04-281-4/+4
* Websocket en-/decodingStefan Eissing2023-04-251-0/+15
* tests/libtest/lib1900.c: removeDaniel Stenberg2023-04-171-250/+0
* urlapi: cleanupsDaniel Stenberg2023-04-131-16/+16
* lib1560: verify that more bad host names are rejectedDaniel Stenberg2023-04-111-0/+18
* tests: stop using strndup(), which isn't portableDan Fandrich2023-04-101-1/+12
* urlapi: prevent setting invalid schemes with *url_set()Daniel Stenberg2023-04-091-0/+5
* lib: remove CURLX_NO_MEMORY_CALLBACKSDaniel Stenberg2023-04-084-55/+1
* urlapi: detect and error on illegal IPv4 addressesDaniel Stenberg2023-04-061-6/+7
* urlapi: URL encoding for the URL missed the fragmentDaniel Stenberg2023-04-051-0/+3
* tests: move server config files under the pid dirDan Fandrich2023-03-312-4/+8
* tests: limit return code of unit tests and lib testsDan Fandrich2023-03-301-1/+3
* tests: fix lib tests to run with a dynamic log directoryDan Fandrich2023-03-309-16/+16
* rtsp: skip malformed RTSP interleaved frame datadengjfzh2023-03-301-4/+4
* lib2305: deal with CURLE_AGAINDaniel Stenberg2023-03-161-0/+3
* lib643: LIB644 is never defined, this is dead codeDaniel Stenberg2023-03-151-18/+0
* libtest/Makefile.inc: remove superfluous variablesDaniel Stenberg2023-03-151-175/+0
* aws_sigv4: fall back to UNSIGNED-PAYLOAD for sign_as_s3Casey Bodley2023-03-147-0/+481
* tests: make first.c the same for both lib tests and unit testsDan Fandrich2023-03-122-4/+0
* test1903: test use of COOKIEFILE - reset - COOKIEFILEDaniel Stenberg2023-03-102-1/+59
* urlapi: '%' is illegal in host namesDaniel Stenberg2023-03-081-4/+2
* lib1560: fix enumerated type mixed with another typeDaniel Stenberg2023-03-061-1/+1
* lib1560: test parsing URLs with ridiculously large fieldsDaniel Stenberg2023-03-031-7/+64
* test1960: verify CURL_SOCKOPT_ALREADY_CONNECTEDDaniel Stenberg2023-03-032-0/+159
* misc: remove support for curl_off_t < 8 bytesDaniel Stenberg2023-02-241-114/+0
* lib1560: add a test using %25 in the userinfo in a URLDaniel Stenberg2023-02-211-0/+4
* lib517: verify time stamps without leading zeroes plus some moreDaniel Stenberg2023-02-201-0/+7
* lib1560: add IPv6 canonicalization testsDaniel Stenberg2023-02-171-0/+12
* urlapi: do the port number extraction without using sscanf()Daniel Stenberg2023-02-171-7/+16
* libtest: build lib2305 with multibyte as wellDaniel Stenberg2023-02-121-1/+1
* test2305: send 3 frames, 4097 bytes each, as one messageDaniel Stenberg2023-02-102-1/+110
* curl_setup: Disable by default recv-before-send in WindowsJay Satiro2023-02-091-0/+10
* misc: fix spellingJohn Bampton2023-02-082-2/+2
* libtest: add a sleep macro for WindowsGisle Vanem2023-02-053-8/+4
* connections: introduce http/3 happy eyeballsStefan Eissing2023-02-021-1/+1
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-03213-215/+215
* lib670: make test.h the first includeMarcel Raad2022-12-301-2/+2
* lib: connect/h2/h3 refactorStefan Eissing2022-12-302-0/+146
* urlapi: add CURLU_PUNYCODEDaniel Stenberg2022-12-261-0/+16
* tests: add 3 new HTTP/2 test cases, plus https: support for nghttpxStefan Eissing2022-12-232-0/+147
* 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
* test2304: verify websocket handling when connection is closedDaniel Stenberg2022-12-132-1/+131
* test/aws_sigv4: test cases for content-sha256Casey Bodley2022-11-255-1/+308
* test1662: verify formpost, 301 redirect, no rewind possibleDaniel Stenberg2022-11-252-0/+97
* test3026: reduce runtime in legacy mingw buildsJay Satiro2022-11-183-1/+42
* lib: feature deprecation warnings in gcc >= 4.3Patrick Monnerat2022-11-1522-76/+171
* http: mark it 'this_is_a_follow' in the Location: logicDaniel Stenberg2022-11-122-2/+69
* test3100: RTSP Basic authenticationLorenzo Miniero2022-11-093-2/+75