curl/scripts
Stefan Eissing 1ad2009ad6
multi: add new information extraction method
Adds `curl_off_t curl_multi_get_offt(CURLM *multi_handle, CURLMinfo_offt
info)` to the multi interface with enums:

* CURLMINFO_XFERS_CURRENT: current number of transfers
* CURLMINFO_XFERS_RUNNING: number of running transfers
* CURLMINFO_XFERS_PENDING: number of pending transfers
* CURLMINFO_XFERS_DONE: number of finished transfers to read
* CURLMINFO_XFERS_ADDED: total number of transfers added, ever

Add documentation for functions and info enums.

Add use in the curl command line tool to replace two static
variables counting the same "from the outside".

refs #17870
Closes #17992
2025-08-04 23:48:57 +02:00
..
2025-07-12 08:59:44 +02:00
2025-07-12 08:59:44 +02:00
2025-07-13 11:52:08 +02:00
2025-07-29 09:45:07 +02:00
2025-01-27 20:59:47 +01:00
2025-08-01 16:02:54 +02:00
2025-05-27 09:29:43 +02:00