summaryrefslogtreecommitdiff
path: root/docs/TODO
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: misc typos in strings and commentsluz.paz2018-03-161-1/+1
| | | | | | Found via `codespell` Closes #2389
* TODO: remove "sha-256 digest", added in 2b5b37cb9109e7c2Daniel Stenberg2018-02-231-10/+0
|
* TODO: warning if curl version is not in sync with libcurl versionDaniel Stenberg2018-02-201-0/+8
|
* TODO: "Support in-memory certs/ca certs/keys"Daniel Stenberg2018-02-181-15/+7
| | | | | | | | removed SSLKEYLOGFILE support (fixed) removed "consider SSL patches" (outdated) Closes #2310
* TODO: 1.1 Option to refuse usernames in URLsDaniel Stenberg2018-02-161-0/+17
| | | | Also expanded the CURL_REFUSE_CLEARTEXT section with more ideas.
* TODO: 1.7 Support HTTP/2 for HTTP(S) proxiesDaniel Stenberg2018-02-161-0/+5
|
* TODO: 18.18 retry on network is unreachableDaniel Stenberg2018-02-151-0/+13
| | | | Closes #1603
* TODO fixed: Detect when called from within callbacksBjörn Stenberg2018-02-151-7/+0
| | | | Closes #2302
* TODO: UTF-8 filenames in Content-DispositionDaniel Stenberg2018-01-281-0/+8
| | | | Closes #1888
* TODO: hardcode the "localhost" addressesDaniel Stenberg2018-01-251-0/+12
|
* TODO: CURL_REFUSE_CLEARTEXTDaniel Stenberg2018-01-251-0/+10
| | | | An idea that popped up in discussions on twitter.
* TODO: two possible name resolver improvementsDaniel Stenberg2018-01-201-0/+21
|
* TODO: Expose tried IP addresses that failedDaniel Stenberg2017-12-111-0/+8
| | | | | | Suggested-by: Rainer Canavan Closes #2126
* TODO: ignore private IP addresses in PASV responseDaniel Stenberg2017-11-141-7/+14
| | | | Closes #1455
* HTTP: implement Brotli content encodingPatrick Monnerat2017-11-051-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-EncodingsPatrick Monnerat2017-11-051-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-EncodingsDaniel Bankhead2017-10-281-2/+9
| | | | Closes #2002
* TODO: remove deprecated form API items.Patrick Monnerat2017-10-011-46/+0
|
* docs: Update to secure URL versionsViktor Szakats2017-09-041-1/+1
|
* TODO: 1.10 auto-detect proxyDaniel Stenberg2017-07-051-0/+13
| | | | Closes #1572
* TODO: HTTP proxy CONNECT is non-blocking nowDaniel Stenberg2017-07-051-1/+0
|
* http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg2017-06-191-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 tooDaniel Stenberg2017-06-181-0/+1
|
* TODO: implement support for CURLOPT_PREQUOTE with SFTPDaniel Stenberg2017-06-181-0/+4
| | | | | | | ... also updated the CURLOPT_PREQUOTE.3 man page to mention the correct protocol support. Closes #1514
* curl: prevent binary output spewed to terminalDaniel Stenberg2017-06-161-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 goneDaniel Stenberg2017-06-151-28/+0
| | | | ... since commit 73a2fcea0b
* TODO: 6.4 is done, send telnet data in chunksDaniel Stenberg2017-05-251-6/+0
|
* maketgz: Run updatemanpages.pl to update man pagesSteve Brokenshire2017-03-071-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 Ledru2017-03-041-5/+5
|
* TODO: "OPTIONS *"Daniel Stenberg2017-02-231-1/+18
| | | | Closes #1280
* TODO: HTTP Digest using SHA-256Daniel Stenberg2017-02-221-0/+10
|
* TODO: brotli is deployed widely nowDaniel Stenberg2017-02-221-5/+3
|
* TODO: CURLOPT_RESOLVE for any port numberDaniel Stenberg2017-02-201-1/+10
| | | | Closes #1264
* TODO: consider file name from the redirected URL with -O ?Daniel Stenberg2017-02-151-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 Stenberg2017-01-271-9/+0
| | | | Support is trickling in already.
* docs: non-blocking SSL handshake is now supported with NSSKamil Dudka2017-01-191-1/+0
| | | | | | Implemented since curl-7_36_0-130-g8868a22 Reported-by: Fahim Chandurwala
* TODO: share OpenSSL contextsDaniel Stenberg2017-01-171-2/+8
| | | | | | | By supporting this, subsequent connects would load a lot less data from disk. Closes #1110
* TODO: send only part of --dataDaniel Stenberg2017-01-141-0/+9
| | | | Closes #1200
* TODO: implemened "--fail-fast to exit on first transfer fail"Daniel Stenberg2017-01-141-11/+2
| | | | Even though it is called --fail-early
* TODO: Chunked transfer multipart formpostDaniel Stenberg2017-01-141-0/+11
| | | | Closes #1139
* TODO: Improve formpost API, not just add an easy argumentDaniel Stenberg2017-01-141-6/+6
|
* TODO: removed "HTTPS proxy"Daniel Stenberg2016-11-251-11/+0
|
* http2: Use huge HTTP/2 windowsJay Satiro2016-11-161-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/curlDaniel Stenberg2016-11-071-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 IDNA2008Daniel Stenberg2016-10-311-7/+0
|
* TODO: indent code to make it render properlyDaniel Stenberg2016-10-241-5/+5
|
* TODO: Remove the generated include fileDaniel Stenberg2016-10-241-0/+27
|
* TODO: add "--retry should resume"Daniel Stenberg2016-10-241-0/+10
| | | | See #1084
* s/cURL/curlDaniel Stenberg2016-10-181-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 defaultDaniel Stenberg2016-10-081-0/+14
|