Age | Commit message (Expand) | Author |
2017-01-14 | http: print correct HTTP string in verbose output when using HTTP/2 | Alessandro Ghedini |
2017-01-14 | TODO: send only part of --data | Daniel Stenberg |
2017-01-14 | TODO: implemened "--fail-fast to exit on first transfer fail" | Daniel Stenberg |
2017-01-14 | TODO: Chunked transfer multipart formpost | Daniel Stenberg |
2017-01-14 | TODO: Improve formpost API, not just add an easy argument | Daniel Stenberg |
2017-01-14 | addrinfo: fix compiler warning on offsetof() use | Daniel Stenberg |
2017-01-13 | THANKS-filter: Jiri Malak | Daniel Stenberg |
2017-01-13 | RELEASE-NOTES: synced with a7c73ae309c | Daniel Stenberg |
2017-01-13 | unix_socket: add support for abstract unix domain socket | Isaac Boukris |
2017-01-13 | write-out.d: 'time_total' is not always shown with ms precision | Daniel Stenberg |
2017-01-13 | next.d: --trace and --trace-ascii are also global | Daniel Stenberg |
2017-01-13 | curl: reset the easy handle at --next | Isaac Boukris |
2017-01-13 | docs: Add note about libcurl copying strings to CURLOPT_* manpages | Frank Gevaerts |
2017-01-13 | CURLOPT_PREQUOTE.3: takes a struct curl_slist*, not a char* | Frank Gevaerts |
2017-01-13 | IDN: Use TR46 non-transitional | Daniel Stenberg |
2017-01-13 | IDN: revert use of the transitional option | Daniel Stenberg |
2017-01-13 | IDN: Fix compile time detection of linidn2 TR46 | Tim Rühsen |
2017-01-13 | url: --noproxy option overrides NO_PROXY environment variable | ERAMOTO Masaya |
2017-01-13 | url: Refactor detect_proxy() | ERAMOTO Masaya |
2017-01-13 | url: Fix NO_PROXY env var to work properly with --proxy option. | ERAMOTO Masaya |
2017-01-13 | IDN: Use TR46 'transitional' for toASCII translations | Tim Rühsen |
2017-01-13 | docs: FAQ MAIL-ETIQUETTE language fixes | railsnewbie257 |
2017-01-13 | gnutls: check for alpn and ocsp in configure | Marcus Hoffmann |
2017-01-12 | url: Fix parsing for when 'file' is the default protocol | Jay Satiro |
2017-01-12 | rand: make it work without TLS backing | Daniel Stenberg |
2017-01-12 | STARTTLS: Don't print response character in denied messages | Jay Satiro |
2017-01-12 | smtp: Fix STARTTLS denied error message | Jay Satiro |
2017-01-11 | http2_send: avoid unsigned integer wrap around | Daniel Stenberg |
2017-01-09 | cmake: Fix passing _WINSOCKAPI_ macro to compiler | Jiri Malak |
2017-01-09 | sws: retry send() on EWOULDBLOCK | Daniel Stenberg |
2017-01-09 | RELEASE-NOTES: synced with a41e8592d6b3e58 | Daniel Stenberg |
2017-01-08 | examples: make the C++ examples follow our code style too | Daniel Stenberg |
2017-01-08 | asiohiper: improved socket handling | Aulddays |
2017-01-08 | lib506: fix build for Open Watcom | Jiří Malák |
2017-01-07 | ROADMAP: 2017 cleanup | Daniel Stenberg |
2017-01-07 | COPYING: update the generic copyright year range | Daniel Stenberg |
2017-01-07 | docs/silent: mention --show-error in --silent description | Daniel Stenberg |
2017-01-07 | docs/page-header: mention how to disable the progress meter | Daniel Stenberg |
2017-01-07 | wolfssl: display negotiated SSL version and cipher | Dan Fandrich |
2017-01-06 | wolfssl: support setting cipher list | Dan Fandrich |
2017-01-06 | CIPHERS.md: document GSKit ciphers | Patrick Monnerat |
2017-01-05 | TheArtOfHttpScripting: grammar | peterpih |
2017-01-03 | darwinssl: --insecure overrides --cacert if both settings are in use | Nick Zitzmann |
2017-01-02 | docs/libcurl: TCP_KEEPALIVE start and interval default to 60 | Jay Satiro |
2016-12-29 | curl.h: CURLE_FUNCTION_NOT_FOUND is no longer in use | Daniel Stenberg |
2016-12-29 | content_encoding: change return code on a failure | Daniel Stenberg |
2016-12-29 | page-footer: error 36 is protocol agnostic! | Daniel Stenberg |
2016-12-28 | tool_operate: Fix --remote-time incorrect times on Windows | Jay Satiro |
2016-12-29 | digest_sspi: copy terminating NUL as well | Max Khon |
2016-12-28 | curl_formadd.3: CURLFORM_CONTENTSLENGTH not needed when chunked | Daniel Stenberg |