]> git.ipfire.org Git - thirdparty/curl.git/commit
tool_operate: split up the huge single_transfer into sub functions 15385/head
authorDaniel Stenberg <daniel@haxx.se>
Wed, 23 Oct 2024 09:56:29 +0000 (11:56 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 23 Oct 2024 21:12:54 +0000 (23:12 +0200)
commit59831f80616328e8c1812d0c95387745a7a9f17e
treecece6f1b5008512d3f417c3c5b8c551a6d3cfc4c
parent30da1f5974d34841b30c4fac3fa5837386f15589
tool_operate: split up the huge single_transfer into sub functions

- split up in a few smaller and easier to read functions
- simplify several sections
- avoid superfluous extra allocations
- remove unused debug code

Closes #15385
src/tool_operate.c
src/tool_operate.h
src/tool_urlglob.c
src/tool_urlglob.h
src/tool_writeout.c