]> git.mxchange.org Git - simgear.git/history - simgear/io/HTTPClient.cxx
More libCurl version guards.
[simgear.git] / simgear / io / HTTPClient.cxx
2016-08-13 James TurnerMore libCurl version guards.
2016-08-13 James TurnerGuard usage of CURLMOPT_MAX_TOTAL_CONNECTIONS
2016-08-13 James TurnerRemove non-CURL HTTP option.
2016-04-14 James TurnerHTTP request cancellation
2016-03-24 James TurnerHTTP/curl - pick up sleep value
2016-03-22 James TurnerHTTP/curl - transfer byte metric work
2016-03-22 James TurnerDisable HTTP pipelining if the connection closes.
2016-03-01 James TurnerExpose more pipelining controls on HTTP code
2016-02-25 James TurnerFix a nasty bug in non-libCurl HTTP pipelining.
2016-02-25 James TurnerFix compilation with older versions of libCurl.
2016-02-24 James TurnerFix for libCurl pipelining and connection count.
2016-01-03 James TurnerFixes for stalling scenery downloads.
2015-12-11 Erik HofmanFix two comparison between signed and unsigned integer...
2015-11-22 James TurnerOptional use libCurl as the HTTP client.
2015-11-22 James TurnerEOL cleanups.
2015-09-21 James TurnerFix error case on HTTPClient
2014-02-24 James TurnerHTTP: improve handling of connection errors
2014-01-07 James TurnerHTTP: tweak response parsing.
2014-01-07 James TurnerHTTP: tweak for malformed header handling.
2013-11-06 James TurnerTweak HTTP code to always sleep.
2013-10-27 Thomas GeymayerHTTP: Rename urlretrieve/urlload to save/load.
2013-10-27 Thomas Geymayerio: refactor and improve HTTP modules.
2013-10-24 James TurnerAdd total bytes downloaded tracking.
2013-10-21 James TurnerSmoother download rate from HTTP
2013-10-20 James TurnerFail HTTP request with missing/illegal protocols.
2013-10-13 Thomas GeymayerHTTP: check url for scheme and report instead of failin...
2013-10-09 James TurnerRefactor HTTP content-encoding support.
2013-09-28 James TurnerHTTP: adjust request-connection assignment.
2013-09-27 James TurnerHTTP bugfix + enhancement.
2013-09-19 James Turnerrand(), not random(), for Windows.
2013-09-18 James TurnerFix HTTP unit test.
2013-09-18 James TurnerHTTP Client improvements
2013-06-09 James TurnerHTTP engine tweaks for SVN support.
2013-02-28 James TurnerFix some signed/unsigned comparisoms.
2013-02-20 James TurnerInitial work on package management.
2013-02-08 James TurnerFix GCC warnings about signed/unsigned compare.
2013-02-07 James TurnerFix handling of ZSTREAM_END result from zlib.
2012-12-29 James TurnerNotify all requests on name lookup failures.
2012-12-15 James TurnerImprove HTTP behaviour when name lookup fails.
2012-11-17 James TurnerTweak HTTP handling for POST requests.
2012-11-04 Thomas GeymayerFix signed/unsigned comparison warning
2012-10-29 Frederic BouvierNo bzero in MSVC
2012-10-27 James TurnerHTTP enhancements.
2012-04-23 James TurnerMerge commit 'refs/merge-requests/22' of git://gitoriou...
2011-09-02 Torsten DreyerMerge commit 'refs/merge-requests/7' of git://gitorious...
2011-08-25 Stuart BuchananMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-08-24 James TurnerFix a release build issue, meaning of IDLE state was...
2011-08-22 James TurnerRevert "Support non-blocking address lookups, and switc...
2011-08-21 James TurnerSupport non-blocking address lookups, and switch to...
2011-08-08 James TurnerTweaks to queuing of HTTP/1.0 connections, and tests...
2011-08-07 James TurnerUpdate HTTP code to support HTTP/1.0 responses, eg...
2011-08-04 James TurnerFurther HTTP improvements, correct proxy support, spec...
2011-07-30 James TurnerTweaks to HTTP code, in preparation for using it for...
2011-07-26 Stuart BuchananMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-07-25 Torsten DreyerDon't rely on simgear/version.h
2011-07-21 Stuart BuchananMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-07-19 James TurnerRemove some debug output, fix version.h include path
2011-07-19 James TurnerTiny HTTP client layer on top of NetChat - and CTest...