Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-24 | Use sleep_ms instead of select in httpfetch when max_fd == -1, fixes WSAEINVAL | Kahrl | |
2013-12-16 | Fix broken httpfetch due to SimpleThread removal | sapier | |
2013-12-16 | Fix MSVC compiling issue | BlockMen | |
2013-12-15 | Replace SimpleThread by JThread now implementing same features | sapier | |
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.) |