curl-curl/tests/server
Viktor Szakats 96fa42c7c0
build: tidy up local lseek() mappings
- stop redefining system symbol `lseek`, by introducing `curl_lseek()`.
- handle AmigaOS quirk within the macro mapping.
- add missing parenthesis to `LSEEK_ERROR` values.
- tool_util: use curl `lseek` macros in `tool_ftruncate64()`.
- move `LSEEK_ERROR` to right-hand side of if expressions.
- checksrc: disallow direct uses of `_lseeki64`, `llseek`, `lseek`.

Closes #20488
2026-02-01 17:29:39 +01:00
..
.checksrc build: stop overriding standard memory allocation functions 2025-11-28 10:44:26 +01:00
.gitignore tests: always make bundles, adapt build and tests 2025-06-14 21:08:23 +02:00
CMakeLists.txt localtime: detect thread-safe alternatives and use them 2025-12-16 14:30:06 +01:00
dnsd.c tidy-up: miscellaneous 2026-02-01 00:54:23 +01:00
first.c build: drop duplicate C includes 2026-01-14 00:55:05 +01:00
first.h tests/server: use CURL_PRINTF(), drop -Wformat-nonliteral workaround 2026-01-13 14:27:27 +01:00
getpart.c tests: rename more CURLcode variables to result 2026-01-26 05:46:48 +01:00
Makefile.am localtime: detect thread-safe alternatives and use them 2025-12-16 14:30:06 +01:00
Makefile.inc curlx: curlx_strcopy() instead of strcpy() 2025-12-22 23:01:05 +01:00
mqttd.c tests/server: drop stray casts from swrite/sread arguments 2026-01-28 15:09:52 +01:00
resolve.c tests/server: fix initialization on Windows Vista+ 2025-12-15 02:14:28 +01:00
rtspd.c build: constify memchr()/strchr()/etc result variables 2026-01-25 12:21:54 +01:00
sockfilt.c tests/server/sockfilt: avoid possible endless loop on Windows 2026-01-29 23:25:36 +01:00
socksd.c tests/server: replace 4 remaining send() calls with swrite() 2026-01-28 15:09:51 +01:00
sws.c build: constify memchr()/strchr()/etc result variables (cont.) 2026-01-25 14:20:37 +01:00
tftpd.c build: tidy up local lseek() mappings 2026-02-01 17:29:39 +01:00
util.c tests/server: tidy-up error messages (Windows) 2026-01-29 22:53:23 +01:00