Age | Commit message (Expand) | Author |
2017-10-29 | cli tool: in -F option arg, comma is a delimiter for files only | Patrick Monnerat |
2017-10-28 | auth: Added test cases for RFC7616 | Florin |
2017-10-26 | curl_fnmatch: return error on illegal wildcard pattern | Daniel Stenberg |
2017-10-25 | time: rename Curl_tvnow to Curl_now | Daniel Stenberg |
2017-10-25 | timediff: return timediff_t from the time diff functions | Daniel Stenberg |
2017-10-24 | libtest: Add required test libraries for lib1552 and lib1553 | Paul Howarth |
2017-10-20 | ftp: reject illegal IP/port in PASV 227 response | Daniel Stenberg |
2017-10-20 | test653: check reuse of easy handle after mime data change | Patrick Monnerat |
2017-10-19 | test308: disable if MultiSSL feature enabled | Patrick Monnerat |
2017-10-19 | runtests: support MultiSSL client feature | Patrick Monnerat |
2017-10-19 | test652: curl_mime_data + base64 encoder with large contents | Patrick Monnerat |
2017-10-19 | mime: limit bas64-encoded lines length to 76 characters | Patrick Monnerat |
2017-10-14 | runtests: use valgrind for torture as well | Daniel Stenberg |
2017-10-14 | memdebug: trace send, recv and socket | Daniel Stenberg |
2017-10-13 | test651: curl_formadd with huge COPYCONTENTS | Daniel Stenberg |
2017-10-12 | mime: keep "text/plain" content type if user-specified. | Patrick Monnerat |
2017-10-12 | cli tool: reimplement stdin buffering in -F option. | Patrick Monnerat |
2017-10-10 | test950; verify SMTP with custom request | Daniel Stenberg |
2017-10-10 | ftpserver: support case insensitive commands | Daniel Stenberg |
2017-10-10 | FTP: URL decode path for dir listing in nocwd mode | Daniel Stenberg |
2017-10-09 | test298: verify --ftp-method nowcwd with URL encoded path | Daniel Stenberg |
2017-10-09 | curl: don't pass semicolons when parsing Content-Disposition | Kristiyan Tsaklev |
2017-10-09 | RTSP: avoid integer overflow on funny RTSP response | Daniel Stenberg |
2017-10-08 | ftpserver: properly reset $ftptargetdir. | Patrick Monnerat |
2017-10-08 | test643: verify curl_mime_subparts() rejects cyclic additions. | Patrick Monnerat |
2017-10-08 | Revert "multi_done: wait for name resolve to finish if still ongoing" | Daniel Stenberg |
2017-10-07 | pingpong: return error when trying to send without connection | Daniel Stenberg |
2017-10-06 | tests: added flaky keyword to tests 587 and 644 | Dan Fandrich |
2017-10-06 | multi_cleanup: call DONE on handles that never got that | Daniel Stenberg |
2017-10-04 | fuzzer: move to using external curl-fuzzer | Max Dymond |
2017-10-02 | test1153: verify quoted double-qoutes in PWD response | Daniel Stenberg |
2017-10-02 | FTP: zero terminate the entry path even on bad input | Daniel Stenberg |
2017-09-30 | cookie: fix memory leak if path was set twice in header | Daniel Stenberg |
2017-09-30 | test650: Use variable replacement to set the host address and port | Dan Fandrich |
2017-09-30 | Set and use more necessary options when some protocols are disabled | Dan Fandrich |
2017-09-29 | test1160: verifies cookie leak for large cookies | Daniel Stenberg |
2017-09-28 | http: add custom empty headers to repeated requests | Michael Kaufmann |
2017-09-24 | tests: adjust .gitignore for new tests | Michael Kaufmann |
2017-09-23 | tests: fix a compiler warning in test 643 | Michael Kaufmann |
2017-09-22 | imap: quote atoms properly when escaping characters | Daniel Stenberg |
2017-09-22 | tests: make the imap server not verify user+password | Daniel Stenberg |
2017-09-22 | form/mime: field names are not allowed to contain zero-valued bytes. | Patrick Monnerat |
2017-09-19 | cookies: use lock when using CURLINFO_COOKIELIST | Pavel P |
2017-09-18 | ossfuzz: changes before merging the generated corpora | Max Dymond |
2017-09-18 | ossfuzz: don't write out to stdout | Max Dymond |
2017-09-18 | cookies: reject oversized cookies | Daniel Stenberg |
2017-09-15 | server/getpart: provide dummy function to build conversion enabled | Daniel Stenberg |
2017-09-15 | tests: add initial gssapi test using stub implementation | Isaac Boukris |
2017-09-15 | test1150: verify same host fetch using different ports over proxy | Daniel Stenberg |
2017-09-12 | code style: use space after semicolon | Daniel Stenberg |