]> git.ipfire.org Git - thirdparty/curl.git/commit
curltime: use libcurl time functions in src and tests/server
authorViktor Szakats <commit@vsz.me>
Sun, 9 Mar 2025 12:14:31 +0000 (13:14 +0100)
committerViktor Szakats <commit@vsz.me>
Wed, 12 Mar 2025 10:33:26 +0000 (11:33 +0100)
commit436d4a360a94a5b75331c70e5c985ecaaada466c
treeb51abd91aca19b26e9ce1bfa4fdcbc66c66a2925
parentb1faac80396c98976f5911a08a73dadbe07cdd75
curltime: use libcurl time functions in src and tests/server

The curl tool and tests/server used 2 parallel implementations
of libcurl's `Curl_now()` and `Curl_timediff()` functions.

Make them use the libcurl one.

Closes #16653
20 files changed:
lib/timeval.c
lib/timeval.h
projects/generate.bat
src/Makefile.inc
src/tool_cb_prg.c
src/tool_cb_prg.h
src/tool_cb_rea.c
src/tool_cfgable.h
src/tool_doswin.c
src/tool_operate.c
src/tool_operate.h
src/tool_progress.c
src/tool_progress.h
src/tool_setup.h
src/tool_util.c
src/tool_util.h
tests/server/Makefile.inc
tests/server/util.c
tests/server/util.h
winbuild/MakefileBuild.vc