summaryrefslogtreecommitdiff
path: root/tests/data
Commit message (Expand)AuthorAgeFilesLines
* curl: speed up handling of many URLsDaniel Stenberg2017-11-042-1/+52
* curl: pass through [] in URLs instead of calling globbing errorDaniel Stenberg2017-11-042-1/+49
* cli tool: in -F option arg, comma is a delimiter for files onlyPatrick Monnerat2017-10-291-3/+11
* auth: Added test cases for RFC7616Florin2017-10-2813-1/+1094
* curl_fnmatch: return error on illegal wildcard patternDaniel Stenberg2017-10-262-1/+53
* 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-202-1/+94
* test308: disable if MultiSSL feature enabledPatrick Monnerat2017-10-191-0/+1
* test652: curl_mime_data + base64 encoder with large contentsPatrick Monnerat2017-10-192-0/+359
* mime: limit bas64-encoded lines length to 76 charactersPatrick Monnerat2017-10-191-2/+2
* test651: curl_formadd with huge COPYCONTENTSDaniel Stenberg2017-10-132-1/+74
* mime: keep "text/plain" content type if user-specified.Patrick Monnerat2017-10-123-7/+10
* 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
* 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
* 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-072-1/+53
* 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-062-1/+53
* 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
* imap: quote atoms properly when escaping charactersDaniel Stenberg2017-09-221-2/+2
* tests: make the imap server not verify user+passwordDaniel Stenberg2017-09-222-2/+5
* form/mime: field names are not allowed to contain zero-valued bytes.Patrick Monnerat2017-09-222-3/+3
* cookies: use lock when using CURLINFO_COOKIELISTPavel P2017-09-191-7/+9
* cookies: reject oversized cookiesDaniel Stenberg2017-09-183-3/+69
* tests: add initial gssapi test using stub implementationIsaac Boukris2017-09-153-1/+197
* test1150: verify same host fetch using different ports over proxyDaniel Stenberg2017-09-152-1/+57
* form API: add new test 650.Patrick Monnerat2017-09-072-1/+123
* mime: implement encoders.Patrick Monnerat2017-09-054-4/+153
* 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-031-3/+3
* mime: remove support "-" stdin pseudo-file name in curl_mime_filedata().Patrick Monnerat2017-09-031-1/+6
* mime: tests and examples.Patrick Monnerat2017-09-0223-48/+618
* test564: Add a warning comment about shell profile output.Patrick Monnerat2017-09-021-0/+2
* vtls: introduce curl_global_sslset()Johannes Schindelin2017-08-281-0/+1
* 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