Age | Commit message (Expand) | Author |
2018-02-16 | test1154: verify that long HTTP headers get rejected | Daniel Stenberg |
2018-02-15 | TODO fixed: Detect when called from within callbacks | Björn Stenberg |
2018-02-13 | tests: new tests for http raw mode | Patrick Monnerat |
2018-02-12 | smtp: fix processing of initial dot in data | Patrick Monnerat |
2018-01-23 | test1454: --connect-to with IPv6 address w/o IPv6 support! | Daniel Stenberg |
2018-01-22 | http: prevent custom Authorization headers in redirects | Daniel Stenberg |
2018-01-14 | mime: clone mime tree upon easy handle duplication. | Patrick Monnerat |
2018-01-13 | test395: HTTP with overflow Content-Length value | Daniel Stenberg |
2018-01-13 | test394: verify abort of rubbish in Content-Length: value | Daniel Stenberg |
2018-01-13 | test393: verify --max-filesize with excessive Content-Length | Daniel Stenberg |
2017-12-27 | brotli: data at the end of content can be lost | Mikalai Ananenka |
2017-12-20 | curl_easy_reset: release mime-related data. | Patrick Monnerat |
2017-12-20 | content_encoding: rework zlib_inflate | Patrick Monnerat |
2017-12-05 | sasl_getmesssage: make sure we have a long enough string to pass | Daniel Stenberg |
2017-11-27 | wildcardmatch: fix heap buffer overflow in setcharset | Daniel Stenberg |
2017-11-24 | test: add test for bad UNC/SMB path in file: URL | Matthew Kerwin |
2017-11-24 | test: add tests to ensure basic file: URLs | Matthew Kerwin |
2017-11-22 | test1264: verify URL with space in host name being rejected | Michael Kaufmann |
2017-11-17 | resolve: allow IP address within [] brackets | Daniel Stenberg |
2017-11-14 | URL: return error on malformed URLs with junk after IPv6 bracket | Michael Kaufmann |
2017-11-09 | test1554: verify connection cache sharing | Daniel Stenberg |
2017-11-05 | HTTP: implement Brotli content encoding | Patrick Monnerat |
2017-11-05 | HTTP: support multiple Content-Encodings | Patrick Monnerat |
2017-11-04 | curl: speed up handling of many URLs | Daniel Stenberg |
2017-11-04 | curl: pass through [] in URLs instead of calling globbing error | Daniel Stenberg |
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-20 | test653: check reuse of easy handle after mime data change | Patrick Monnerat |
2017-10-19 | test652: curl_mime_data + base64 encoder with large contents | Patrick Monnerat |
2017-10-13 | test651: curl_formadd with huge COPYCONTENTS | Daniel Stenberg |
2017-10-10 | test950; verify SMTP with custom request | Daniel Stenberg |
2017-10-10 | FTP: URL decode path for dir listing in nocwd mode | Daniel Stenberg |
2017-10-09 | RTSP: avoid integer overflow on funny RTSP response | Daniel Stenberg |
2017-10-07 | pingpong: return error when trying to send without connection | Daniel Stenberg |
2017-10-06 | multi_cleanup: call DONE on handles that never got that | Daniel Stenberg |
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-29 | test1160: verifies cookie leak for large cookies | Daniel Stenberg |
2017-09-18 | cookies: reject oversized cookies | 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-07 | form API: add new test 650. | Patrick Monnerat |
2017-09-05 | mime: implement encoders. | Patrick Monnerat |
2017-09-05 | http-proxy: treat all 2xx as CONNECT success | Daniel Stenberg |
2017-09-02 | mime: tests and examples. | Patrick Monnerat |
2017-08-23 | imap: support PREAUTH | Daniel Stenberg |
2017-08-19 | tftp: fix memory leak on too long filename | Even Rouault |
2017-08-17 | ftp: fix CWD when doing multicwd then nocwd on same connection | Daniel Stenberg |
2017-08-17 | ssh: add the ability to enable compression (for SCP/SFTP) | Viktor Szakats |