Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Reduce indentation of HTTPFetchOngoing | ShadowNinja | 2014-09-18 |
| | | | | Also clean up some related things. | ||
* | Add support for multipart/form-data to HTTPFetch for server announcing | ShadowNinja | 2014-06-30 |
| | |||
* | Send long announce as POST, show OS in useragent | proller | 2014-01-07 |
| | | | | | Add lag reporting to masterserver (average dtime) StyledWriter -> FastWriter in masterserver announce | ||
* | 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 | 2013-12-13 |
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.) |