summaryrefslogtreecommitdiff
path: root/src/httpfetch.cpp
Commit message (Collapse)AuthorAge
* Make default User-agent follow RFC 2616ShadowNinja2014-01-15
|
* Fix building with MinGWSfan52014-01-15
|
* Fix check for max_fd == -1 should actually be max_fd != -1sapier2014-01-10
|
* Make MutexQueue use jsemaphore for signalingsapier2014-01-10
|
* Send long announce as POST, show OS in useragentproller2014-01-07
| | | | | Add lag reporting to masterserver (average dtime) StyledWriter -> FastWriter in masterserver announce
* Use sleep_ms instead of select in httpfetch when max_fd == -1, fixes WSAEINVALKahrl2013-12-24
|
* Fix broken httpfetch due to SimpleThread removalsapier2013-12-16
|
* Fix MSVC compiling issueBlockMen2013-12-16
|
* Replace SimpleThread by JThread now implementing same featuressapier2013-12-15
|
* Replace any direct curl usage by httpfetchsapier2013-12-13
|
* Use httpfetch_async in serverlist announce codeKahrl2013-12-13
|
* Implement httpfetch module and initialize it from main()Kahrl2013-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.)