summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* test1918: verify curl_easy_option_by_name() and curl_easy_option_by_id()Daniel Stenberg2021-01-154-2/+95
* mime: make sure setting MIMEPOST to NULL resets properlyDaniel Stenberg2021-01-154-4/+102
* misc: fix typosFabian Keil2021-01-111-1/+1
* test179: use consistent header line endingsDaniel Stenberg2021-01-081-1/+1
* http: have CURLOPT_FAILONERROR fail after all headersDaniel Stenberg2021-01-064-5/+73
* global_init: debug builds allocates a byte in initDaniel Stenberg2021-01-061-0/+1
* lib/unit tests: add missing curl_global_cleanup() callsDaniel Stenberg2021-01-0616-50/+84
* test66: disable with HyperDaniel Stenberg2021-01-051-0/+3
* test1633: set appropriate nameDaniel Stenberg2021-01-041-4/+4
* httpauth: make multi-request auth work with custom portDaniel Stenberg2021-01-024-4/+143
* language: s/behaviour/behavior/gEmil Engler2021-01-024-6/+6
* docs/examples: adjust prototypes for CURLOPT_READFUNCTIONOlaf Hering2020-12-3018-21/+21
* tests/unit: fix empty statements with no effectDaniel Stenberg2020-12-291-37/+47
* dns: extend CURLOPT_RESOLVE syntax for adding non-permanent entriesPaul Groke2020-12-291-14/+28
* misc: assorted typo fixesXhmikosR2020-12-262-2/+2
* tests/badsymbols.pl: ignore stand-alone single hash linesDaniel Stenberg2020-12-221-0/+3
* examples/libtest: add .checksrc to distDaniel Stenberg2020-12-211-2/+2
* test: verify new --write-out variablesDaniel Stenberg2020-12-213-2/+51
* test970: adapted to the new internal order of variablesDaniel Stenberg2020-12-211-1/+1
* tests: add very simple AWS HTTP v4 Signature testMatthias Gatto2020-12-214-2/+136
* curl: add --create-file-mode [mode]Daniel Stenberg2020-12-212-0/+2
* badsymbols.pl: Add verbose mode -vJay Satiro2020-12-201-1/+20
* mqtt: handle POST/PUBLISH without a set POSTFIELDSIZEDaniel Stenberg2020-12-187-3/+182
* tests: updated tests for HyperDaniel Stenberg2020-12-1810-5/+73
* test1522: add debug tracingDaniel Stenberg2020-12-172-12/+22
* http: show the request as headers even when split-sendingDaniel Stenberg2020-12-171-2/+17
* test1198/9: add two mqtt publish tests without payload lengthsDaniel Stenberg2020-12-173-1/+110
* tests/mqttd: extract the client id from the correct offsetbagder/mqttdDaniel Stenberg2020-12-171-1/+1
* test1272: fix line endingDaniel Stenberg2020-12-151-1/+1
* test1272: test gophersDaniel Stenberg2020-12-152-1/+41
* runtests: add support for gophers, gopher over TLSDaniel Stenberg2020-12-153-11/+53
* test1564/1565: require the 'wakeup' feature to runDaniel Stenberg2020-12-112-0/+6
* runtests: add 'wakeup' as a featureDaniel Stenberg2020-12-112-0/+2
* tests/server/disabled: add "wakeup"Daniel Stenberg2020-12-111-0/+4
* lib1564/5: verify that curl_multi_wakeup returns OKDaniel Stenberg2020-12-112-3/+3
* tests: make --libcurl tests only test FTP options if ftp enabledDaniel Stenberg2020-12-116-0/+10
* runtests.pl: fix "uninitialized value" warningDaniel Stenberg2020-12-111-1/+1
* runtests: add support for %if [feature] conditionsDaniel Stenberg2020-12-112-9/+101
* cmake: don't use reserved target name 'test'Jakub Zakrzewski2020-12-071-1/+0
* ftp: CURLOPT_FTP_SKIP_PASV_IP by defaultDaniel Stenberg2020-12-0710-0/+9
* urlapi: don't accept blank port number field without schemeDaniel Stenberg2020-12-072-13/+29
* tests/util.py: fix compatibility with Python 2Marc Hoersken2020-12-031-0/+15
* splay: rename Curl_splayremovebyaddr to Curl_splayremoveDaniel Stenberg2020-12-011-1/+1
* tests/server/tftpd.c: close upload file in case of abortMarc Hoersken2020-11-281-0/+6
* test506: make it not run in c-ares buildsDaniel Stenberg2020-11-261-2/+3
* runtests: make 'c-ares' a "feature" to depend onDaniel Stenberg2020-11-262-0/+2
* infof/failf calls: fix format specifiersRikard Falkeborn2020-11-243-3/+3
* tests/server/tftpd.c: close upload file right after transferMarc Hoersken2020-11-201-5/+4
* tests/*server.py: close log file after each log lineMarc Hoersken2020-11-145-18/+41
* mqttd: fclose test file when doneDaniel Stenberg2020-11-091-2/+5