summaryrefslogtreecommitdiff
path: root/tests/data/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* pingpong: return error when trying to send without connectionDaniel Stenberg2017-10-071-1/+1
* multi_cleanup: call DONE on handles that never got thatDaniel Stenberg2017-10-061-1/+1
* test1153: verify quoted double-qoutes in PWD responseDaniel Stenberg2017-10-021-1/+1
* FTP: zero terminate the entry path even on bad inputDaniel Stenberg2017-10-021-0/+1
* cookie: fix memory leak if path was set twice in headerDaniel Stenberg2017-09-301-1/+1
* test1160: verifies cookie leak for large cookiesDaniel Stenberg2017-09-291-0/+1
* cookies: reject oversized cookiesDaniel Stenberg2017-09-181-1/+1
* tests: add initial gssapi test using stub implementationIsaac Boukris2017-09-151-1/+2
* test1150: verify same host fetch using different ports over proxyDaniel Stenberg2017-09-151-1/+2
* form API: add new test 650.Patrick Monnerat2017-09-071-1/+1
* mime: implement encoders.Patrick Monnerat2017-09-051-1/+1
* http-proxy: treat all 2xx as CONNECT successDaniel Stenberg2017-09-051-1/+1
* mime: tests and examples.Patrick Monnerat2017-09-021-1/+2
* imap: support PREAUTHDaniel Stenberg2017-08-231-1/+1
* tftp: fix memory leak on too long filenameEven Rouault2017-08-191-1/+1
* ftp: fix CWD when doing multicwd then nocwd on same connectionDaniel Stenberg2017-08-171-1/+1
* ssh: add the ability to enable compression (for SCP/SFTP)Viktor Szakats2017-08-171-1/+1
* test1449: FTP download range with an too large sizeDaniel Stenberg2017-08-141-1/+1
* test1448: verify redirect to IDN using URLDaniel Stenberg2017-08-131-1/+1
* test1447: verifies the parse proxy fix in 6e0e152ce5cDaniel Stenberg2017-08-111-1/+1
* test1427: verify command line parser integer overflow detectionDaniel Stenberg2017-08-071-1/+1
* glob: do not continue parsing after a strtoul() overflow rangeDaniel Stenberg2017-08-071-1/+1
* test1323: verify curlx_tvdiffDaniel Stenberg2017-07-281-1/+1
* test1452: add telnet negotiationMax Dymond2017-07-071-1/+1
* test1451: add SMB support to the testbedMax Dymond2017-07-041-1/+1
* url: make the original string get used on subsequent transfersDaniel Stenberg2017-07-031-1/+1
* test1450: add simple testing for DICTMax Dymond2017-06-301-1/+1
* progress: prevent resetting t_starttransferRyan Winograd2017-06-301-1/+1
* http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg2017-06-191-1/+1
* PIPELINING_SERVER_BL: cleanup the internal list useDaniel Stenberg2017-06-191-0/+1
* curl: prevent binary output spewed to terminalDaniel Stenberg2017-06-161-1/+1
* test1148: verify the -# progressbarDaniel Stenberg2017-06-161-1/+1
* test1147: verify -H on a fileDaniel Stenberg2017-06-151-1/+1
* includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg2017-06-141-2/+1
* test1521: test *all* curl_easy_setopt optionsDaniel Stenberg2017-06-051-1/+1
* test1262: verify ftp download with -z for "if older than this"Daniel Stenberg2017-06-051-1/+1
* test1538: fix typoDaniel Stenberg2017-06-021-1/+1
* test1538: verify the libcurl strerror API callsDaniel Stenberg2017-06-021-1/+1
* test1537: dedicated tests of the URL (un)escape API callsDaniel Stenberg2017-06-021-1/+1
* redirect: store the "would redirect to" URL when max redirs is reachedDaniel Stenberg2017-05-231-1/+1
* tests: remove superfluous test 1399Richard Hsu2017-05-101-1/+1
* test559: verify use of minimum CURLOPT_BUFFERSIZEDaniel Stenberg2017-05-041-1/+1
* Telnet: Write full buffer instead of byte-by-byteRichard Hsu2017-05-021-1/+1
* tests: added --remote-time tests for remaining protocols that support itDan Fandrich2017-04-291-0/+1
* test1443: test --remote-timeDan Fandrich2017-04-271-1/+1
* test1606: verify speedcheckDaniel Stenberg2017-04-061-1/+1
* include: curl/system.h is a run-time version of curlbuild.hDaniel Stenberg2017-04-031-1/+1
* pause: handle mixed types of data when pausedDaniel Stenberg2017-03-281-0/+1
* curl: check for end of input in writeout backslash handlingDaniel Stenberg2017-03-251-1/+1
* tool_writeout: fixed a buffer read overrun on --write-outDan Fandrich2017-03-121-1/+1