Files
curl/docs
Viktor Szakats c730c8549b build: make CURL_FORMAT_CURL_OFF_T[U] work with mingw-w64 <=7.0.0
Add tweak for mingw-w64 when building tests/http/client programs to
avoid a bogus `-Wformat` warning when using mingw-w64 v7.0.0 or older.
The warning is bogus because these programs use curl's `printf()`
implementation that is guaranteed to support that format spec.

Add this for both CMake and autotools. (But only CMake is CI tested with
an old toolchain.)

Apply the workaround to `docs/examples`, and fix an example to use
curl's `printf()` with `CURL_FORMAT_CURL_OFF_T`.

Reintroduce curl `printf()` calls into `tests/http/client`, via #14625.
Also restore large number masks to a printf, changed earlier in #14382.

Follow-up to 232302f88a #14382
Ref: https://github.com/curl/curl/pull/14625#issuecomment-2302361737

Closes #14640
2024-08-22 10:45:04 +02:00
..
2024-08-07 14:51:09 +02:00
2024-08-12 23:35:56 +02:00
2024-08-12 23:35:56 +02:00
2024-08-07 23:41:27 +02:00
2024-07-01 16:45:17 +02:00
2024-07-19 17:03:25 +02:00
2024-07-12 13:56:16 +02:00
2024-08-04 19:17:45 +02:00
2024-08-04 19:17:45 +02:00
2024-08-20 00:44:10 +02:00
2024-08-04 19:17:45 +02:00
2024-08-04 19:17:45 +02:00
2024-08-20 00:44:10 +02:00
2024-08-04 23:28:09 +02:00
2024-06-27 13:33:30 +02:00
2024-08-20 00:44:10 +02:00
2024-08-21 07:48:57 +02:00
2024-08-16 16:05:36 +02:00

curl logo

Documentation

You find a mix of various documentation in this directory and subdirectories, using several different formats. Some of them are not ideal for reading directly in your browser.

If you would rather see the rendered version of the documentation, check out the curl website's documentation section for general curl stuff or the libcurl section for libcurl related documentation.