Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-19 | http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASH | Daniel Stenberg | |
... to enable sending "OPTIONS *" which wasn't possible previously. This option currently only works for HTTP. Added test cases 1298 + 1299 to verify Fixes #1280 Closes #1462 | |||
2017-06-18 | TODO: update the TOC too | Daniel Stenberg | |
2017-06-18 | TODO: implement support for CURLOPT_PREQUOTE with SFTP | Daniel Stenberg | |
... also updated the CURLOPT_PREQUOTE.3 man page to mention the correct protocol support. Closes #1514 | |||
2017-06-16 | curl: prevent binary output spewed to terminal | Daniel Stenberg | |
... unless "--output -" is used. Binary detection is done by simply checking for a binary zero in early data. Added test 1425 1426 to verify. Closes #1512 | |||
2017-06-15 | TODO: the generated include file is gone | Daniel Stenberg | |
... since commit 73a2fcea0b | |||
2017-05-25 | TODO: 6.4 is done, send telnet data in chunks | Daniel Stenberg | |
2017-03-07 | maketgz: Run updatemanpages.pl to update man pages | Steve Brokenshire | |
maketgz now runs scripts/updatemanpages.pl to update the man pages .TH section to use the current date and curl/libcurl version. (TODO Section 3.1) Closes #1058 | |||
2017-03-04 | fix some typos in the doc (#1306) | Sylvestre Ledru | |
2017-02-23 | TODO: "OPTIONS *" | Daniel Stenberg | |
Closes #1280 | |||
2017-02-22 | TODO: HTTP Digest using SHA-256 | Daniel Stenberg | |
2017-02-22 | TODO: brotli is deployed widely now | Daniel Stenberg | |
2017-02-20 | TODO: CURLOPT_RESOLVE for any port number | Daniel Stenberg | |
Closes #1264 | |||
2017-02-15 | TODO: consider file name from the redirected URL with -O ? | Daniel Stenberg | |
It isn't easily solved, but with some thinking someone could probably come up with a working approach? Closes #1241 | |||
2017-01-27 | TODO: remove "Support TLS v1.3" | Daniel Stenberg | |
Support is trickling in already. | |||
2017-01-19 | docs: non-blocking SSL handshake is now supported with NSS | Kamil Dudka | |
Implemented since curl-7_36_0-130-g8868a22 Reported-by: Fahim Chandurwala | |||
2017-01-17 | TODO: share OpenSSL contexts | Daniel Stenberg | |
By supporting this, subsequent connects would load a lot less data from disk. Closes #1110 | |||
2017-01-14 | TODO: send only part of --data | Daniel Stenberg | |
Closes #1200 | |||
2017-01-14 | TODO: implemened "--fail-fast to exit on first transfer fail" | Daniel Stenberg | |
Even though it is called --fail-early | |||
2017-01-14 | TODO: Chunked transfer multipart formpost | Daniel Stenberg | |
Closes #1139 | |||
2017-01-14 | TODO: Improve formpost API, not just add an easy argument | Daniel Stenberg | |
2016-11-25 | TODO: removed "HTTPS proxy" | Daniel Stenberg | |
2016-11-16 | http2: Use huge HTTP/2 windows | Jay Satiro | |
- Improve performance by using a huge HTTP/2 window size. Bug: https://github.com/curl/curl/issues/1102 Reported-by: afrind@users.noreply.github.com Assisted-by: Tatsuhiro Tsujikawa | |||
2016-11-07 | s/cURL/curl | Daniel Stenberg | |
We're mostly saying just "curl" in lower case these days so here's a big cleanup to adapt to this reality. A few instances are left as the project could still formally be considered called cURL. | |||
2016-10-31 | TODO: remove IDNA2008 | Daniel Stenberg | |
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-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-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-05 | TODO: TCP Fast Open for windows | Daniel Stenberg | |
2016-10-04 | TODO: Add easy argument to formpost functions | 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-08-09 | TODO: added an SSH section and two SFTP things to do | Daniel Stenberg | |
2016-08-09 | TODO: remove the 1.22 duplicated item | Daniel Stenberg | |
2016-08-09 | TODO: move "CURLOPT_MAIL_CLIENT" to SMTP section | Daniel Stenberg | |
2016-08-09 | TODO: API for URL parsing/splitting | Daniel Stenberg | |
2016-08-09 | TODO: move QUIC to the HTTP section | Daniel Stenberg | |
2016-08-08 | TODO: Use huge HTTP/2 windows | Daniel Stenberg | |
2016-08-07 | TODO: added several ideas, removed SPDY | Daniel Stenberg | |
2016-08-03 | TODO: Provide cmake config-file | Daniel Stenberg | |
Closes #885 | |||
2016-07-26 | TODO: minor typo in last commit | Viktor Szakats | |
merged #931 | |||
2016-07-26 | TODO: Timeout idle connections from the pool | Daniel Stenberg | |
2016-06-30 | TODO: 17.4 also brings more HTTP/2 support | Daniel Stenberg | |
2016-06-30 | TODO: try next proxy if one doesn't work | Daniel Stenberg | |
Closes #896 | |||
2016-06-22 | TODO: "TCP Fast Open" is done, add monitor pool connections | Daniel Stenberg | |
2016-05-02 | TODO: 17.14 --fail without --location should treat 3xx as a failure | Daniel Stenberg | |
Closes #727 |