aboutsummaryrefslogtreecommitdiff
path: root/src/httpfetch.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Print announce error response (#11878)ShadowNinja2022-01-011-10/+17
* Add PUT and DELETE request + specific method value to HTTP API (#9909)Lejo2020-07-291-5/+17
* Travis: Update clang from 4.0 to 5.0 (#6467)Loïc Blot2017-10-091-2/+2
* Modernize various files (part 2)Loic Blot2017-08-181-1/+1
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-4/+1
* Cpp11 initializers 2 (#5999)Loïc Blot2017-06-171-17/+12
* LINT fixLoic Blot2017-04-231-22/+13
* Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot2017-04-201-19/+17
* Add Lua interface to HTTPFetchRequestJeija2016-02-221-0/+3
* Replace instances of std::map<std::string, std::string> with StringMapkwolekr2015-05-191-3/+2
* Reduce indentation of HTTPFetchOngoingShadowNinja2014-09-181-8/+8
* Add support for multipart/form-data to HTTPFetch for server announcingShadowNinja2014-06-301-3/+10
* Send long announce as POST, show OS in useragentproller2014-01-071-8/+1
* Replace any direct curl usage by httpfetchsapier2013-12-131-0/+2
* Use httpfetch_async in serverlist announce codeKahrl2013-12-131-0/+3
* Implement httpfetch module and initialize it from main()Kahrl2013-12-131-0/+126