summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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