index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
httpfetch.h
Age
Commit message (
Expand
)
Author
2022-01-01
Print announce error response (#11878)
ShadowNinja
2020-07-29
Add PUT and DELETE request + specific method value to HTTP API (#9909)
Lejo
2017-10-09
Travis: Update clang from 4.0 to 5.0 (#6467)
Loïc Blot
2017-08-18
Modernize various files (part 2)
Loic Blot
2017-08-17
C++ modernize: Pragma once (#6264)
Loïc Blot
2017-06-17
Cpp11 initializers 2 (#5999)
Loïc Blot
2017-04-23
LINT fix
Loic Blot
2017-04-20
Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)
Loïc Blot
2016-02-22
Add Lua interface to HTTPFetchRequest
Jeija
2015-05-19
Replace instances of std::map<std::string, std::string> with StringMap
kwolekr
2014-09-18
Reduce indentation of HTTPFetchOngoing
ShadowNinja
2014-06-30
Add support for multipart/form-data to HTTPFetch for server announcing
ShadowNinja
2014-01-07
Send long announce as POST, show OS in useragent
proller
2013-12-13
Replace any direct curl usage by httpfetch
sapier
2013-12-13
Use httpfetch_async in serverlist announce code
Kahrl
2013-12-13
Implement httpfetch module and initialize it from main()
Kahrl