summaryrefslogtreecommitdiff
path: root/src/httpfetch.cpp
Commit message (Expand)AuthorAge
* 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