Age | Commit message (Expand) | Author |
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 |
2016-12-27 | cmake: use crypt32.lib when building with OpenSSL on windows | Kyselgov E.N |
2016-12-27 | darwinssl: fix CFArrayRef leak | Chris Araman |
2016-12-27 | darwinssl: fix iOS build | Chris Araman |
2016-12-27 | curl: remove superfluous include file | Daniel Stenberg |
2016-12-26 | RELEASE-NOTES: synced with a7b38c9dc98481e | Daniel Stenberg |
2016-12-26 | vtls: s/SSLEAY/OPENSSL | Daniel Stenberg |
2016-12-25 | docs/ciphers: link to our own new page about ciphers | Daniel Stenberg |
2016-12-25 | cmdline-opts/page-footer: add three more exit codes | Daniel Stenberg |
2016-12-25 | formdata: use NULL, not 0, when returning pointers | Daniel Stenberg |
2016-12-25 | ftp: failure to resolve proxy should return that error code | Daniel Stenberg |
2016-12-25 | configure: accept --with-libidn2 instead | Daniel Stenberg |