Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup: misc typos in strings and comments | luz.paz | 2018-03-16 | 1 | -1/+1 |
| | | | | | | Found via `codespell` Closes #2389 | ||||
* | TODO: remove "sha-256 digest", added in 2b5b37cb9109e7c2 | Daniel Stenberg | 2018-02-23 | 1 | -10/+0 |
| | |||||
* | TODO: warning if curl version is not in sync with libcurl version | Daniel Stenberg | 2018-02-20 | 1 | -0/+8 |
| | |||||
* | TODO: "Support in-memory certs/ca certs/keys" | Daniel Stenberg | 2018-02-18 | 1 | -15/+7 |
| | | | | | | | | removed SSLKEYLOGFILE support (fixed) removed "consider SSL patches" (outdated) Closes #2310 | ||||
* | TODO: 1.1 Option to refuse usernames in URLs | Daniel Stenberg | 2018-02-16 | 1 | -0/+17 |
| | | | | Also expanded the CURL_REFUSE_CLEARTEXT section with more ideas. | ||||
* | TODO: 1.7 Support HTTP/2 for HTTP(S) proxies | Daniel Stenberg | 2018-02-16 | 1 | -0/+5 |
| | |||||
* | TODO: 18.18 retry on network is unreachable | Daniel Stenberg | 2018-02-15 | 1 | -0/+13 |
| | | | | Closes #1603 | ||||
* | TODO fixed: Detect when called from within callbacks | Björn Stenberg | 2018-02-15 | 1 | -7/+0 |
| | | | | Closes #2302 | ||||
* | TODO: UTF-8 filenames in Content-Disposition | Daniel Stenberg | 2018-01-28 | 1 | -0/+8 |
| | | | | Closes #1888 | ||||
* | TODO: hardcode the "localhost" addresses | Daniel Stenberg | 2018-01-25 | 1 | -0/+12 |
| | |||||
* | TODO: CURL_REFUSE_CLEARTEXT | Daniel Stenberg | 2018-01-25 | 1 | -0/+10 |
| | | | | An idea that popped up in discussions on twitter. | ||||
* | TODO: two possible name resolver improvements | Daniel Stenberg | 2018-01-20 | 1 | -0/+21 |
| | |||||
* | TODO: Expose tried IP addresses that failed | Daniel Stenberg | 2017-12-11 | 1 | -0/+8 |
| | | | | | | Suggested-by: Rainer Canavan Closes #2126 | ||||
* | TODO: ignore private IP addresses in PASV response | Daniel Stenberg | 2017-11-14 | 1 | -7/+14 |
| | | | | Closes #1455 | ||||
* | HTTP: implement Brotli content encoding | Patrick Monnerat | 2017-11-05 | 1 | -11/+4 |
| | | | | | | | | | | | | 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. | ||||
* | HTTP: support multiple Content-Encodings | Patrick Monnerat | 2017-11-05 | 1 | -7/+0 |
| | | | | | | | | | | 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 | ||||
* | TODO: support multiple Content-Encodings | Daniel Bankhead | 2017-10-28 | 1 | -2/+9 |
| | | | | Closes #2002 | ||||
* | TODO: remove deprecated form API items. | Patrick Monnerat | 2017-10-01 | 1 | -46/+0 |
| | |||||
* | docs: Update to secure URL versions | Viktor Szakats | 2017-09-04 | 1 | -1/+1 |
| | |||||
* | TODO: 1.10 auto-detect proxy | Daniel Stenberg | 2017-07-05 | 1 | -0/+13 |
| | | | | Closes #1572 | ||||
* | TODO: HTTP proxy CONNECT is non-blocking now | Daniel Stenberg | 2017-07-05 | 1 | -1/+0 |
| | |||||
* | http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASH | Daniel Stenberg | 2017-06-19 | 1 | -18/+0 |
| | | | | | | | | | | | ... 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 | ||||
* | TODO: update the TOC too | Daniel Stenberg | 2017-06-18 | 1 | -0/+1 |
| | |||||
* | TODO: implement support for CURLOPT_PREQUOTE with SFTP | Daniel Stenberg | 2017-06-18 | 1 | -0/+4 |
| | | | | | | | ... also updated the CURLOPT_PREQUOTE.3 man page to mention the correct protocol support. Closes #1514 | ||||
* | curl: prevent binary output spewed to terminal | Daniel Stenberg | 2017-06-16 | 1 | -6/+0 |
| | | | | | | | | | ... 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 | ||||
* | TODO: the generated include file is gone | Daniel Stenberg | 2017-06-15 | 1 | -28/+0 |
| | | | | ... since commit 73a2fcea0b | ||||
* | TODO: 6.4 is done, send telnet data in chunks | Daniel Stenberg | 2017-05-25 | 1 | -6/+0 |
| | |||||
* | maketgz: Run updatemanpages.pl to update man pages | Steve Brokenshire | 2017-03-07 | 1 | -7/+0 |
| | | | | | | | | | 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 | ||||
* | fix some typos in the doc (#1306) | Sylvestre Ledru | 2017-03-04 | 1 | -5/+5 |
| | |||||
* | TODO: "OPTIONS *" | Daniel Stenberg | 2017-02-23 | 1 | -1/+18 |
| | | | | Closes #1280 | ||||
* | TODO: HTTP Digest using SHA-256 | Daniel Stenberg | 2017-02-22 | 1 | -0/+10 |
| | |||||
* | TODO: brotli is deployed widely now | Daniel Stenberg | 2017-02-22 | 1 | -5/+3 |
| | |||||
* | TODO: CURLOPT_RESOLVE for any port number | Daniel Stenberg | 2017-02-20 | 1 | -1/+10 |
| | | | | Closes #1264 | ||||
* | TODO: consider file name from the redirected URL with -O ? | Daniel Stenberg | 2017-02-15 | 1 | -0/+20 |
| | | | | | | | It isn't easily solved, but with some thinking someone could probably come up with a working approach? Closes #1241 | ||||
* | TODO: remove "Support TLS v1.3" | Daniel Stenberg | 2017-01-27 | 1 | -9/+0 |
| | | | | Support is trickling in already. | ||||
* | docs: non-blocking SSL handshake is now supported with NSS | Kamil Dudka | 2017-01-19 | 1 | -1/+0 |
| | | | | | | Implemented since curl-7_36_0-130-g8868a22 Reported-by: Fahim Chandurwala | ||||
* | TODO: share OpenSSL contexts | Daniel Stenberg | 2017-01-17 | 1 | -2/+8 |
| | | | | | | | By supporting this, subsequent connects would load a lot less data from disk. Closes #1110 | ||||
* | TODO: send only part of --data | Daniel Stenberg | 2017-01-14 | 1 | -0/+9 |
| | | | | Closes #1200 | ||||
* | TODO: implemened "--fail-fast to exit on first transfer fail" | Daniel Stenberg | 2017-01-14 | 1 | -11/+2 |
| | | | | Even though it is called --fail-early | ||||
* | TODO: Chunked transfer multipart formpost | Daniel Stenberg | 2017-01-14 | 1 | -0/+11 |
| | | | | Closes #1139 | ||||
* | TODO: Improve formpost API, not just add an easy argument | Daniel Stenberg | 2017-01-14 | 1 | -6/+6 |
| | |||||
* | TODO: removed "HTTPS proxy" | Daniel Stenberg | 2016-11-25 | 1 | -11/+0 |
| | |||||
* | http2: Use huge HTTP/2 windows | Jay Satiro | 2016-11-16 | 1 | -8/+0 |
| | | | | | | | | - 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 | ||||
* | s/cURL/curl | Daniel Stenberg | 2016-11-07 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | TODO: remove IDNA2008 | Daniel Stenberg | 2016-10-31 | 1 | -7/+0 |
| | |||||
* | TODO: indent code to make it render properly | Daniel Stenberg | 2016-10-24 | 1 | -5/+5 |
| | |||||
* | TODO: Remove the generated include file | Daniel Stenberg | 2016-10-24 | 1 | -0/+27 |
| | |||||
* | TODO: add "--retry should resume" | Daniel Stenberg | 2016-10-24 | 1 | -0/+10 |
| | | | | See #1084 | ||||
* | s/cURL/curl | Daniel Stenberg | 2016-10-18 | 1 | -3/+3 |
| | | | | | 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. | ||||
* | TODO: build: Enable PIE and RELRO by default | Daniel Stenberg | 2016-10-08 | 1 | -0/+14 |
| |