summaryrefslogtreecommitdiff
path: root/tests/libtest
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib: fix some type mismatches and remove unneeded typecastsRose2022-11-082-2/+2
* lib1301: unit103 turned into a libtestDaniel Stenberg2022-11-012-0/+67
* style: use space after comment start and before comment endDaniel Stenberg2022-10-3011-90/+89
* misc: typo and grammar fixesAyesh Karunaratne2022-10-272-2/+2
* urlapi: fix parsing URL without slash with CURLU_URLENCODEDaniel Stenberg2022-10-201-0/+18
* tests: avoid CreateThread if _beginthreadex is availableMarc Hoersken2022-10-191-4/+20
* aws_sigv4: fix header computationMatthias Gatto2022-10-118-1/+117
* websockets: remodeled API to support 63 bit frame sizesDaniel Stenberg2022-10-072-3/+3
* urlapi: reject more bad characters from the host name fieldDaniel Stenberg2022-09-281-0/+20
* url: a zero-length userinfo part in the URL is still a (blank) userDaniel Stenberg2022-09-261-2/+14
* lib517: fix C89 constant signednessPatrick Monnerat2022-09-221-1/+1
* misc: null-terminateDaniel Stenberg2022-09-171-1/+1
* lib1597: make it C89-compliant againPatrick Monnerat2022-09-171-7/+7
* setopt: use the handler table for protocol name to number conversionsPatrick Monnerat2022-09-162-20/+51
* test1948: verify PUT + POST reusing the same handleDaniel Stenberg2022-09-152-1/+84