Age | Commit message (Expand) | Author |
2019-08-08 | cleanup: s/curl_debug/curl_dbg_debug in comments and docs | Daniel Stenberg |
2019-08-07 | CURLINFO_RETRY_AFTER: parse the Retry-After header value | Daniel Stenberg |
2019-07-14 | http: allow overriding timecond with custom header | Peter Simonyi |
2019-06-25 | test1521: adapt to SLISTPOINT | Daniel Stenberg |
2019-06-18 | test1523: basic test of CURLOPT_LOW_SPEED_LIMIT | Daniel Stenberg |
2019-06-05 | build: fix Codacy warnings | Marcel Raad |
2019-05-20 | lib1560: add tests for parsing URL with too long scheme | Daniel Stenberg |
2019-05-14 | urlapi: require a non-zero host name length when parsing URL | Daniel Stenberg |
2019-05-12 | build: fix "clarify calculation precedence" warnings | Marcel Raad |
2019-05-05 | urlapi: add CURLUPART_ZONEID to set and get | Daniel Stenberg |
2019-05-03 | urlapi: strip off scope id from numerical IPv6 addresses | Daniel Stenberg |
2019-04-29 | CURL_MAX_INPUT_LENGTH: largest acceptable string input size | Daniel Stenberg |
2019-04-15 | tests: Run global cleanup at end of tests | Daniel Gustafsson |
2019-04-13 | urlapi: stricter CURLUPART_PORT parsing | Daniel Stenberg |
2019-04-11 | test1906: verify CURLOPT_CURLU + CURLOPT_PORT usage | Daniel Stenberg |
2019-04-11 | build: fix Codacy/CppCheck warnings | Marcel Raad |
2019-04-11 | lib557: initialize variables | Marcel Raad |
2019-04-11 | lib509: add missing include for strdup | Marcel Raad |
2019-04-07 | test: urlapi: urlencode characters above 0x7f correctly | Jakub Zakrzewski |
2019-04-06 | pipelining: removed | Daniel Stenberg |
2019-03-18 | test1541: threaded connection sharing | Daniel Stenberg |
2019-03-14 | makefile: make checksrc and hugefile commands "silent" | Daniel Stenberg |
2019-03-08 | memdebug: make debug-specific functions use curl_dbg_ prefix | Daniel Stenberg |
2019-03-05 | tests: fix multiple may be used uninitialized warnings | Daniel Stenberg |
2019-03-04 | CURLU: fix NULL dereference when used over proxy | Daniel Stenberg |
2019-02-27 | cookies: only save the cookie file if the engine is enabled | Daniel Stenberg |
2019-02-19 | connection: never reuse CONNECT_ONLY conections | Daniel Stenberg |
2019-02-14 | gssapi: fix deprecated header warnings | Daniel Stenberg |
2019-01-10 | test1558: verify CURLINFO_PROTOCOL on file:// transfer | Daniel Stenberg |
2019-01-07 | curl_multi_remove_handle() don't block terminating c-ares requests | Brad Spencer |
2019-01-04 | printf: fix format specifiers | Rikard Falkeborn |
2019-01-03 | libtest/stub_gssapi: use "real" snprintf | Daniel Stenberg |
2018-12-14 | http: minor whitespace cleanup from f464535b | Daniel Stenberg |
2018-12-14 | http: Implement trailing headers for chunked transfers | Ayoub Boudhar |
2018-12-12 | Curl_follow: extract the Location: header field unvalidated | Daniel Stenberg |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2018-11-09 | setopt: add CURLOPT_CURLU | Jim Fuller |
2018-11-07 | urlapi: only skip encoding the first '=' with APPENDQUERY set | Daniel Stenberg |
2018-11-06 | url: a short host name + port is not a scheme | Daniel Stenberg |
2018-11-05 | Revert "url: a short host name + port is not a scheme" | Daniel Stenberg |
2018-11-03 | url: a short host name + port is not a scheme | Daniel Stenberg |
2018-11-03 | URL: fix IPv6 numeral address parser | Daniel Stenberg |
2018-10-05 | CMake: suppress MSVC warning C4127 for libtest | Marcel Raad |
2018-09-28 | cmake: fixed path used in generation of docs/tests during curl build through ... | Sergei Nikulov |
2018-09-24 | Curl_dedotdotify(): always nul terminate returned string. | Even Rouault |
2018-09-23 | whitespace fixes | Viktor Szakats |
2018-09-21 | urlapi: fix support for address scope in IPv6 numerical addresses | Daniel Stenberg |
2018-09-19 | urlapi: document the error codes, remove two unused ones | Daniel Stenberg |
2018-09-19 | urlapi: add CURLU_GUESS_SCHEME and fix hostname acceptance | Daniel Stenberg |
2018-09-15 | libtest: Add chkdecimalpoint to .gitignore | Rikard Falkeborn |