Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-04 | FAQ: 4.21 Why is there a HTTP/1.1 in my HTTP/2 request? | Daniel Stenberg | |
2015-03-04 | symbols.pl: handle '-' in the deprecated field | Daniel Stenberg | |
... which otherwise made the script skip the _LAST define for some symbols. Reported-by: Jeroen Ooms Bug: http://curl.haxx.se/mail/lib-2015-03/0052.html | |||
2015-03-04 | curl.1: fix "The the" typo | Daniel Stenberg | |
Reported-by: Jon Seymour | |||
2015-03-02 | BINDINGS: add link to Harbour bindings | Viktor Szakáts | |
And UTF8-fix a few names | |||
2015-03-02 | CURLOPT_HEADERFUNCTION.3: typo in error code name | Daniel Stenberg | |
Reported-by: Jonathan Cardoso | |||
2015-03-02 | BINDINGS: tclcurl moved | Daniel Stenberg | |
Reporte-by: Steve Havelka | |||
2015-03-02 | opts: Fix pipelining examples | Jay Satiro | |
2015-03-02 | curl_multi_setopt.3: Link to CURLMOPT_MAXCONNECTS | Jay Satiro | |
2015-03-01 | CONTRIBUTE: the new more github-friendly attitude! | Daniel Stenberg | |
2015-02-25 | RELEASE-PROCEDURE: add some more future release dates | Daniel Stenberg | |
... and remove some old ones | |||
2015-02-25 | THANKS: added contributors from the 7.41.0 RELEASE-NOTES | Daniel Stenberg | |
2015-02-20 | ROADMAP: curl_easy_setopt.3 has already been split up | Daniel Stenberg | |
Remove cmake as marked for removal. It is in much better state now. | |||
2015-02-20 | ROADMAP: extend the HTTP/2 stuff, remove SPDY | Daniel Stenberg | |
2015-02-14 | curl.1: --cert-status is also supported by OpenSSL now | Alessandro Ghedini | |
2015-02-09 | curl.1: clarify that -X is used for all requests | Daniel Stenberg | |
Reported-by: Jon Seymour | |||
2015-02-08 | curl.1: add warning when using -H and redirects | Daniel Stenberg | |
2015-02-03 | opts: CURLOPT_CAINFO availability depends on SSL engine | Jay Satiro | |
2015-02-02 | libcurl-symbols: first basic shot for autogenerated docs | Daniel Stenberg | |
2015-02-02 | FAQ: minor edit of 3.22 | Daniel Stenberg | |
2015-02-02 | CURLOPT_HTTP_VERSION.3: CURL_HTTP_VERSION_2_0 added in 7.33.0 | Daniel Stenberg | |
And modify the text to refer to HTTP 2 as it isn't called "2.0". Reported-By: Michael Wallner | |||
2015-01-31 | TODO: moved WinSSL/SChannel todo items into docs | Marc Hoersken | |
2015-01-29 | CURLOPT_SEEKFUNCTION.3: also when server closes a connection | Michael Kaufmann | |
2015-01-27 | docs: cite SASL external authentication. | Patrick Monnerat | |
2015-01-22 | openssl: add support for the Certificate Status Request TLS extension | Alessandro Ghedini | |
Also known as "status_request" or OCSP stapling, defined in RFC6066 section 8. Thanks-to: Joe Mason - for the work-around for the OpenSSL bug. | |||
2015-01-16 | CURLOPT_SSL_VERIFYSTATUS.3: mention it is added in version 7.41.0 | Daniel Stenberg | |
2015-01-16 | opts: add CURLOPT_SSL_VERIFYSTATUS* to docs/Makefile | Daniel Stenberg | |
2015-01-16 | copyright years: after OCSP stapling changes | Daniel Stenberg | |
2015-01-16 | curl: add --cert-status option | Alessandro Ghedini | |
This enables the CURLOPT_SSL_VERIFYSTATUS functionality. | |||
2015-01-16 | url: add CURLOPT_SSL_VERIFYSTATUS option | Alessandro Ghedini | |
This option can be used to enable/disable certificate status verification using the "Certificate Status Request" TLS extension defined in RFC6066 section 8. This also adds the CURLE_SSL_INVALIDCERTSTATUS error, to be used when the certificate status verification fails, and the Curl_ssl_cert_status_request() function, used to check whether the SSL backend supports the status_request extension. | |||
2015-01-16 | TheArtOfHttpScripting: skip the date at the top, we have git | Daniel Stenberg | |
2015-01-16 | TheArtOfHttpScripting: phrase it TLS lib agnostic | Daniel Stenberg | |
2015-01-16 | TODO: Added some SMB ideas | Steve Holme | |
2015-01-08 | THANKS: 14 new contributors from the 7.40.0 release notes | Daniel Stenberg | |
2014-12-31 | sepheaders.c: Applied curl oding standards | Steve Holme | |
2014-12-31 | sepheaders.c: Fixed resource leak on failure | Julien Nabet | |
2014-12-28 | TODO: 2.3 Better support for same name resolves | Daniel Stenberg | |
2014-12-27 | docs: Updated following the addition of SASL GSSAPI via GSS-API libraries | Steve Holme | |
As this feature has been implemented for 7.40.0. | |||
2014-12-27 | asiohiper.cpp: No need to initialise members of ConnInfo | Steve Holme | |
...as calloc() automatically clears the area of memory with zeros. | |||
2014-12-27 | asiohiper.cpp: Updated for curl coding standards | Steve Holme | |
...with the exception of the start of block statement curly brackets. | |||
2014-12-27 | code/docs: Use correct case for IPv4 and IPv6 | Steve Holme | |
For consistency, as we seem to have a bit of a mixed bag, changed all instances of ipv4 and ipv6 in comments and documentations to use the correct case. | |||
2014-12-26 | code/docs: Use Unix rather than UNIX to avoid use of the trademark | Steve Holme | |
Use Unix when generically writing about Unix based systems as UNIX is the trademark and should only be used in a particular product's name. | |||
2014-12-15 | KNOWN_BUGS: the SFTP code doesn't support CURLINFO_FILETIME | Daniel Stenberg | |
2014-12-15 | opts: Warn CURLOPT_TIMEOUT overrides when set after CURLOPT_TIMEOUT_MS | Jay Satiro | |
Change CURLOPT_TIMEOUT doc to warn that if CURLOPT_TIMEOUT and CURLOPT_TIMEOUT_MS are both set whichever one is set last is the one that will be used. Prior to this change that behavior was only noted in the CURLOPT_TIMEOUT_MS doc. | |||
2014-12-13 | synctime.c: added own user-agent string. | Guenter Knauf | |
2014-12-13 | synctime.c: removed another timeserver URL. | Guenter Knauf | |
worldtimeserver.com seems also no longer available. | |||
2014-12-13 | synctime.c: fixed timeserver URLs. | Guenter Knauf | |
For getting the date header its not necessary to access special pages or even CGI scripts - all pages including the main index reply with the date header, therefore shortened URLs to domain. Removed worldtime.com; added pool.ntp.org. | |||
2014-12-10 | TODO: Cache negative name resolves | Daniel Stenberg | |
Worth exploring | |||
2014-12-09 | synctime.c: fixed user-agent setting. | Guenter Knauf | |
Some websites meanwhile refuse to reply to requests from ancient browsers like IE6, therefore I've comment out this setting, but also fixed the string to now fake IE8 if someone enables it. | |||
2014-12-06 | Makefile.inc: Added our standard header and updated file formatting | Steve Holme | |
2014-12-05 | build: updated dependencies in makefiles. | Guenter Knauf | |