{"author":"Stefan Eissing","author_email":"stefan@eissing.org","author_time":1753255139,"commit_time":1754344137,"committer":"Daniel Stenberg","committer_email":"daniel@haxx.se","hash":"1ad2009ad63478ace18977ec5314f597f45ad084","message":"multi: add new information extraction method\n\nAdds `curl_off_t curl_multi_get_offt(CURLM *multi_handle, CURLMinfo_offt\ninfo)` to the multi interface with enums:\n\n* CURLMINFO_XFERS_CURRENT: current number of transfers\n* CURLMINFO_XFERS_RUNNING: number of running transfers\n* CURLMINFO_XFERS_PENDING: number of pending transfers\n* CURLMINFO_XFERS_DONE: number of finished transfers to read\n* CURLMINFO_XFERS_ADDED: total number of transfers added, ever\n\nAdd documentation for functions and info enums.\n\nAdd use in the curl command line tool to replace two static\nvariables counting the same \"from the outside\".\n\nrefs #17870\nCloses #17992\n","parents":["fadc4875670a0b0d484b710baa91b353957f4fe4"],"tree_hash":"fbfb40815e47391bb0e9af8b0df9919c6f8871ff"}