Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-27 | KNOWN_BUGS: HTTP/2 server push enabled when no pushes can be accepted | Daniel Stenberg | |
Closes #927 | |||
2016-10-27 | KNOWN_BUGS: c-ares deviates from stock resolver on http://1346569778 | Daniel Stenberg | |
Closes #893 | |||
2016-10-27 | SECURITY: minor updates | Daniel Stenberg | |
- we allow the security push up to 48 hours before the release - add a mention about possible pre-notifications - lower case the 'curl-security' title | |||
2016-10-27 | docs: fix req->data in multi-uv example | Andrei Sedoi | |
Closes #1088 | |||
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 | |
See #1084 | |||
2016-10-24 | mk-ca-bundle.1: document -k | Daniel Stenberg | |
Brought in 1ad2bdcf110266c. Now does HTTPS by default and needs -k to fall back to plain HTTP. | |||
2016-10-23 | INSTALL.md: Updated minimum file sizes for 7.50.3 | Dan Fandrich | |
2016-10-21 | INSTALL: converted to markdown => INSTALL.md | Daniel Stenberg | |
Also heavily edited for content. Removed lots of old cruft that we added like 10+ years ago that is likely incorrect by now. Also removed INSTALL.devcpp for same reason. | |||
2016-10-18 | s/cURL/curl | Daniel Stenberg | |
The tool was never called cURL, only the project. But even so, we have more and more over time switched to just use lower case. | |||
2016-10-17 | HTTP2: mention the tool's limited support | Daniel Stenberg | |
2016-10-16 | KNOWN_BUGS: two more existing problems | Daniel Stenberg | |
2016-10-16 | KNOWN_BUGS: minor formatting edit | Daniel Stenberg | |
2016-10-10 | dist: remove PDF and HTML converted docs from the releases | Daniel Stenberg | |
2016-10-08 | TODO: build: Enable PIE and RELRO by default | Daniel Stenberg | |
2016-10-08 | TODO: Support better than MD5 hostkey hash (for ssh) | Daniel Stenberg | |
2016-10-06 | TODO: Introduce --fail-fast to exit on first transfer fail | Daniel Stenberg | |
See #1054 | |||
2016-10-06 | TODO: Leave secure cookies alone | Daniel Stenberg | |
2016-10-06 | CURLOPT_DEBUGFUNCTION.3: unused argument warning (#1056) | Rainer Müller | |
The 'userp' argument is unused in this example code. | |||
2016-10-05 | TODO: TCP Fast Open for windows | Daniel Stenberg | |
2016-10-04 | CURLOPT_KEEP_SENDING_ON_ERROR.3: mention when it is added | Daniel Stenberg | |
2016-10-04 | TODO: Add easy argument to formpost functions | Daniel Stenberg | |
2016-10-01 | FAQ: Fix typos in section 5.14 (#1047) | Stephen Brokenshire | |
Type required for YourClass::func C++ function (using size_t in line with the documentation for CURLOPT_WRITEFUNCTION) and missing second colon when specifying the static function for CURLOPT_WRITEFUNCTION. | |||
2016-09-30 | KNOWN_BUGS: Fix typos in section 5.8. | Sebastian Mundry | |
Closes #1046 | |||
2016-09-30 | CONTRIBUTE.md: Fix typo in 'About pull requests' section. (#1045) | mundry | |
2016-09-30 | curl.1: --trace supports % for sending to stderr! | Daniel Stenberg | |
2016-09-26 | KNOWN_BUGS: 5.8 configure finding libs in wrong directory | Daniel Stenberg | |
2016-09-23 | SECURITY: remove the top ascii logo | Daniel Stenberg | |
2016-09-22 | New libcurl option to keep sending on error | Michael Kaufmann | |
Add the new option CURLOPT_KEEP_SENDING_ON_ERROR to control whether sending the request body shall be completed when the server responds early with an error status code. This is suitable for manual NTLM authentication. Reviewed-by: Jay Satiro Closes https://github.com/curl/curl/pull/904 | |||
2016-09-21 | docs: Remove that --proto is just used for initial retrieval | Jay Satiro | |
.. and add that --proto-redir and CURLOPT_REDIR_PROTOCOLS do not override protocols denied by --proto and CURLOPT_PROTOCOLS. - Add a test to enforce: --proto deny must override --proto-redir allow Closes https://github.com/curl/curl/pull/1031 | |||
2016-09-20 | curl_global_cleanup.3: don't unload the lib with sub threads running | Daniel Stenberg | |
Discussed in #997 Assisted-by: Jay Satiro | |||
2016-09-20 | MAIL-ETIQUETTE: language | Daniel Stenberg | |
2016-09-19 | TODO: Add PINNEDPUBLICKEY - HPKP compatibility, HSTS & HPKP | rugk | |
Closes #1025 Closes #1026 Closes #1027 | |||
2016-09-19 | TODO: Support SSLKEYLOGFILE | Daniel Stenberg | |
2016-09-18 | CURLOPT_PINNEDPUBLICKEY.3: fix the AVAILABILITY formatting | Jay Satiro | |
2016-09-18 | examples/imap-append: Set size of data to be uploaded | Jay Satiro | |
Prior to this commit this example failed with error 'Cannot APPEND with unknown input file size'. Bug: https://github.com/curl/curl/issues/1008 Reported-by: lukaszgn@users.noreply.github.com Closes https://github.com/curl/curl/pull/1011 | |||
2016-09-16 | LICENSE-MIXING.md: update with mbedTLS dual licensing | Tony Kelman | |
Recent versions of mbedTLS are available under either Apache 2.0 or GPL 2.0, see https://tls.mbed.org/how-to-get Closes #1019 | |||
2016-09-16 | KNOWN_BUGS: chunked-encoded requests with HTTP/2 is fixed | Daniel Stenberg | |
2016-09-14 | THANKS: updated with curl 7.50.3 contributors | Daniel Stenberg | |
2016-09-12 | CODE_STYLE: fix long-line guideline | Jay Satiro | |
- Change maximum allowed line length from 80 to 79. | |||
2016-09-11 | CODE_STYLE: add column alignment section | Jay Satiro | |
Note that since the added examples are for column alignment I had to encapsulate with ~~~c markdown to preserve their alignment. | |||
2016-09-07 | errors: new alias CURLE_WEIRD_SERVER_REPLY (8) | Jay Satiro | |
Since we're using CURLE_FTP_WEIRD_SERVER_REPLY in imap, pop3 and smtp as more of a generic "failed to parse" introduce an alias without FTP in the name. Closes https://github.com/curl/curl/pull/975 | |||
2016-09-07 | HISTORY: remove ascii logo to render nicer on web | Daniel Stenberg | |
2016-09-07 | THANKS: updated for 7.50.2 | Daniel Stenberg | |
2016-09-04 | speed caps: not based on average speeds anymore | Olivier Brunel | |
Speed limits (from CURLOPT_MAX_RECV_SPEED_LARGE & CURLOPT_MAX_SEND_SPEED_LARGE) were applied simply by comparing limits with the cumulative average speed of the entire transfer; While this might work at times with good/constant connections, in other cases it can result to the limits simply being "ignored" for more than "short bursts" (as told in man page). Consider a download that goes on much slower than the limit for some time (because bandwidth is used elsewhere, server is slow, whatever the reason), then once things get better, curl would simply ignore the limit up until the average speed (since the beginning of the transfer) reached the limit. This could prove the limit useless to effectively avoid using the entire bandwidth (at least for quite some time). So instead, we now use a "moving starting point" as reference, and every time at least as much as the limit as been transferred, we can reset this starting point to the current position. This gets a good limiting effect that applies to the "current speed" with instant reactivity (in case of sudden speed burst). Closes #971 | |||
2016-09-03 | HISTORY.md: the multi socket was put in the wrong year! | Daniel Stenberg | |
2016-09-01 | CURLMOPT_PIPELINING.3: language | Daniel Stenberg | |
2016-09-01 | CURLMOPT_PIPELINING.3: extended and clarified | Daniel Stenberg | |
Especially in regards to the multiplexing part. | |||
2016-08-31 | KNOWN_BUGS: Move the Visual Studio project shortcomings from local README | Steve Holme | |