summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* test1449: FTP download range with an too large sizeDaniel Stenberg2017-08-142-1/+39
* runtests: match keywords case insensitivelyDaniel Stenberg2017-08-141-3/+3
* test1448: verify redirect to IDN using URLDaniel Stenberg2017-08-132-1/+93
* test2032: mark as flaky (again)Daniel Stenberg2017-08-131-0/+1
* test1447: require a curl with http supportDan Fandrich2017-08-121-0/+3
* test2033: this went flaky againDaniel Stenberg2017-08-111-0/+1
* test1447: verifies the parse proxy fix in 6e0e152ce5cDaniel Stenberg2017-08-112-1/+36
* dist: Add dictserver.py/negtelnetserver.py to EXTRA_DISTAdam Sampson2017-08-091-1/+2
* docs/comments: Update to secure URL versionsViktor Szakats2017-08-083-3/+3
* test1427: verify command line parser integer overflow detectionDaniel Stenberg2017-08-072-1/+30
* glob: do not continue parsing after a strtoul() overflow rangeDaniel Stenberg2017-08-072-1/+36
* test1010: verify that #1718 is fixedDaniel Stenberg2017-08-041-1/+3
* test130: verify comments in .netrcDaniel Stenberg2017-08-031-0/+1
* CMake: set MSVC warning level to 4Marcel Raad2017-08-031-0/+4
* tests/server/util: fix curltime mistake from 4dee50b9c80f9Daniel Stenberg2017-08-021-1/+1
* http: fix response code parser to avoid integer overflowDaniel Stenberg2017-07-312-17/+5
* test1323: verify curlx_tvdiffDaniel Stenberg2017-07-284-2/+104
* timeval: struct curltime is a struct timeval replacementDaniel Stenberg2017-07-285-13/+16
* tests/server/resolve.c: fix deprecation warningMarcel Raad2017-07-181-26/+28
* rtspd: fix GCC warning after MSVC warning fixMarcel Raad2017-07-161-1/+3