aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-04-02cookie: store cookies per top-level-domain-specific hash tableLauri Kasanen
2018-04-02test1148: set a fixed locale for the testDaniel Stenberg
2018-03-26runtests.pl: fix warning 'use of uninitialized value'Michael Kaufmann
2018-03-24gitignore: ignore more generated filesDaniel Stenberg
2018-03-19parsedate: support UT timezoneNikos Tsipinakis
2018-03-17resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSESRick Deist
2018-03-17CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocolLawrence Matthews
2018-03-16cleanup: misc typos in strings and commentsluz.paz
2018-03-15transfer: make HTTP without headers count correct body sizeDaniel Stenberg
2018-03-15test1208: marked flakyDaniel Stenberg
2018-03-13tests/.../spnego.py: fix identifier typoKamil Dudka
2018-03-12FTP: reject path components with control codesDaniel Stenberg
2018-03-11HTTP: allow "header;" to replace an internal header with a blank oneDaniel Stenberg
2018-03-04NO_PROXY: fix for IPv6 numericals in the URLDaniel Stenberg
2018-03-04build: get CFLAGS (including -werror) used for examples and testsDaniel Stenberg
2018-03-02unit1307: proper cleanup on OOM to fix torture testsDan Fandrich
2018-02-28unit1309: fix warning on Windows x64Marcel Raad
2018-02-23lib655: silence compiler warningViktor Szakats
2018-02-23spelling fixesViktor Szakats
2018-02-21url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano
2018-02-20CURLOPT_RESOLVE: Add support for multiple IP addresses per entryAnders Bakken
2018-02-16test1556: verify >16KB headers to the header callbackDaniel Stenberg
2018-02-16test1154: verify that long HTTP headers get rejectedDaniel Stenberg
2018-02-15TODO fixed: Detect when called from within callbacksBjörn Stenberg
2018-02-13tests: new tests for http raw modePatrick Monnerat
2018-02-12smtp: fix processing of initial dot in dataPatrick Monnerat
2018-01-31fnmatch: pattern syntax can no longer failPatrick Monnerat
2018-01-31fnmatch: accept an alphanum to be followed by a non-alphanum in char setPatrick Monnerat
2018-01-31fnmatch: do not match the empty string with a character setPatrick Monnerat
2018-01-29curl_ctype: private is*() type macros and functionsDaniel Stenberg
2018-01-26lib555: drop text conversion and encode data as ascii codesPatrick Monnerat
2018-01-26lib517: make variable static to avoid compiler warningDaniel Stenberg
2018-01-26lib544: sync ascii code data with textual dataPatrick Monnerat
2018-01-25parsedate: fix date parsing for systems with 32 bit longDaniel Stenberg
2018-01-25SChannel/WinSSL: Implement public key pinningmoparisthebest
2018-01-23test1454: --connect-to with IPv6 address w/o IPv6 support!Daniel Stenberg
2018-01-22http: prevent custom Authorization headers in redirectsDaniel Stenberg
2018-01-22curl: progress bar refresh, get width using ioctl()Daniel Stenberg
2018-01-18test558: fix for multissl buildsDaniel Stenberg
2018-01-17unit1307: test many wildcards tooDaniel Stenberg
2018-01-17ftp-wildcard: fix matching an empty string with "*[^a]"Daniel Stenberg
2018-01-14mime: clone mime tree upon easy handle duplication.Patrick Monnerat
2018-01-13test395: HTTP with overflow Content-Length valueDaniel Stenberg
2018-01-13test394: verify abort of rubbish in Content-Length: valueDaniel Stenberg
2018-01-13test393: verify --max-filesize with excessive Content-LengthDaniel Stenberg
2018-01-13HTTP: bail out on negative Content-Length: valuesDaniel Stenberg
2018-01-07scripts: allow all perl scripts to be run directlyJay Satiro
2018-01-05build: remove HAVE_LIMITS_H checkJay Satiro
2017-12-30test1554: improve the error handlingMichael Kaufmann
2017-12-30test1554: add global initialization and cleanupMichael Kaufmann