Age | Commit message (Expand) | Author |
2017-04-03 | include: curl/system.h is a run-time version of curlbuild.h | Daniel Stenberg |
2017-03-28 | pause: handle mixed types of data when paused | Daniel Stenberg |
2017-03-25 | curl: check for end of input in writeout backslash handling | Daniel Stenberg |
2017-03-12 | tool_writeout: fixed a buffer read overrun on --write-out | Dan Fandrich |
2017-03-12 | url: add option CURLOPT_SUPPRESS_CONNECT_HEADERS | Desmond O. Chang |
2017-03-11 | http_proxy: Ignore TE and CL in CONNECT 2xx responses | Jay Satiro |
2017-03-06 | URL: return error on malformed URLs with junk after port number | Daniel Stenberg |
2017-02-20 | digest_sspi: Fix nonce-count generation in HTTP digest | Max Khon |
2017-02-18 | proxy: fix hostname resolution and IDN conversion | Michael Kaufmann |
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-01-27 | cookies: do not assume a valid domain has a dot | Daniel Stenberg |
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-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-15 | glob: fix [a-c] globbing regression | Daniel Stenberg |
2016-11-14 | curl: add --fail-early | Daniel Stenberg |
2016-11-05 | easy: Initialize info variables on easy init and duphandle | Jay Satiro |
2016-10-31 | test1246: verify URL parsing with host name ending with '#' | Daniel Stenberg |
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-14 | test1605: verify negative input lengths to (un)escape functions | Daniel Stenberg |
2016-08-18 | test1144: verify HEAD with body-only response | Daniel Stenberg |
2016-08-15 | test219: verify unsupported scheme for proxies get rejected | Daniel Stenberg |
2016-06-29 | test1244: test different proxy ports same URL | Daniel Stenberg |
2016-06-06 | tests: two more HTTP/2 tests | Daniel Stenberg |
2016-06-06 | http2-tests: test1700 is the first real HTTP/2 test | Daniel Stenberg |
2016-05-30 | URL parser: allow URLs to use one, two or three slashes | Daniel Stenberg |
2016-05-01 | test1140: run nroff-scan to verify man pages | Daniel Stenberg |
2016-04-28 | test1139: verifies libcurl option man page presence | Daniel Stenberg |
2016-04-25 | test1322: verify stripping of trailing dot from host name | Daniel Stenberg |
2016-04-20 | tests: added test1517 | Karlson2k |
2016-04-17 | news: CURLOPT_CONNECT_TO and --connect-to | Michael Kaufmann |
2016-02-23 | TFTP: add option to suppress TFTP option requests (Part 2) | Jay Satiro |
2016-02-19 | Added test 1437 to verify a memory leak | Dan Fandrich |
2016-02-13 | test1604: Add to Makefile.inc so it gets run | Dan Fandrich |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2016-01-18 | tests: Add a test for pinnedpubkey fail even when insecure | Jay Satiro |
2016-01-08 | connection reuse: IDN host names fixed | Michael Kaufmann |
2015-11-21 | Makefile.inc: Fixed test run error | Steve Holme |
2015-11-15 | tests: Added OAUTHBEARER failure response tests | Steve Holme |
2015-11-14 | tests: Added OAuth 2.0 (OAUTHBEARER) tests | Steve Holme |
2015-11-12 | unit1603: Added unit tests for hash functions | dfandrich |
2015-11-08 | imap: Don't check for continuation when executing a CUSTOMREQUEST | Justin Ehlert |