Allow taking screenshots of formspecs and move message to chat
[oweals/minetest.git] / src / httpfetch.cpp
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()