Age | Commit message (Expand) | Author |
2016-10-31 | unescape: avoid integer overflow | Daniel Stenberg |
2016-10-31 | cookies: getlist() now holds deep copies of all cookies | Daniel Stenberg |
2016-10-31 | TODO: remove IDNA2008 | Daniel Stenberg |
2016-10-31 | idn: switch to libidn2 use and IDNA2008 support | Daniel Stenberg |
2016-10-31 | test1246: verify URL parsing with host name ending with '#' | Daniel Stenberg |
2016-10-31 | urlparse: accept '#' as end of host name | Daniel Stenberg |
2016-10-31 | INTERNALS: better markdown (follow-up) | Jay Satiro |
2016-10-30 | INTERNALS: better markdown | Daniel Stenberg |
2016-10-30 | mk-ca-bundle.vbs: Fix UTF-8 output | Jay Satiro |
2016-10-28 | BINDINGS: converted to markdown | Daniel Stenberg |
2016-10-27 | CURLMOPT_MAX_PIPELINE_LENGTH.3: Clarify it's not for HTTP/2 | Jay Satiro |
2016-10-27 | KNOWN_BUGS: HTTP/2 server push enabled when no pushes can be accepted | Daniel Stenberg |
2016-10-27 | KNOWN_BUGS: c-ares deviates from stock resolver on http://1346569778 | Daniel Stenberg |
2016-10-27 | configure.in: Fix test syntax | Michael Osipov |
2016-10-27 | SECURITY: minor updates | Daniel Stenberg |
2016-10-27 | docs: fix req->data in multi-uv example | Andrei Sedoi |
2016-10-26 | mbedtls: stop using deprecated include file | Daniel Stenberg |
2016-10-25 | nss: fix tight loop in non-blocking TLS handhsake over proxy | Martin Frodl |
2016-10-25 | mk-ca-bundle: Update the vbscript version | Jay Satiro |
2016-10-24 | TODO: indent code to make it render properly | Daniel Stenberg |
2016-10-24 | TODO: Remove the generated include file | Daniel Stenberg |
2016-10-24 | TODO: add "--retry should resume" | Daniel Stenberg |
2016-10-24 | mk-ca-bundle.1: document -k | Daniel Stenberg |
2016-10-24 | mk-ca-bundle: Change URL retrieval to HTTPS-only by default | Jay Satiro |
2016-10-24 | RELEASE-NOTES: synced with 50ee3aaf1a9b22d | Daniel Stenberg |
2016-10-23 | INSTALL.md: Updated minimum file sizes for 7.50.3 | Dan Fandrich |
2016-10-22 | multi: force connections to get closed in close_all_connections | Daniel Stenberg |
2016-10-22 | curl_multi_remove_handle: fix a double-free | Anders Bakken |
2016-10-22 | testcurl.1: fix the URL to the autobuild summary | Daniel Stenberg |
2016-10-22 | testcurl.1: update URLs | Daniel Stenberg |
2016-10-21 | INSTALL: converted to markdown => INSTALL.md | Daniel Stenberg |
2016-10-20 | configure: Check for other variants of the -m*os*-version-min flags | Martin Storsjo |
2016-10-20 | configure: set min version flags for builds on mac | Daniel Stenberg |
2016-10-19 | curl_multi_add_handle: set timeouts in closure handles | Daniel Stenberg |
2016-10-18 | configure/CURL_CHECK_FUNC_POLL: disable poll completely on mac | Daniel Stenberg |
2016-10-18 | RELEASE-NOTES: synced with f36f8c14551efc6772 | Daniel Stenberg |
2016-10-18 | test14xx: fixed --libcurl output tests again after 8e8afa82cbb | Daniel Stenberg |
2016-10-18 | s/cURL/curl | Daniel Stenberg |
2016-10-18 | polarssl: indented code, removed unused variables | Daniel Stenberg |
2016-10-18 | polarssl: reduce #ifdef madness with a macro | Daniel Stenberg |
2016-10-18 | polarssl: fix unaligned SSL session-id lock | Daniel Stenberg |
2016-10-18 | Curl_polarsslthreadlock_thread_setup: clear array at init | Daniel Stenberg |
2016-10-18 | curl: set INTERLEAVEDATA too | Daniel Stenberg |
2016-10-18 | gopher: properly return error for poll failures | Daniel Stenberg |
2016-10-18 | select: switch to macros in uppercase | Daniel Stenberg |
2016-10-18 | select: use more proper macro-looking names | Daniel Stenberg |
2016-10-18 | Curl_socket_check: add extra check to avoid integer overflow | Daniel Stenberg |
2016-10-17 | maketgz: make it support "only" generating version info | Daniel Stenberg |
2016-10-17 | url: skip to-be-closed connections when pipelining (follow-up) | Jay Satiro |
2016-10-17 | HTTP2: mention the tool's limited support | Daniel Stenberg |