summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* test: add test for bad UNC/SMB path in file: URLMatthew Kerwin2017-11-242-1/+39
* test: add tests to ensure basic file: URLsMatthew Kerwin2017-11-243-1/+85
* test1264: verify URL with space in host name being rejectedMichael Kaufmann2017-11-222-1/+37
* url: reject ASCII control characters and space in host namesDaniel Stenberg2017-11-222-36/+10
* resolve: allow IP address within [] bracketsDaniel Stenberg2017-11-172-1/+57
* URL: return error on malformed URLs with junk after IPv6 bracketMichael Kaufmann2017-11-142-1/+38
* test1554: verify connection cache sharingDaniel Stenberg2017-11-094-2/+163
* HTTP: implement Brotli content encodingPatrick Monnerat2017-11-0510-7/+328
* HTTP: support multiple Content-EncodingsPatrick Monnerat2017-11-052-1/+201
* curl: speed up handling of many URLsDaniel Stenberg2017-11-042-1/+52
* curl: pass through [] in URLs instead of calling globbing errorDaniel Stenberg2017-11-042-1/+49
* tests: Fixed torture tests on tests 556 and 650Dan Fandrich2017-11-012-20/+41
* CURLOPT_MAXREDIRS: allow -1 as a valueDaniel Stenberg2017-11-011-1/+4
* runtests.pl: Fixed typo in messageDan Fandrich2017-10-301-1/+1