Age | Commit message (Expand) | Author |
2017-03-04 | tests: fixed a typo in some comments | Dan Fandrich |
2017-02-27 | tests: enable HTTP/2 tests to run with non-default port numbers | Dan Fandrich |
2017-02-26 | test1139: allow for the possibility that the man page is not rebuilt | Dan Fandrich |
2017-02-25 | tests: use consistent environment variables for setting charset | Dan Fandrich |
2017-02-25 | test557: explicitly use the C locale so the numeric output is as expected | Dan Fandrich |
2017-02-24 | Revert "tests: use consistent environment variables for setting charset" | Daniel Stenberg |
2017-02-23 | tests: use consistent environment variables for setting charset | Dan Fandrich |
2017-02-23 | tests: Set CHARSET & LANG to UTF-8 in 1035, 2046 and 2047 | İsmail Dönmez |
2017-02-20 | digest_sspi: Fix nonce-count generation in HTTP digest | Max Khon |
2017-02-18 | tests: removed the obsolete name parameter | Dan Fandrich |
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-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-19 | sws: use SOCKERRNO, not errno | 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 |
2017-01-09 | sws: retry send() on EWOULDBLOCK | Daniel Stenberg |
2017-01-08 | lib506: fix build for Open Watcom | Jiří Malák |
2016-12-24 | test1282: verify the ftp-gss check | Daniel Stenberg |
2016-12-22 | lib557.c: use a shorter MAXIMIZE representation | Daniel Stenberg |
2016-12-21 | runtests: remove the valgrind parser | Daniel Stenberg |
2016-12-21 | tests/Makefile: run checksrc on debug builds | Daniel Stenberg |
2016-12-21 | lib557: move the "enable LONGLINE" to allow more long lines | Daniel Stenberg |
2016-12-19 | tests: checksrc compliance | Jay Satiro |
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-17 | manpage-scan.pl: allow deprecated options to get removed from curl.1 | Daniel Stenberg |
2016-12-14 | checksrc: warn for assignments within if() expressions | Daniel Stenberg |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
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 | runtests: made Servers: output be more consistent by removing OFF | Dan Fandrich |
2016-11-30 | CURLOPT_CONNECT_TO: Skip non-matching "connect-to" entries properly | Michael Kaufmann |
2016-11-28 | lib1536: checksrc compliance | Jay Satiro |
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-24 | checksrc: move open braces to comply with function declaration style | Daniel Stenberg |
2016-11-24 | checksrc: white space edits to comply to stricter checksrc | Daniel Stenberg |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |