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.cpp
Age
Commit message (
Expand
)
Author
2022-01-01
Print announce error response (#11878)
ShadowNinja
2021-06-23
Rework Settings to support arbitrary hierarchies (#11352)
sfan5
2021-04-02
Sort out cURL timeouts and increase default
sfan5
2020-07-29
Add PUT and DELETE request + specific method value to HTTP API (#9909)
Lejo
2019-03-18
httpfetch: Disable IPv6 here too if requested by settings (#8399)
sfan5
2018-04-19
Add online content repository
rubenwardy
2017-11-04
httpfetch: Enable gzip support
sfan5
2017-08-30
Remove DSTACK support (#6346)
Loïc Blot
2017-08-24
Network cleanup (#6302)
Loïc Blot
2017-08-20
Modernize code: very last fixes (#6290)
Loïc Blot
2017-06-17
Cpp11 initializers 2 (#5999)
Loïc Blot
2017-06-06
Use C++11 mutexes only (remove compat code) (#5922)
Loïc Blot
2017-04-20
Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)
Loïc Blot
2017-04-19
Fix various copy instead of const ref reported by cppcheck (#5615)
Loïc Blot
2016-02-22
Add Lua interface to HTTPFetchRequest
Jeija
2016-02-22
Fix HTTPFetchRequest performing a GET request if post_data is supplied
Jeija
2015-10-14
Rename macros with two leading underscores
ShadowNinja
2015-10-14
Always use errorstream for DEBUG_EXCEPTION_HANDLER
ShadowNinja
2015-08-23
Clean up threading
ShadowNinja
2015-05-19
Replace instances of std::map<std::string, std::string> with StringMap
kwolekr
2015-04-27
Revert the upper-case PROJECT_NAME nonsense that was part of #2402
sfan5
2015-04-01
Move globals from main.cpp to more sane locations
Craig Robbins
2015-03-27
Clean up and tweak build system
ShadowNinja
2015-03-07
For usages of assert() that are meant to persist in Release builds (when NDEB...
Craig Robbins
2015-03-05
Use std::queue for HTTPFetchRequest and std::vector for log_output instead of...
Loic Blot
2015-02-12
Remove unused variables to make clang happy
Loic Blot
2014-09-18
Use configured bind_address for HTTPFetch
ShadowNinja
2014-09-18
Reduce indentation of HTTPFetchOngoing
ShadowNinja
2014-06-30
Add support for multipart/form-data to HTTPFetch for server announcing
ShadowNinja
2014-06-29
Add support for Android 2.3+
sapier
2014-04-27
Remove dependency on marshal and many other async changes
ShadowNinja
2014-04-09
Add support for named threads (atm linux only)
sapier
2014-01-23
Include system info in the HTTP user agent on Windows
Sfan5
2014-01-16
Deindent HTTPFetchRequest::HTTPFetchRequest()
ShadowNinja
2014-01-15
Make default User-agent follow RFC 2616
ShadowNinja
2014-01-15
Fix building with MinGW
Sfan5
2014-01-10
Fix check for max_fd == -1 should actually be max_fd != -1
sapier
2014-01-10
Make MutexQueue use jsemaphore for signaling
sapier
2014-01-07
Send long announce as POST, show OS in useragent
proller
2013-12-24
Use sleep_ms instead of select in httpfetch when max_fd == -1, fixes WSAEINVAL
Kahrl
2013-12-16
Fix broken httpfetch due to SimpleThread removal
sapier
2013-12-16
Fix MSVC compiling issue
BlockMen
2013-12-15
Replace SimpleThread by JThread now implementing same features
sapier
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