]> git.mxchange.org Git - simgear.git/history - simgear/io/HTTPClient.cxx
Fix a crash where hostlookup fails entirely, thanks to Andreas Gaeb for the catch.
[simgear.git] / simgear / io / HTTPClient.cxx
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...