Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-28 | TODO: UTF-8 filenames in Content-Disposition | Daniel Stenberg | |
Closes #1888 | |||
2018-01-25 | TODO: hardcode the "localhost" addresses | Daniel Stenberg | |
2018-01-25 | TODO: CURL_REFUSE_CLEARTEXT | Daniel Stenberg | |
An idea that popped up in discussions on twitter. | |||
2018-01-20 | TODO: two possible name resolver improvements | Daniel Stenberg | |
2017-12-11 | TODO: Expose tried IP addresses that failed | Daniel Stenberg | |
Suggested-by: Rainer Canavan Closes #2126 | |||
2017-11-14 | TODO: ignore private IP addresses in PASV response | Daniel Stenberg | |
Closes #1455 | |||
2017-11-05 | HTTP: implement Brotli content encoding | Patrick Monnerat | |
This uses the brotli external library (https://github.com/google/brotli). Brotli becomes a feature: additional curl_version_info() bit and structure fields are provided for it and CURLVERSION_NOW bumped. Tests 314 and 315 check Brotli content unencoding with correct and erroneous data. Some tests are updated to accomodate with the now configuration dependent parameters of the Accept-Encoding header. | |||
2017-11-05 | HTTP: support multiple Content-Encodings | Patrick Monnerat | |
This is implemented as an output streaming stack of unencoders, the last calling the client write procedure. New test 230 checks this feature. Bug: https://github.com/curl/curl/pull/2002 Reported-By: Daniel Bankhead | |||
2017-10-28 | TODO: support multiple Content-Encodings | Daniel Bankhead | |
Closes #2002 | |||
2017-10-01 | TODO: remove deprecated form API items. | Patrick Monnerat | |
2017-09-04 | docs: Update to secure URL versions | Viktor Szakats | |
2017-07-05 | TODO: 1.10 auto-detect proxy | Daniel Stenberg | |
Closes #1572 | |||
2017-07-05 | TODO: HTTP proxy CONNECT is non-blocking now | Daniel Stenberg | |
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 | |