summaryrefslogtreecommitdiff
path: root/src/httpfetch.cpp
Commit message (Expand)AuthorAge
* httpfetch: Enable gzip supportsfan52018-06-03
* Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot2017-04-20
* Fix various copy instead of const ref reported by cppcheck (#5615)Loïc Blot2017-04-19
* Add Lua interface to HTTPFetchRequestJeija2016-02-22
* Fix HTTPFetchRequest performing a GET request if post_data is suppliedJeija2016-02-22
* Rename macros with two leading underscoresShadowNinja2015-10-14
* Always use errorstream for DEBUG_EXCEPTION_HANDLERShadowNinja2015-10-14
* Clean up threadingShadowNinja2015-08-23
* Replace instances of std::map<std::string, std::string> with StringMapkwolekr2015-05-19
* Revert the upper-case PROJECT_NAME nonsense that was part of #2402sfan52015-04-27
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-01
* Clean up and tweak build systemShadowNinja2015-03-27
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-07
* Use std::queue for HTTPFetchRequest and std::vector for log_output instead of...Loic Blot2015-03-05
* Remove unused variables to make clang happyLoic Blot2015-02-12
* Use configured bind_address for HTTPFetchShadowNinja2014-09-18
* Reduce indentation of HTTPFetchOngoingShadowNinja2014-09-18
* Add support for multipart/form-data to HTTPFetch for server announcingShadowNinja2014-06-30
* Add support for Android 2.3+sapier2014-06-29
* Remove dependency on marshal and many other async changesShadowNinja2014-04-27
* Add support for named threads (atm linux only)sapier2014-04-09
* Include system info in the HTTP user agent on WindowsSfan52014-01-23
* Deindent HTTPFetchRequest::HTTPFetchRequest()ShadowNinja2014-01-16
* Make default User-agent follow RFC 2616ShadowNinja2014-01-15
* Fix building with MinGWSfan52014-01-15
* Fix check for max_fd == -1 should actually be max_fd != -1sapier2014-01-10
* Make MutexQueue use jsemaphore for signalingsapier2014-01-10
* Send long announce as POST, show OS in useragentproller2014-01-07
* Use sleep_ms instead of select in httpfetch when max_fd == -1, fixes WSAEINVALKahrl2013-12-24
* Fix broken httpfetch due to SimpleThread removalsapier2013-12-16
* Fix MSVC compiling issueBlockMen2013-12-16
* Replace SimpleThread by JThread now implementing same featuressapier2013-12-15
* Replace any direct curl usage by httpfetchsapier2013-12-13
* Use httpfetch_async in serverlist announce codeKahrl2013-12-13
* Implement httpfetch module and initialize it from main()Kahrl2013-12-13