History log of /curl/docs/INTERNALS.md (Results 51 – 63 of 63)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_61_0, curl-7_60_0, curl-7_59_0, curl-7_58_0, curl-7_57_0
# de67c259 14-Nov-2017 Daniel Stenberg

INTERNALS: we may use libidn2 now, not libidn


# 11bf1796 05-Nov-2017 Patrick Monnerat

HTTP: implement Brotli content encoding

This uses the brotli external library (https://github.com/google/brotli).
Brotli becomes a feature: additional curl_version_info() bit and
str

HTTP: implement Brotli content encoding

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.

show more ...


# 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 ...


# 647f9aea 30-Oct-2017 Daniel Stenberg

INTERNALS: remove curlx_tv* functions no longer provided


Revision tags: curl-7_56_1
# 1d0c8dea 20-Oct-2017 Daniel Bankhead

TODO: support multiple Content-Encodings

Closes #2002


Revision tags: curl-7_56_0, curl-7_55_1
# 13ef623a 08-Aug-2017 Viktor Szakats

docs/comments: Update to secure URL versions

Closes #1741


Revision tags: curl-7_55_0, curl-7_54_1, curl-7_54_0, curl-7_53_1, curl-7_53_0
# a08db496 20-Jan-2017 Daniel Stenberg

axtls: adapt to API changes

Builds with axTLS 2.1.2. This then also breaks compatibility with axTLS
< 2.1.0 (the older API)

... and fix the session_id mixup brought in 04b4ee549

axtls: adapt to API changes

Builds with axTLS 2.1.2. This then also breaks compatibility with axTLS
< 2.1.0 (the older API)

... and fix the session_id mixup brought in 04b4ee549

Fixes #1220

show more ...


# 77350cef 24-Jan-2017 railsnewbie257

INTERNALS.md: language improvements

Closes #1226


Revision tags: curl-7_52_1, curl-7_52_0
# 771f3f22 15-Nov-2016 Alex Chan

docs: Spelling fixes


Revision tags: curl-7_51_0
# 164ee10b 31-Oct-2016 Jay Satiro

INTERNALS: better markdown (follow-up)

- Wrap more words with underscores in backticks.

Follow-up to 13f4913.


# 13f49133 30-Oct-2016 Daniel Stenberg

INTERNALS: better markdown

words with underscore need to be within `these`

Bug: https://github.com/curl/curl-www/issues/19
Reported-by : Jay Satiro


Revision tags: curl-7_50_3, curl-7_50_2
# a032a6f2 25-Aug-2016 Daniel Stenberg

INTERNALS: fix title


# d263e830 09-Aug-2016 Daniel Stenberg

INTERNALS.md: use markdown extension for markdown content


123