]> git.lizzy.rs Git - dragonfireclient.git/history - src/httpfetch.cpp
Add support for named threads (atm linux only)
[dragonfireclient.git] / src / httpfetch.cpp
2014-04-09 sapierAdd support for named threads (atm linux only)
2014-01-23 Sfan5Include system info in the HTTP user agent on Windows
2014-01-17 ShadowNinjaDeindent HTTPFetchRequest::HTTPFetchRequest()
2014-01-15 ShadowNinjaMake default User-agent follow RFC 2616
2014-01-15 Sfan5Fix building with MinGW
2014-01-10 sapierFix check for max_fd == -1 should actually be max_fd...
2014-01-10 sapierMake MutexQueue use jsemaphore for signaling
2014-01-06 prollerSend long announce as POST, show OS in useragent
2013-12-24 KahrlUse sleep_ms instead of select in httpfetch when max_fd...
2013-12-16 sapierFix broken httpfetch due to SimpleThread removal
2013-12-16 BlockMenFix MSVC compiling issue
2013-12-15 sapierReplace SimpleThread by JThread now implementing same...
2013-12-13 sapierReplace any direct curl usage by httpfetch
2013-12-13 KahrlUse httpfetch_async in serverlist announce code
2013-12-13 KahrlImplement httpfetch module and initialize it from main()