curl/tests/libtest
Stefan Eissing fbcf10ab84
progress: fx CURLINFO time reporting
Whack the times reported for a transfer (see
https://curl.se/libcurl/c/curl_easy_getinfo.html#TIMES) into order for
all variations of up-/download, http/ftp etc. Make sure they are
reported in the documented order.

There is still the *possibility* of PRETRANSFER being longer then
POSTTRANSFER, if a server sends a response before an upload is done.
POST is the time the first response byte is received, and PRE is the
time the last byte was sent by curl.

This may happen with more likelihood on HTTP/2 and 3 for a server
rejected upload. But for successful uploads, the answer will almost over
come afterwards.

Undo the previous twists in lib500.c tests, adjust pytest timeline
checks.

Fixes #21828
Reported-by: BazaarAcc32 on github
Closes #21843
2026-06-07 14:39:10 +02:00
..
.gitignore tests: always make bundles, adapt build and tests 2025-06-14 21:08:23 +02:00
cli_ftp_upload.c tidy-up: miscellaneous 2025-12-12 04:18:48 +01:00
cli_h2_pausing.c libtests: drop two redundant memset()s 2026-02-20 17:15:49 +01:00
cli_h2_serverpush.c build: use more const 2026-02-02 12:32:49 +01:00
cli_h2_upgrade_extreme.c build: fix -Wformat-signedness by adjusting printf masks 2026-04-16 10:32:50 +02:00
cli_hx_download.c tidy-up: miscellaneous 2026-05-20 00:50:43 +02:00
cli_hx_upload.c cmake: add CURL_GCC_ANALYZER option, enable in CI, fix/silence 2026-03-16 11:49:34 +01:00
cli_tls_session_reuse.c tidy-up: miscellaneous 2026-04-14 01:08:32 +02:00
cli_upload_pausing.c tidy-up: miscellaneous 2026-05-16 01:56:17 +02:00
cli_ws_data.c build: fix -Wformat-signedness by adjusting printf masks 2026-04-16 10:32:50 +02:00
cli_ws_pingpong.c build: fix -Wformat-signedness by adjusting printf masks 2026-04-16 10:32:50 +02:00
CMakeLists.txt cmake: rename testbins target to tt, restore internal option 2026-03-01 00:24:47 +01:00
first.c tidy-up: miscellaneous 2026-06-01 22:33:57 +02:00
first.h tidy-up: miscellaneous 2026-06-01 22:33:57 +02:00
lib500.c progress: fx CURLINFO time reporting 2026-06-07 14:39:10 +02:00
lib501.c tidy-up: miscellaneous 2026-06-01 22:33:57 +02:00
lib502.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib503.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib504.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib505.c lib505: tidy up slist pointer use 2026-06-01 23:36:04 +02:00
lib506.c lib506: rename CURLcode variable to result 2026-04-17 12:09:14 +02:00
lib507.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib508.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib509.c build: tidy up and dedupe strdup functions 2026-02-03 14:02:30 +01:00
lib510.c clang-tidy: avoid/silence bugprone-not-null-terminated-result 2026-02-25 22:11:05 +01:00
lib511.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib512.c tests: rename more CURLcode variables to result 2026-01-26 05:46:48 +01:00
lib513.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib514.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib515.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib516.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib517.c parsedate: refactor 2026-04-21 14:22:07 +02:00
lib518.c tidy-up: miscellaneous 2026-06-01 22:33:57 +02:00
lib519.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib520.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib521.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib523.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib524.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib525.c build: move curl stat struct type to the curlx namespace 2026-02-04 02:07:16 +01:00
lib526.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib530.c multi: improve wakeup and wait code 2026-03-21 11:58:24 +01:00
lib533.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib536.c tidy-up: use test/example domains more 2026-06-02 15:31:48 +02:00
lib537.c tidy-up: miscellaneous 2026-06-01 22:33:57 +02:00
lib539.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib540.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib541.c build: move curl stat struct type to the curlx namespace 2026-02-04 02:07:16 +01:00
lib542.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib543.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib544.c tests: replace strcpy() with curlx_strcopy() 2025-12-23 22:25:39 +01:00
lib547.c clang-tidy: avoid/silence bugprone-not-null-terminated-result 2026-02-25 22:11:05 +01:00
lib549.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib552.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib553.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib554.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib555.c clang-tidy: avoid/silence bugprone-not-null-terminated-result 2026-02-25 22:11:05 +01:00
lib556.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib557.c tidy-up: miscellaneous 2026-06-05 16:57:38 +02:00
lib558.c tidy-up: rename Curl_safefree()/tool_safefree() to curlx_safefree() 2026-04-01 19:53:53 +02:00
lib559.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib560.c badwords: avoid 'simply' 2026-03-10 19:34:06 +01:00
lib562.c tidy-up: miscellaneous 2026-01-15 13:06:13 +01:00
lib564.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib566.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib567.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib568.c build: move curl stat struct type to the curlx namespace 2026-02-04 02:07:16 +01:00
lib569.c build: use more const 2026-02-02 12:32:49 +01:00
lib570.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib571.c tidy-up: miscellaneous 2026-02-01 00:54:23 +01:00
lib572.c build: move curl stat struct type to the curlx namespace 2026-02-04 02:07:16 +01:00
lib573.c clang-tidy: drop redundant casts 2026-02-19 15:27:17 +01:00
lib574.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib575.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib576.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib578.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib579.c clang-tidy: avoid/silence bugprone-not-null-terminated-result 2026-02-25 22:11:05 +01:00
lib582.c clang-tidy: enable readability-math-missing-parentheses, adjust code 2026-02-23 18:57:40 +01:00
lib583.c tidy-up: miscellaneous 2026-06-05 16:57:38 +02:00
lib586.c tests: rename more CURLcode variables to result 2026-01-26 05:46:48 +01:00
lib589.c mimepost: allocate main struct on-demand 2026-01-12 16:21:02 +01:00
lib590.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib591.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib597.c clang-tidy: enable readability-math-missing-parentheses, adjust code 2026-02-23 18:57:40 +01:00
lib598.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib599.c tidy-up: miscellaneous 2026-06-05 16:57:38 +02:00
lib643.c tests: rename more CURLcode variables to result 2026-01-26 05:46:48 +01:00
lib650.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib651.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib652.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib653.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib654.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib655.c lib: make resolving HTTPS DNS records reliable: 2026-04-01 15:36:31 +02:00
lib658.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib659.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib661.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib666.c clang-tidy: enable readability-math-missing-parentheses, adjust code 2026-02-23 18:57:40 +01:00
lib667.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib668.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib670.c tidy-up: miscellaneous 2026-06-05 16:57:38 +02:00
lib674.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib676.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib677.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib678.c tidy-up: use curlx_safefree() 2026-05-21 01:31:03 +02:00
lib694.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib695.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib751.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib753.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib757.c clang-tidy: avoid/silence bugprone-not-null-terminated-result 2026-02-25 22:11:05 +01:00
lib758.c multi: improve wakeup and wait code 2026-03-21 11:58:24 +01:00
lib766.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1156.c tests: rename more CURLcode variables to result 2026-01-26 05:46:48 +01:00
lib1301.c tests: constify command-line arguments 2025-07-29 13:44:50 +02:00
lib1308.c tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
lib1485.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1500.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1501.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1502.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1506.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1507.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1508.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1509.c tidy-up: miscellaneous 2026-02-01 00:54:23 +01:00
lib1510.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1511.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1512.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1513.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1514.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1515.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1517.c tidy-up: miscellaneous 2026-02-01 00:54:23 +01:00
lib1518.c tidy-up: miscellaneous 2026-06-01 22:33:57 +02:00
lib1520.c clang-tidy: avoid/silence bugprone-not-null-terminated-result 2026-02-25 22:11:05 +01:00
lib1522.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1523.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1525.c clang-tidy: avoid/silence bugprone-not-null-terminated-result 2026-02-25 22:11:05 +01:00
lib1526.c clang-tidy: avoid/silence bugprone-not-null-terminated-result 2026-02-25 22:11:05 +01:00
lib1527.c clang-tidy: avoid/silence bugprone-not-null-terminated-result 2026-02-25 22:11:05 +01:00
lib1528.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1529.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1530.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1531.c clang-tidy: avoid/silence bugprone-not-null-terminated-result 2026-02-25 22:11:05 +01:00
lib1532.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1533.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1534.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1535.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1536.c build: use more const 2026-02-02 12:32:49 +01:00
lib1537.c tidy-up: miscellaneous 2026-06-01 22:33:57 +02:00
lib1538.c tidy-up: miscellaneous 2026-06-05 16:57:38 +02:00
lib1540.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1541.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1542.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1545.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1549.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1550.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1551.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1552.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1553.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1554.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1555.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1556.c tidy-up: move literals to right-side of if expressions (where missing) 2026-02-07 16:41:51 +01:00
lib1557.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1558.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1559.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1560.c tidy-up: miscellaneous 2026-06-05 16:57:38 +02:00
lib1564.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1565.c build: fix -Wformat-signedness by adjusting printf masks 2026-04-16 10:32:50 +02:00
lib1567.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1568.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1569.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1571.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1576.c clang-tidy: avoid/silence bugprone-not-null-terminated-result 2026-02-25 22:11:05 +01:00
lib1582.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1587.c tidy-up: sort TLS backends, distros, alphabetically 2026-05-11 11:57:25 +02:00
lib1588.c tidy-up: a cmake warning message and a variable name 2026-04-28 09:07:27 +02:00
lib1589.c setopt: changing the proxy port is also a proxy change 2026-05-04 00:14:06 +02:00
lib1591.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1592.c tidy-up: miscellaneous 2026-06-01 22:33:57 +02:00
lib1593.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1594.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1597.c build: fix -Wformat-signedness by adjusting printf masks 2026-04-16 10:32:50 +02:00
lib1598.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1599.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1647.c url: detect proxy changes read from environment 2026-05-19 17:14:16 +02:00
lib1648.c tidy-up: miscellaneous 2026-05-27 16:53:57 +02:00
lib1649.c transfer: clear referer when set to NULL 2026-05-26 10:04:40 +02:00
lib1662.c clang-tidy: avoid/silence bugprone-not-null-terminated-result 2026-02-25 22:11:05 +01:00
lib1900.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1901.c tidy-up: miscellaneous 2026-06-05 16:57:38 +02:00
lib1902.c tidy-up: miscellaneous 2026-06-05 16:57:38 +02:00
lib1903.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1905.c build: stop overriding standard memory allocation functions 2025-11-28 10:44:26 +01:00
lib1906.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1907.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1908.c tidy-up: miscellaneous 2026-06-01 22:33:57 +02:00
lib1910.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1911.c tidy-up: miscellaneous 2026-06-01 22:33:57 +02:00
lib1912.c GHA: enable -Wunused-macros in clang-tidy jobs 2026-05-16 01:17:41 +02:00
lib1913.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1915.c tidy-up: miscellaneous 2026-06-05 16:57:38 +02:00
lib1916.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1918.c tidy-up: one more round of formatting nits 2025-12-04 19:30:59 +01:00
lib1919.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1920.c tidy-up: miscellaneous 2026-06-05 16:57:38 +02:00
lib1921.c urlapi: handle redirect without set scheme with default-scheme 2026-05-16 11:46:16 +02:00
lib1933.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1934.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1935.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1936.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1937.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1938.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1939.c tidy-up: miscellaneous 2026-06-01 22:33:57 +02:00
lib1940.c http: fix for unfolding line starting with TAB 2025-12-19 10:52:39 +01:00
lib1945.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1947.c build: fix -Wformat-signedness by adjusting printf masks 2026-04-16 10:32:50 +02:00
lib1948.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1955.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1956.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1957.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1958.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1959.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1960.c lib1960: fix test failure 2026-04-20 00:44:21 +02:00
lib1964.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1965.c tidy-up: miscellaneous 2026-04-14 01:08:32 +02:00
lib1967.c urlapi: fix redirect handling if CURLU_NO_GUESS_SCHEME is set 2026-05-22 07:48:20 +02:00
lib1970.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1971.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1972.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1973.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1974.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1975.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib1977.c tidy-up: miscellaneous 2026-06-01 22:33:57 +02:00
lib1978.c creds: hold credentials 2026-05-12 16:05:15 +02:00
lib2023.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib2032.c tests: rename more CURLcode variables to result 2026-01-26 05:46:48 +01:00
lib2082.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib2301.c GHA: enable -Wunused-macros in clang-tidy jobs 2026-05-16 01:17:41 +02:00
lib2302.c tidy-up: drop stray casts for allocated pointers 2026-06-05 12:24:01 +02:00
lib2304.c GHA: enable -Wunused-macros in clang-tidy jobs 2026-05-16 01:17:41 +02:00
lib2306.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib2308.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib2309.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib2402.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib2404.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib2405.c tidy-up: miscellaneous 2026-06-05 16:57:38 +02:00
lib2502.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib2504.c urldata: move cookiehost to struct SingleRequest 2026-04-14 16:59:11 +02:00
lib2505.c transfer: clear the old autoreferer 2026-04-15 10:15:25 +02:00
lib2506.c http: clear credentials better on redirect 2026-04-16 21:51:41 +02:00
lib2700.c tidy-up: miscellaneous 2026-06-05 16:57:38 +02:00
lib3010.c build: use more const 2026-02-02 12:32:49 +01:00
lib3025.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib3026.c build: drop redundant HAVE_PTHREAD_H guard 2026-03-30 18:57:07 +02:00
lib3027.c tidy-up: miscellaneous 2026-06-01 22:33:57 +02:00
lib3033.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib3034.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib3100.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib3101.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib3102.c tidy-up: miscellaneous 2026-04-14 01:08:32 +02:00
lib3103.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib3104.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib3105.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
lib3207.c tidy-up: miscellaneous 2026-05-20 00:50:43 +02:00
lib3208.c tests: rename CURLMcode variables to mresult 2025-12-17 08:55:12 +01:00
Makefile.am autotools: limit checksrc target to ignore non-repo test sources 2026-03-12 01:45:24 +01:00
Makefile.inc transfer: clear referer when set to NULL 2026-05-26 10:04:40 +02:00
memptr.c build: tidy up and dedupe strdup functions 2026-02-03 14:02:30 +01:00
mk-lib1521.pl ECH: cleanups 2026-05-08 13:09:45 +02:00
test307.pl perl: harden external command invocations 2026-03-26 14:20:07 +01:00
test610.pl scripts: enable strict warnings in Perl where missing, fix fallouts 2025-07-27 22:35:18 +02:00
test613.pl tidy-up: miscellaneous 2026-06-01 22:33:57 +02:00
test1013.pl tidy-up: miscellaneous 2026-04-14 01:08:32 +02:00
test1022.pl tidy-up: miscellaneous 2026-04-14 01:08:32 +02:00
testtrace.c build: use more const 2026-02-02 12:32:49 +01:00
testtrace.h tests/libtest: consistent variable naming for easy/multi/share handles 2025-10-31 23:44:21 +01:00
testutil.c lib: use (u)int64_t instead of long long 2026-01-10 12:40:54 +01:00
testutil.h tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
unitcheck.h units: drop redundant pointer check and workaround 2026-06-01 22:36:40 +02:00