summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* teset1160: verifies the cookie leak fix for large cookiesbagder/cookie-leakDaniel Stenberg2017-09-292-0/+50
* http: add custom empty headers to repeated requestsMichael Kaufmann2017-09-281-1/+9
* tests: adjust .gitignore for new testsMichael Kaufmann2017-09-241-0/+3
* tests: fix a compiler warning in test 643Michael Kaufmann2017-09-231-4/+4
* imap: quote atoms properly when escaping charactersDaniel Stenberg2017-09-221-2/+2
* tests: make the imap server not verify user+passwordDaniel Stenberg2017-09-223-14/+8
* form/mime: field names are not allowed to contain zero-valued bytes.Patrick Monnerat2017-09-223-9/+9
* cookies: use lock when using CURLINFO_COOKIELISTPavel P2017-09-191-7/+9
* ossfuzz: changes before merging the generated corporaMax Dymond2017-09-185-50/+179
* ossfuzz: don't write out to stdoutMax Dymond2017-09-182-0/+40
* cookies: reject oversized cookiesDaniel Stenberg2017-09-183-3/+69
* server/getpart: provide dummy function to build conversion enabledDaniel Stenberg2017-09-151-1/+29
* tests: add initial gssapi test using stub implementationIsaac Boukris2017-09-159-2/+818
* test1150: verify same host fetch using different ports over proxyDaniel Stenberg2017-09-152-1/+57
* code style: use space after semicolonDaniel Stenberg2017-09-121-5/+5
* code style: use spaces around plusesDaniel Stenberg2017-09-1137-89/+95
* code style: use spaces around equals signsDaniel Stenberg2017-09-1154-226/+227
* rtsp: do not call fwrite() with NULL pointer FILE *Daniel Stenberg2017-09-081-0/+0
* ossfuzz: add some more handled CURL optionsMax Dymond2017-09-0811-28/+160
* form API: add new test 650.Patrick Monnerat2017-09-074-2/+316
* mime: implement encoders.Patrick Monnerat2017-09-054-4/+153
* runtests.pl: support attribute "nonewline" in part verify/upload.Patrick Monnerat2017-09-051-0/+7
* fixup data/test1135Daniel Stenberg2017-09-051-1/+1
* http-proxy: treat all 2xx as CONNECT successDaniel Stenberg2017-09-052-1/+80
* test1135: fixed after bd8070085f9Daniel Stenberg2017-09-041-2/+2
* lib: bump version info (soname). Adapt and reenable test 1135.Patrick Monnerat2017-09-042-4/+13
* mime: fix signed/unsigned conversions.Patrick Monnerat2017-09-032-11/+11
* mime: remove support "-" stdin pseudo-file name in curl_mime_filedata().Patrick Monnerat2017-09-031-1/+6
* mime: tests and examples.Patrick Monnerat2017-09-0227-52/+964
* mime: new MIME API.Patrick Monnerat2017-09-021-0/+4
* test564: Add a warning comment about shell profile output.Patrick Monnerat2017-09-021-0/+2
* runtests.pl: allow <file[1-4]> tags in client section.Patrick Monnerat2017-09-021-16/+18
* runtests.pl: Apply strippart to upload too.Patrick Monnerat2017-09-021-0/+11
* ossfuzz: Move to C++ for curl_fuzzer.Max Dymond2017-09-027-17/+22
* ossfuzz: additional seed corporaMax Dymond2017-09-016-0/+0
* ossfuzz: moving towards the ideal integrationMax Dymond2017-09-0116-161/+749
* unit1301: fix error message on first testDaniel Stenberg2017-08-311-2/+2
* unit1606: Fixed shadowed variable warningDan Fandrich2017-08-281-8/+7
* vtls: introduce curl_global_sslset()Johannes Schindelin2017-08-281-0/+1
* tests: Make sure libtests & unittests call curl_global_cleanup()Dan Fandrich2017-08-268-21/+47
* fuzz/Makefile.am: remove curlbuild.h leftoversDaniel Stenberg2017-08-251-6/+2
* imap: support PREAUTHDaniel Stenberg2017-08-232-1/+51
* test1453: Fixed <features>Dan Fandrich2017-08-231-1/+1
* tftp: fix memory leak on too long filenameEven Rouault2017-08-192-1/+39
* runtests: fixed case insensitive matching of keywordsDan Fandrich2017-08-191-1/+1
* tests: Make sure libtests call curl_global_cleanup()Dan Fandrich2017-08-196-18/+28
* lib557: no longer use CURL_SIZEOF_* definesDaniel Stenberg2017-08-171-11/+11
* ftp: fix CWD when doing multicwd then nocwd on same connectionDaniel Stenberg2017-08-172-1/+65
* ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats2017-08-172-1/+43
* progress: Track total times following redirectsRyan Winograd2017-08-151-39/+56