#
dbcced8e |
| 05-Nov-2017 |
Patrick Monnerat |
HTTP: support multiple Content-Encodings This is implemented as an output streaming stack of unencoders, the last calling the client write procedure. New test 230 checks this fe
HTTP: support multiple Content-Encodings 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
show more ...
|
#
1d0c8dea |
| 20-Oct-2017 |
Daniel Bankhead |
TODO: support multiple Content-Encodings Closes #2002
|
#
3ac14ab3 |
| 01-Oct-2017 |
Patrick Monnerat |
TODO: remove deprecated form API items.
|
#
1c8725e6 |
| 04-Sep-2017 |
Viktor Szakats |
docs: Update to secure URL versions
|
#
da08c867 |
| 05-Jul-2017 |
Daniel Stenberg |
TODO: 1.10 auto-detect proxy Closes #1572
|
#
add0f711 |
| 05-Jul-2017 |
Daniel Stenberg |
TODO: HTTP proxy CONNECT is non-blocking now
|
#
b778ae4c |
| 19-Jun-2017 |
Daniel Stenberg |
http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASH ... to enable sending "OPTIONS *" which wasn't possible previously. This option currently only works for HTTP. Add
http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASH ... 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
show more ...
|
#
c095d7b5 |
| 17-Jun-2017 |
Daniel Stenberg |
TODO: update the TOC too
|
#
8bc9cabd |
| 17-Jun-2017 |
Daniel Stenberg |
TODO: implement support for CURLOPT_PREQUOTE with SFTP ... also updated the CURLOPT_PREQUOTE.3 man page to mention the correct protocol support. Closes #1514
|
#
5385450a |
| 16-Jun-2017 |
Daniel Stenberg |
curl: prevent binary output spewed to terminal ... unless "--output -" is used. Binary detection is done by simply checking for a binary zero in early data. Added test 1425 1426
curl: prevent binary output spewed to terminal ... 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
show more ...
|
#
4d1147ae |
| 15-Jun-2017 |
Daniel Stenberg |
TODO: the generated include file is gone ... since commit 73a2fcea0b
|
#
d90b729c |
| 25-May-2017 |
Daniel Stenberg |
TODO: 6.4 is done, send telnet data in chunks
|
Revision tags: curl-7_53_1, curl-7_53_0, curl-7_52_1, curl-7_52_0, curl-7_51_0 |
|
#
beff139d |
| 07-Oct-2016 |
Steve Brokenshire |
maketgz: Run updatemanpages.pl to update man pages maketgz now runs scripts/updatemanpages.pl to update the man pages .TH section to use the current date and curl/libcurl version.
maketgz: Run updatemanpages.pl to update man pages 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
show more ...
|
#
658b9a20 |
| 04-Mar-2017 |
Sylvestre Ledru |
fix some typos in the doc (#1306)
|
#
ed74c644 |
| 23-Feb-2017 |
Daniel Stenberg |
TODO: "OPTIONS *" Closes #1280
|
#
f57eb1f8 |
| 22-Feb-2017 |
Daniel Stenberg |
TODO: HTTP Digest using SHA-256
|
#
b702a4d8 |
| 22-Feb-2017 |
Daniel Stenberg |
TODO: brotli is deployed widely now
|
#
73ef4ed6 |
| 20-Feb-2017 |
Daniel Stenberg |
TODO: CURLOPT_RESOLVE for any port number Closes #1264
|
#
c2127b44 |
| 15-Feb-2017 |
Daniel Stenberg |
TODO: consider file name from the redirected URL with -O ? It isn't easily solved, but with some thinking someone could probably come up with a working approach? Closes #1241
|
#
07440578 |
| 27-Jan-2017 |
Daniel Stenberg |
TODO: remove "Support TLS v1.3" Support is trickling in already.
|
#
f1261b12 |
| 19-Jan-2017 |
Kamil Dudka |
docs: non-blocking SSL handshake is now supported with NSS Implemented since curl-7_36_0-130-g8868a22 Reported-by: Fahim Chandurwala
|
#
25543b83 |
| 17-Jan-2017 |
Daniel Stenberg |
TODO: share OpenSSL contexts By supporting this, subsequent connects would load a lot less data from disk. Closes #1110
|
#
e3b91146 |
| 14-Jan-2017 |
Daniel Stenberg |
TODO: send only part of --data Closes #1200
|
#
535a29c0 |
| 14-Jan-2017 |
Daniel Stenberg |
TODO: implemened "--fail-fast to exit on first transfer fail" Even though it is called --fail-early
|
#
9dea60e5 |
| 14-Jan-2017 |
Daniel Stenberg |
TODO: Chunked transfer multipart formpost Closes #1139
|