aboutsummaryrefslogtreecommitdiff
path: root/tests/data/Makefile.inc
AgeCommit message (Expand)Author
2020-01-04curl: properly free mimepost dataDaniel Stenberg
2019-12-18test1270: a basic -w redirect_url testDaniel Stenberg
2019-12-05etag: allow both --etag-compare and --etag-save in same cmdlineDaniel Stenberg
2019-11-28curl: two new command line options for etagsMaros Priputen
2019-11-25multi: add curl_multi_wakeup()Gergely Nagy
2019-11-22test1175: verify symbols-in-versions and libcurl-errors.3 in syncDaniel Stenberg
2019-11-14curl: fix -T globbingDaniel Stenberg
2019-10-23conn-reuse: requests wanting NTLM can reuse non-NTLM connectionsDaniel Stenberg
2019-10-16url: normalize CURLINFO_EFFECTIVE_URLDaniel Stenberg
2019-10-05curl: ensure HTTP 429 triggers --retryStian Soiland-Reyes
2019-10-03urlapi: fix use-after-free bugDaniel Stenberg
2019-10-02redirect: when following redirects to an absolute URL, URL encode itDaniel Stenberg
2019-09-28cookies: using a share with cookies shouldn't enable the cookie engineDaniel Stenberg
2019-09-27FTP: add test for FTPFILE_NOCWD: Avoid redundant CWDsZenju
2019-09-15doh: fix (harmless) buffer overrunPaul Dreik
2019-09-13FTP: allow "rubbish" prepended to the SIZE responseDaniel Stenberg
2019-08-16http: fix use of credentials from URL when using HTTP proxyDaniel Stenberg
2019-08-07CURLINFO_RETRY_AFTER: parse the Retry-After header valueDaniel Stenberg
2019-08-06curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme
2019-08-06http09: disable HTTP/0.9 by default in both tool and libraryDaniel Stenberg
2019-08-01http_negotiate: improve handling of gss_init_sec_context() failuresKamil Dudka
2019-07-30curl: cap the maximum allowed values for retry time argumentsDaniel Stenberg
2019-07-15test1173: detect some basic man page format mistakesDaniel Stenberg
2019-07-14libcurl: Add testcase for gopher redirectsLinos Giannopoulos
2019-07-14http: allow overriding timecond with custom headerPeter Simonyi
2019-06-18test1523: basic test of CURLOPT_LOW_SPEED_LIMITDaniel Stenberg
2019-06-11test1165: verify that CURL_DISABLE_ symbols are in syncDaniel Stenberg
2019-06-02test334: verify HTTP 204 response with chunked coding headerDaniel Stenberg
2019-05-25Revert all SASL authzid (new feature) commitsJay Satiro
2019-05-22curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme
2019-05-20curl: report error for "--no-" on non-boolean optionsDaniel Stenberg
2019-05-20test332: verify the blksize fixDaniel Stenberg
2019-04-29CURL_MAX_INPUT_LENGTH: largest acceptable string input sizeDaniel Stenberg
2019-04-20test660: verify CONNECT_ONLY with IMAPDaniel Stenberg
2019-04-13test: make tests and test scripts use socksd for SOCKSDaniel Stenberg
2019-04-11test1906: verify CURLOPT_CURLU + CURLOPT_PORT usageDaniel Stenberg
2019-04-06pipelining: removedDaniel Stenberg
2019-03-18test1541: threaded connection sharingDaniel Stenberg
2019-03-09test331: verify set-cookie for dotless host nameDaniel Stenberg
2019-03-04CURLU: fix NULL dereference when used over proxyDaniel Stenberg
2019-03-03alt-svc: add test 355 and 356 to verify with command line curlDaniel Stenberg
2019-03-03alt-svc: the libcurl bitsDaniel Stenberg
2019-02-27cookies: only save the cookie file if the engine is enabledDaniel Stenberg
2019-01-10test1558: verify CURLINFO_PROTOCOL on file:// transferDaniel Stenberg
2019-01-10xattr: strip credentials from any URL that is storedDaniel Stenberg
2019-01-10cookies: allow secure override when done over HTTPSDaniel Stenberg
2019-01-09cookies: skip custom cookies when redirecting cross-siteKatsuhiko YOSHIDA
2019-01-07curl_multi_remove_handle() don't block terminating c-ares requestsBrad Spencer
2018-12-27hostip: support wildcard hostsClaes Jakobsson
2018-12-21http: added options for allowing HTTP/0.9 responsesDaniel Stenberg