]> git.lizzy.rs Git - dragonfireclient.git/history - src/httpfetch.cpp
Always use errorstream for DEBUG_EXCEPTION_HANDLER
[dragonfireclient.git] / src / httpfetch.cpp
2015-10-14 ShadowNinjaAlways use errorstream for DEBUG_EXCEPTION_HANDLER
2015-08-24 ShadowNinjaClean up threading
2015-05-19 kwolekrReplace instances of std::map<std::string, std::string...
2015-04-27 sfan5Revert the upper-case PROJECT_NAME nonsense that was...
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2015-03-27 ShadowNinjaClean up and tweak build system
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-03-05 Loic BlotUse std::queue for HTTPFetchRequest and std::vector...
2015-02-12 Loic BlotRemove unused variables to make clang happy
2014-09-19 ShadowNinjaUse configured bind_address for HTTPFetch
2014-09-19 ShadowNinjaReduce indentation of HTTPFetchOngoing
2014-06-30 ShadowNinjaAdd support for multipart/form-data to HTTPFetch for...
2014-06-29 sapierAdd support for Android 2.3+
2014-04-27 ShadowNinjaRemove dependency on marshal and many other async changes
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()