Translated using Weblate (Chinese (Simplified))
[oweals/minetest.git] / src / httpfetch.h
2017-10-09 Loïc BlotTravis: Update clang from 4.0 to 5.0 (#6467)
2017-08-18 Loic BlotModernize various files (part 2)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-06-17 Loïc BlotCpp11 initializers 2 (#5999)
2017-04-23 Loic BlotLINT fix
2017-04-19 Loïc BlotFix various copy instead of const ref reported by cppch...
2016-02-22 JeijaAdd Lua interface to HTTPFetchRequest
2015-05-19 kwolekrReplace instances of std::map<std::string, std::string...
2014-09-19 ShadowNinjaReduce indentation of HTTPFetchOngoing
2014-06-30 ShadowNinjaAdd support for multipart/form-data to HTTPFetch for...
2014-01-06 prollerSend long announce as POST, show OS in useragent
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()