Age | Commit message (Expand) | Author |
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 |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-09-08 | rtsp: do not call fwrite() with NULL pointer FILE * | Daniel Stenberg |
2017-09-08 | ossfuzz: add some more handled CURL options | Max Dymond |
2017-09-07 | form API: add new test 650. | Patrick Monnerat |
2017-09-05 | mime: implement encoders. | Patrick Monnerat |
2017-09-05 | runtests.pl: support attribute "nonewline" in part verify/upload. | Patrick Monnerat |
2017-09-05 | fixup data/test1135 | Daniel Stenberg |
2017-09-05 | http-proxy: treat all 2xx as CONNECT success | Daniel Stenberg |
2017-09-04 | test1135: fixed after bd8070085f9 | Daniel Stenberg |
2017-09-04 | lib: bump version info (soname). Adapt and reenable test 1135. | Patrick Monnerat |
2017-09-03 | mime: fix signed/unsigned conversions. | Patrick Monnerat |
2017-09-03 | mime: remove support "-" stdin pseudo-file name in curl_mime_filedata(). | Patrick Monnerat |
2017-09-02 | mime: tests and examples. | Patrick Monnerat |
2017-09-02 | mime: new MIME API. | Patrick Monnerat |
2017-09-02 | test564: Add a warning comment about shell profile output. | Patrick Monnerat |
2017-09-02 | runtests.pl: allow <file[1-4]> tags in client section. | Patrick Monnerat |
2017-09-02 | runtests.pl: Apply strippart to upload too. | Patrick Monnerat |