summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* cleanup: constify unmodified static structsRikard Falkeborn2021-09-236-16/+16
* test897: verify delivery of IMAP post-body header contentDaniel Stenberg2021-09-213-2/+79
* http: fix the broken >3 digit response code detectionDaniel Stenberg2021-09-172-1/+46
* hsts: CURLSTS_FAIL from hsts read callback should fail transferDaniel Stenberg2021-09-162-2/+28
* test1184: disableDaniel Stenberg2021-09-161-0/+2
* tests/sshserver.pl: make it work with openssh-8.7p1Kamil Dudka2021-09-161-14/+0
* hsts: handle unlimited expiryDaniel Stenberg2021-09-153-13/+22
* ftp,imap,pop3,smtp: reject STARTTLS server response pipeliningPatrick Monnerat2021-09-135-1/+221
* ftp,imap,pop3: do not ignore --ssl-reqdPatrick Monnerat2021-09-134-0/+165
* http_proxy: fix the User-Agent inclusion in CONNECTDaniel Stenberg2021-09-132-1/+109
* runtests: add option -u to error on server unexpectedly aliveMarc Hoersken2021-09-092-26/+98
* copyrights: update copyright year rangesDaniel Stenberg2021-09-086-6/+6
* curl: stop retry if Retry-After: is longer than allowedDaniel Stenberg2021-09-062-1/+50
* test1173: check references to libcurl optionsDaniel Stenberg2021-09-042-17/+65
* opt-docs: verify man page sections + orderDaniel Stenberg2021-09-041-5/+68
* opt-docs: make sure all man pages have examplesDaniel Stenberg2021-09-041-0/+22
* connect: get local port + ip also when reusing connectionsDaniel Stenberg2021-09-022-1/+72
* tests: adjust the tftpd output to work with hyper modeDaniel Stenberg2021-09-0120-126/+123
* test365: verify response with chunked AND Content-Length headersDaniel Stenberg2021-08-312-1/+66
* http: ignore content-length if any transfer-encoding is usedDaniel Stenberg2021-08-317-57/+49
* http: disallow >3-digit response codesDaniel Stenberg2021-08-263-27/+28
* test1280: CRLFify the response to please hyperDaniel Stenberg2021-08-261-5/+5
* tests: enable test 1129 for hyper buildsDaniel Stenberg2021-08-261-1/+0
* c-hyper: handle HTTP/1.1 => HTTP/1.0 downgrade on reused connectionDaniel Stenberg2021-08-231-1/+0
* c-hyper: deal with Expect: 100-continue combined with POSTFIELDSDaniel Stenberg2021-08-231-2/+0
* tests: be explicit about using 'python3' instead of 'python'a13460542021-08-234-4/+4
* DISABLED: enable 11 more tests for hyper buildsDaniel Stenberg2021-08-231-11/+0
* setopt: enable CURLOPT_IGNORE_CONTENT_LENGTH for hyperDaniel Stenberg2021-08-231-1/+0
* test1138: remove trailing space to make work with hyperDaniel Stenberg2021-08-232-3/+2
* man pages: remove trailing whitespacesDaniel Stenberg2021-08-212-1/+13
* http_proxy: fix user-agent and custom headers for CONNECT with hyperDaniel Stenberg2021-08-201-1/+0
* c-hyper: initial support for "dumping" 1xx HTTP responsesDaniel Stenberg2021-08-201-4/+0
* tests/*server.pl: flush output before executing subprocessMarc Hoersken2021-08-186-3/+18
* tests/server/*.c: align handling of portfile argument and fileMarc Hoersken2021-08-176-25/+47
* misc: update incorrect copyright year rangesDaniel Stenberg2021-08-168-8/+8
* c-hyper: initial step for 100-continue supportDaniel Stenberg2021-08-131-1/+0
* http: consider cookies over localhost to be secureDaniel Stenberg2021-08-103-71/+132
* test1565: fix windows build errorsJay Satiro2021-08-101-4/+7
* tool/tests: fix potential year 2038 issuesBin Lan2021-07-302-4/+4
* tests: make three tests pass until 2037Bernhard M. Wiedemann2021-07-303-6/+7
* tests/*server.py: remove pidfile on server terminationMarc Hoersken2021-07-293-0/+9
* tests/servers: remove obsolete pid variableMarc Hoersken2021-07-253-12/+3
* tests/servers: use our platform-aware pid for server verificationMarc Hoersken2021-07-255-12/+22
* tests/runtests.pl: cleanup copy&paste mistakes and unused codeMarc Hoersken2021-07-251-7/+4
* cleanup: spell DoH with a lowercase oJosh Soref2021-07-161-3/+3
* msnprintf: return number of printed characters excluding null byteDaniel Stenberg2021-07-083-10/+43
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-14/+18
* test1147: hyper doesn't allow "crazy" request headers like built-inDaniel Stenberg2021-07-052-1/+4
* c-hyper: bail on too long response headersDaniel Stenberg2021-07-051-2/+0
* test1151: added missing CRLF to work with hyperDaniel Stenberg2021-07-051-0/+1