Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-18 | Reduce indentation of HTTPFetchOngoing | ShadowNinja | |
Also clean up some related things. | |||
2014-06-30 | Add support for multipart/form-data to HTTPFetch for server announcing | ShadowNinja | |
2014-01-07 | Send long announce as POST, show OS in useragent | proller | |
Add lag reporting to masterserver (average dtime) StyledWriter -> FastWriter in masterserver announce | |||
2013-12-13 | Replace any direct curl usage by httpfetch | sapier | |
2013-12-13 | Use httpfetch_async in serverlist announce code | Kahrl | |
2013-12-13 | Implement httpfetch module and initialize it from main() | Kahrl | |
Add curl_parallel_limit setting that will replace media_fetch_threads in a later commit. Fix a typo in MutexedQueue::pop_back() that made it impossible to compile code that used this function. (Noticed this while implementing httpfetch.) |