aboutsummaryrefslogtreecommitdiff
path: root/src/httpfetch.cpp
AgeCommit message (Expand)Author
2014-09-18Use configured bind_address for HTTPFetchShadowNinja
2014-09-18Reduce indentation of HTTPFetchOngoingShadowNinja
2014-06-30Add support for multipart/form-data to HTTPFetch for server announcingShadowNinja
2014-06-29Add support for Android 2.3+sapier
2014-04-27Remove dependency on marshal and many other async changesShadowNinja
2014-04-09Add support for named threads (atm linux only)sapier
2014-01-23Include system info in the HTTP user agent on WindowsSfan5
2014-01-16Deindent HTTPFetchRequest::HTTPFetchRequest()ShadowNinja
2014-01-15Make default User-agent follow RFC 2616ShadowNinja
2014-01-15Fix building with MinGWSfan5
2014-01-10Fix check for max_fd == -1 should actually be max_fd != -1sapier
2014-01-10Make MutexQueue use jsemaphore for signalingsapier
2014-01-07Send long announce as POST, show OS in useragentproller
2013-12-24Use sleep_ms instead of select in httpfetch when max_fd == -1, fixes WSAEINVALKahrl
2013-12-16Fix broken httpfetch due to SimpleThread removalsapier
2013-12-16Fix MSVC compiling issueBlockMen
2013-12-15Replace SimpleThread by JThread now implementing same featuressapier
2013-12-13Replace any direct curl usage by httpfetchsapier
2013-12-13Use httpfetch_async in serverlist announce codeKahrl
2013-12-13Implement httpfetch module and initialize it from main()Kahrl