Age | Commit message (Expand) | Author |
2017-02-17 | http: fix missing 'Content-Length: 0' while negotiating auth | Isaac Boukris |
2017-02-15 | tool_urlglob: Allow a glob range with the same start and stop | Jay Satiro |
2017-02-10 | URL: only accept ";options" in SMTP/POP3/IMAP URL schemes | Daniel Stenberg |
2017-02-07 | test1139: Added the --manual keyword since the manual is required | Dan Fandrich |
2017-02-07 | test552: Fix typos | Daniel Gustafsson |
2017-02-06 | cmdline-opts: Fixed build and test in out of source tree builds | Dan Fandrich |
2017-01-27 | cookies: do not assume a valid domain has a dot | Daniel Stenberg |
2017-01-15 | http2: disable server push if not requested | Alessandro Ghedini |
2017-01-13 | url: --noproxy option overrides NO_PROXY environment variable | ERAMOTO Masaya |
2017-01-13 | url: Fix NO_PROXY env var to work properly with --proxy option. | ERAMOTO Masaya |
2017-01-12 | url: Fix parsing for when 'file' is the default protocol | Jay Satiro |
2016-12-24 | test1282: verify the ftp-gss check | Daniel Stenberg |
2016-12-19 | printf: fix floating point buffer overflow issues | Daniel Stenberg |
2016-12-18 | curl_easy_recv: Improve documentation and example program | Michael Kaufmann |
2016-12-05 | test2032: Mark test as flaky | Dan Fandrich |
2016-12-02 | test1281: added http as a required feature | Dan Fandrich |
2016-12-02 | curl: support zero-length argument strings in config files | Daniel Stenberg |
2016-12-01 | tests: fix CONNECT test cases to be more strict | Daniel Stenberg |
2016-12-01 | CONNECT: reject TE or CL in 2xx responses | Daniel Stenberg |
2016-12-01 | URL parser: reject non-numerical port numbers | Daniel Stenberg |
2016-11-30 | CURLOPT_CONNECT_TO: Skip non-matching "connect-to" entries properly | Michael Kaufmann |
2016-11-26 | tests: Add some testcases for recent new features. | Frank Gevaerts |
2016-11-24 | test1135: Fix curl_easy_duphandle prototype for code style | Jay Satiro |
2016-11-17 | tests: Fix HTTP2-Settings header for huge window size | Jay Satiro |
2016-11-15 | glob: fix [a-c] globbing regression | Daniel Stenberg |
2016-11-14 | curl: add --fail-early | Daniel Stenberg |
2016-11-11 | test558: adapt to 0649433da | Daniel Stenberg |
2016-11-07 | s/cURL/curl | Daniel Stenberg |
2016-11-05 | easy: Initialize info variables on easy init and duphandle | Jay Satiro |
2016-10-31 | strcase: s/strequal/strcasecompare | Daniel Stenberg |
2016-10-31 | test165: adapted to the libidn2 use and IDNA2008 fix | Daniel Stenberg |
2016-10-31 | parsedate: handle cut off numbers better | Daniel Stenberg |
2016-10-31 | test1246: verify URL parsing with host name ending with '#' | Daniel Stenberg |
2016-10-18 | test14xx: fixed --libcurl output tests again after 8e8afa82cbb | Daniel Stenberg |
2016-10-03 | cookies: same domain handling changed to match browser behavior | Sergei Kuzmin |
2016-09-22 | New libcurl option to keep sending on error | Michael Kaufmann |
2016-09-21 | docs: Remove that --proto is just used for initial retrieval | Jay Satiro |
2016-09-20 | easy: Reset all statistical session info in curl_easy_reset | Jay Satiro |
2016-09-18 | test2048: fix url | Jay Satiro |
2016-09-14 | test1605: verify negative input lengths to (un)escape functions | Daniel Stenberg |
2016-09-11 | http: refuse to pass on response body with NO_NODY was set | Daniel Stenberg |
2016-09-07 | errors: new alias CURLE_WEIRD_SERVER_REPLY (8) | Jay Satiro |
2016-08-28 | http2: make sure stream errors don't needlessly close the connection | Daniel Stenberg |
2016-08-26 | test161: add comment for the exit code | Daniel Stenberg |
2016-08-26 | test219: Add http as a required feature | Dan Fandrich |
2016-08-18 | test1144: verify HEAD with body-only response | Daniel Stenberg |
2016-08-16 | proxy: fix tests as follow-up to 93b0d907d5 | Daniel Stenberg |
2016-08-16 | Revert "Proxy-Connection: stop sending this header by default" | Daniel Stenberg |
2016-08-15 | test219: verify unsupported scheme for proxies get rejected | Daniel Stenberg |
2016-07-24 | tests: Fix for http/2 feature | Jay Satiro |