aboutsummaryrefslogtreecommitdiff
path: root/src/httpfetch.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace instances of std::map<std::string, std::string> with StringMapkwolekr2015-05-191-3/+2
| | | | | | Also, clean up surrounding code style Replace by-value parameter passing with const refs when possible Fix post-increment of iterators
* Reduce indentation of HTTPFetchOngoingShadowNinja2014-09-181-8/+8
| | | | Also clean up some related things.
* Add support for multipart/form-data to HTTPFetch for server announcingShadowNinja2014-06-301-3/+10
|
* Send long announce as POST, show OS in useragentproller2014-01-071-8/+1
| | | | | Add lag reporting to masterserver (average dtime) StyledWriter -> FastWriter in masterserver announce
* Replace any direct curl usage by httpfetchsapier2013-12-131-0/+2
|
* Use httpfetch_async in serverlist announce codeKahrl2013-12-131-0/+3
|
* Implement httpfetch module and initialize it from main()Kahrl2013-12-131-0/+126
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.)