summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* unit1307: proper cleanup on OOM to fix torture testsDan Fandrich2018-03-021-8/+18
* unit1309: fix warning on Windows x64Marcel Raad2018-02-281-5/+9
* lib655: silence compiler warningViktor Szakats2018-02-231-1/+1
* spelling fixesViktor Szakats2018-02-238-13/+13
* url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano2018-02-215-2/+168
* CURLOPT_RESOLVE: Add support for multiple IP addresses per entryAnders Bakken2018-02-204-2/+234
* test1556: verify >16KB headers to the header callbackDaniel Stenberg2018-02-164-2/+147
* test1154: verify that long HTTP headers get rejectedDaniel Stenberg2018-02-162-1/+58
* TODO fixed: Detect when called from within callbacksBjörn Stenberg2018-02-155-4/+137
* tests: new tests for http raw modePatrick Monnerat2018-02-133-2/+125
* smtp: fix processing of initial dot in dataPatrick Monnerat2018-02-125-4/+93
* fnmatch: pattern syntax can no longer failPatrick Monnerat2018-01-311-2/+3
* fnmatch: accept an alphanum to be followed by a non-alphanum in char setPatrick Monnerat2018-01-311-3/+8
* fnmatch: do not match the empty string with a character setPatrick Monnerat2018-01-311-2/+2
* curl_ctype: private is*() type macros and functionsDaniel Stenberg2018-01-291-2/+4
* lib555: drop text conversion and encode data as ascii codesPatrick Monnerat2018-01-262-14/+14
* lib517: make variable static to avoid compiler warningDaniel Stenberg2018-01-261-1/+1
* lib544: sync ascii code data with textual dataPatrick Monnerat2018-01-261-4/+7
* parsedate: fix date parsing for systems with 32 bit longDaniel Stenberg2018-01-252-192/+126
* SChannel/WinSSL: Implement public key pinningmoparisthebest2018-01-251-0/+1
* test1454: --connect-to with IPv6 address w/o IPv6 support!Daniel Stenberg2018-01-232-1/+39
* http: prevent custom Authorization headers in redirectsDaniel Stenberg2018-01-223-1/+190
* curl: progress bar refresh, get width using ioctl()Daniel Stenberg2018-01-221-1/+2
* test558: fix for multissl buildsDaniel Stenberg2018-01-181-0/+1
* unit1307: test many wildcards tooDaniel Stenberg2018-01-171-1/+5
* ftp-wildcard: fix matching an empty string with "*[^a]"Daniel Stenberg2018-01-171-13/+12
* mime: clone mime tree upon easy handle duplication.Patrick Monnerat2018-01-144-2/+288
* test395: HTTP with overflow Content-Length valueDaniel Stenberg2018-01-132-1/+56
* test394: verify abort of rubbish in Content-Length: valueDaniel Stenberg2018-01-132-1/+60
* test393: verify --max-filesize with excessive Content-LengthDaniel Stenberg2018-01-132-1/+62
* HTTP: bail out on negative Content-Length: valuesDaniel Stenberg2018-01-131-1/+8
* scripts: allow all perl scripts to be run directlyJay Satiro2018-01-076-1/+1
* build: remove HAVE_LIMITS_H checkJay Satiro2018-01-058-16/+0
* test1554: improve the error handlingMichael Kaufmann2017-12-301-0/+6
* test1554: add global initialization and cleanupMichael Kaufmann2017-12-301-1/+5
* brotli: data at the end of content can be lostMikalai Ananenka2017-12-272-1/+199
* curl_easy_reset: release mime-related data.Patrick Monnerat2017-12-202-1/+69
* content_encoding: rework zlib_inflatePatrick Monnerat2017-12-202-1/+203
* Revert "curl: don't set CURLOPT_INTERLEAVEDATA"Daniel Stenberg2017-12-119-0/+9
* tests: mark data files as non-executable in gitMichael Kaufmann2017-12-105-0/+0
* tests: update .gitignore for libtestsMichael Kaufmann2017-12-101-1/+1
* multi_done: prune DNS cacheDaniel Stenberg2017-12-101-47/+53
* curl: don't set CURLOPT_INTERLEAVEDATADaniel Stenberg2017-12-089-9/+0
* tests: added netinet/in6.h includes in test serversRandall S. Becker2017-12-063-0/+9
* conncache: fix several lock issuesDaniel Stenberg2017-12-051-1/+9
* sasl_getmesssage: make sure we have a long enough string to passDaniel Stenberg2017-12-054-6/+61
* lib582: do not verify host for SFTPNikos Mavrogiannopoulos2017-12-011-0/+1
* libssh2: return CURLE_UPLOAD_FAILED on failure to uploadNikos Mavrogiannopoulos2017-12-011-1/+1
* libssh2: send the correct CURLE error code on scp file not foundNikos Mavrogiannopoulos2017-12-011-1/+1
* wildcardmatch: fix heap buffer overflow in setcharsetDaniel Stenberg2017-11-272-1/+53