]> git.lizzy.rs Git - minetest.git/history - src/httpfetch.cpp
Handle the newly added TOCLIENT_ACCESS_DENIED and TOCLIENT_DELETE_PARTICLESPAWNER
[minetest.git] / src / httpfetch.cpp
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()