Fix bone-attached entities (#10015)
[oweals/minetest.git] / src / httpfetch.cpp
2019-03-18 sfan5httpfetch: Disable IPv6 here too if requested by settin...
2018-04-19 rubenwardyAdd online content repository
2017-11-04 sfan5httpfetch: Enable gzip support
2017-08-30 Loïc BlotRemove DSTACK support (#6346)
2017-08-24 Loïc BlotNetwork cleanup (#6302)
2017-08-20 Loïc BlotModernize code: very last fixes (#6290)
2017-06-17 Loïc BlotCpp11 initializers 2 (#5999)
2017-06-06 Loïc BlotUse C++11 mutexes only (remove compat code) (#5922)
2017-04-19 Loïc BlotFix various copy instead of const ref reported by cppch...
2017-04-19 Loïc BlotFix various copy instead of const ref reported by cppch...
2016-02-22 JeijaAdd Lua interface to HTTPFetchRequest
2016-02-22 JeijaFix HTTPFetchRequest performing a GET request if post_d...
2015-10-14 ShadowNinjaRename macros with two leading underscores
2015-10-14 ShadowNinjaAlways use errorstream for DEBUG_EXCEPTION_HANDLER
2015-08-24 ShadowNinjaClean up threading 2613/head
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 2402/head
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 1634/head
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+ 1408/head
2014-04-27 ShadowNinjaRemove dependency on marshal and many other async changes
2014-04-09 sapierAdd support for named threads (atm linux only) 1199/head
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()