summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fixup unit1323.cbagder/time_t-unsignedDaniel Stenberg2017-10-241-1/+1
* fixup: make test server use its own time functionsDaniel Stenberg2017-10-243-8/+108
* timediff: return timediff_t from the time diff functionsDaniel Stenberg2017-10-242-2/+2
* ftp: reject illegal IP/port in PASV 227 responseDaniel Stenberg2017-10-201-6/+2
* test653: check reuse of easy handle after mime data changePatrick Monnerat2017-10-204-2/+161
* test308: disable if MultiSSL feature enabledPatrick Monnerat2017-10-191-0/+1
* runtests: support MultiSSL client featurePatrick Monnerat2017-10-191-0/+15
* test652: curl_mime_data + base64 encoder with large contentsPatrick Monnerat2017-10-194-1/+491
* mime: limit bas64-encoded lines length to 76 charactersPatrick Monnerat2017-10-191-2/+2
* runtests: use valgrind for torture as wellDaniel Stenberg2017-10-141-8/+34
* memdebug: trace send, recv and socketDaniel Stenberg2017-10-142-14/+30
* test651: curl_formadd with huge COPYCONTENTSDaniel Stenberg2017-10-134-2/+172
* mime: keep "text/plain" content type if user-specified.Patrick Monnerat2017-10-125-18/+23
* cli tool: reimplement stdin buffering in -F option.Patrick Monnerat2017-10-121-6/+1
* test950; verify SMTP with custom requestDaniel Stenberg2017-10-102-1/+44
* ftpserver: support case insensitive commandsDaniel Stenberg2017-10-101-1/+1
* FTP: URL decode path for dir listing in nocwd modeDaniel Stenberg2017-10-102-1/+55
* test298: verify --ftp-method nowcwd with URL encoded pathDaniel Stenberg2017-10-091-1/+1
* curl: don't pass semicolons when parsing Content-DispositionKristiyan Tsaklev2017-10-091-1/+1
* RTSP: avoid integer overflow on funny RTSP responseDaniel Stenberg2017-10-092-1/+56
* ftpserver: properly reset $ftptargetdir.Patrick Monnerat2017-10-081-1/+1
* test643: verify curl_mime_subparts() rejects cyclic additions.Patrick Monnerat2017-10-081-0/+27
* Revert "multi_done: wait for name resolve to finish if still ongoing"Daniel Stenberg2017-10-081-0/+2
* pingpong: return error when trying to send without connectionDaniel Stenberg2017-10-074-2/+166
* tests: added flaky keyword to tests 587 and 644Dan Fandrich2017-10-062-0/+2
* multi_cleanup: call DONE on handles that never got thatDaniel Stenberg2017-10-064-2/+150
* fuzzer: move to using external curl-fuzzerMax Dymond2017-10-0429-1130/+12
* test1153: verify quoted double-qoutes in PWD responseDaniel Stenberg2017-10-022-1/+62
* FTP: zero terminate the entry path even on bad inputDaniel Stenberg2017-10-022-0/+62
* cookie: fix memory leak if path was set twice in headerDaniel Stenberg2017-09-302-1/+55
* test650: Use variable replacement to set the host address and portDan Fandrich2017-09-301-1/+1
* Set and use more necessary options when some protocols are disabledDan Fandrich2017-09-301-2/+2
* test1160: verifies cookie leak for large cookiesDaniel 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