summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* libtest: fix MSVC warning C4706Marcel Raad2017-07-163-9/+12
* sockfilt: suppress conversion warning with explicit castMarcel Raad2017-07-161-1/+1
* rtspd: fix MSVC level 4 warningMarcel Raad2017-07-161-1/+1
* strerror: Preserve Windows error code in some functionsJay Satiro2017-07-115-23/+9
* tests: Fix up issues with errno in test filesMax Dymond2017-07-107-25/+25
* valgrind.supp: supress OpenSSL false positive seen on travisDaniel Stenberg2017-07-071-0/+21
* test1452: add telnet negotiationMax Dymond2017-07-076-4/+552
* test506: skip if threaded-resolverDaniel Stenberg2017-07-061-0/+5
* runtests: support "threaded-resolver" as a featureDaniel Stenberg2017-07-062-0/+11
* dist: add SMB python deps into the tarballDaniel Stenberg2017-07-041-1/+8
* test1451: add SMB support to the testbedMax Dymond2017-07-047-511/+889
* test: add impacket for SMB testingMax Dymond2017-07-0412-0/+18264
* url: make the original string get used on subsequent transfersDaniel Stenberg2017-07-034-2/+122
* unit1399: fix integer overflowRyan Winograd2017-07-031-1/+1
* unit1399: add logging to time comparisonDaniel Stenberg2017-07-011-1/+5
* test1450: fix up DICT server in torture modeMax Dymond2017-06-301-18/+21
* test1450: add simple testing for DICTMax Dymond2017-06-306-5/+289
* test1521: fix out-of-tree builds, broken with 467da3afDan Fandrich2017-06-301-1/+1
* progress: prevent resetting t_starttransferRyan Winograd2017-06-304-1/+127
* libtest/make: generate lib1521.cDaniel Stenberg2017-06-273-2502/+17
* test1537: fixed memory leak on OOMDan Fandrich2017-06-251-2/+13
* test1521: fix compiler warningsMarcel Raad2017-06-252-11/+17
* libtest/Makefile: remove unused lib1541 variablesDaniel Stenberg2017-06-231-4/+0
* --request-target: instead of --strip-path-slashDaniel Stenberg2017-06-212-6/+6
* lib1521: fix missing-variable-declarations clang warningsMarcel Raad2017-06-212-28/+28
* http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg2017-06-194-1/+120
* test1521: test getinfo's OFF_T types tooDaniel Stenberg2017-06-192-0/+23
* lib1521: add curl_easy_getinfo calls to the test setDaniel Stenberg2017-06-193-750/+2454
* PIPELINING_SERVER_BL: cleanup the internal list useDaniel Stenberg2017-06-194-0/+77
* curl: prevent binary output spewed to terminalDaniel Stenberg2017-06-163-1/+1
* http-proxy: fix chunked-encoded CONNECT responsesDaniel Stenberg2017-06-161-1/+0
* http-proxy: deal with EAGAINDaniel Stenberg2017-06-161-6/+3
* libtest/libntlmconnect: fix compiler warnings from f94fcdbDaniel Stenberg2017-06-161-2/+2
* tests: stabilize test 2032 and 2033Daniel Stenberg2017-06-163-114/+10
* test1148: verify the -# progressbarDaniel Stenberg2017-06-162-1/+58