]> git.mxchange.org Git - simgear.git/history - simgear/io/HTTPClient.cxx
Ensure individual log-level setting works.
[simgear.git] / simgear / io / HTTPClient.cxx
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...