]> git.mxchange.org Git - simgear.git/history - simgear/io
Expose catalog name directly.
[simgear.git] / simgear / io /
2015-11-22 James TurnerOptional use libCurl as the HTTP client.
2015-11-22 James TurnerMore whitespace fixes.
2015-11-22 James TurnerEOL cleanups.
2015-09-21 James TurnerFix error case on HTTPClient
2015-03-24 James TurnerUnit Test: Fixed failure of test_HTTP
2015-03-24 James TurnerPortability: Fix compile errors on MSVC
2015-03-15 James TurnerMore logging for directory deletion failures.
2014-12-27 Peter Sadrozinski- remove the test of the test..
2014-12-27 Peter Sadrozinski- fix binobj unit test. Simgear now rejects zero area...
2014-12-26 Peter Sadrozinski- fix for index overrun when building TexturedTriangleArray
2014-07-31 Thomas GeymayerLots of (mostly) doxygen fixes/cleanup.
2014-07-29 Thomas GeymayerImprove (mostly Canvas event related) documentation.
2014-06-30 Thomas GeymayerHTTPRequest/pkg::Install: do not replace callbacks.
2014-06-05 Thomas Geymayercanvas::Image: abort http requests if image is destroyed.
2014-04-06 Peter Sadrozinskifix windows build
2014-04-05 Peter Sadrozinski- secondary tc and vertex attribs in .btg file
2014-03-20 Thomas GeymayerCanvasImage: improve fetching from http and add mime...
2014-03-18 Thomas GeymayerCanvasImage: support for http protocol.
2014-02-24 James TurnerHTTP: improve handling of connection errors
2014-02-06 James TurnerReplace md5 from RSA with OpenBSD version
2014-01-17 James TurnerRemove a noisy log message from the Terrasync code.
2014-01-07 James TurnerHTTP: tweak response parsing.
2014-01-07 James TurnerTerrasync: update fixes.
2014-01-07 James TurnerHTTP: tweak for malformed header handling.
2014-01-06 Thomas GeymayerSocket: do not crash on writing to broken pipe.
2013-12-30 Thomas GeymayerHTTPFileRequest: only save file if status == 200
2013-12-19 Rebecca PalmerFix buffer overflow CVE-2012-2091 (thanks to Saikrishna...
2013-12-19 James TurnerSecurity: fix 0777 directory permissions to 0755.
2013-11-19 James TurnerFix another SVN crash on failure.
2013-11-15 James TurnerFix some SVN errors/crashes.
2013-11-06 James TurnerTweak HTTP code to always sleep.
2013-11-05 James TurnerTerraSync: avoid assert on missing file
2013-10-28 Thomas GeymayerHTTP: finish core request before calling any callback.
2013-10-28 Thomas GeymayerHTTPFileRequest: create directory if it does not exist
2013-10-27 Thomas GeymayerHTTP: Rename urlretrieve/urlload to save/load.
2013-10-27 Thomas Geymayerio: refactor and improve HTTP modules.
2013-10-26 James TurnerFix handling of SGPath::rename
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-17 James TurnerAvoid a divide-by-zero on malformed BTG files.
2013-10-17 James TurnerInitial work on syncing non-scenery data.
2013-10-17 James TurnerRemove some iostream debugging.
2013-10-13 Thomas GeymayerHTTP: check url for scheme and report instead of failin...
2013-10-09 James TurnerLinux needs <cstring>
2013-10-09 James TurnerAvoid a data copy decoding base64 data.
2013-10-09 James TurnerRefactor HTTP content-encoding support.
2013-10-09 James TurnerUse std::string.append, avoid string copying.
2013-10-09 James TurnerCheck for DAV status parse failures.
2013-09-28 James TurnerHTTP: adjust request-connection assignment.
2013-09-27 James TurnerHTTP bugfix + enhancement.
2013-09-19 James TurnerMove bundled Expat to new home.
2013-09-19 James Turnerrand(), not random(), for Windows.
2013-09-18 James TurnerFix HTTP unit test.
2013-09-18 James TurnerFix missing include for non-Mac
2013-09-18 James TurnerHTTP Client improvements
2013-09-04 James TurnerRename MD5 code.
2013-08-17 Thomas GeymayerFix #1163
2013-08-16 Tom PaolettiPerformance optimization: empty() instead of size()>0
2013-07-28 James TurnerHTTP SVN fixes, cap max update-report depth.
2013-07-28 James TurnerBetter reporting when an HTTP request fails.
2013-06-27 James Turnerstd::string namespace fixes.
2013-06-26 James TurnerFix crash when telnet or other protocols close.
2013-06-22 James TurnerFix a warning spotted by Emilian.
2013-06-19 James TurnerSVN client - prefix error constants.
2013-06-11 Thomas GeymayerUse global TEST_LIBS...
2013-06-09 James TurnerFix HTTP tests build.
2013-06-09 James TurnerFix Linux build of SVN code.
2013-06-09 James TurnerSVN read-only client code using our HTTP engine.
2013-06-09 James TurnerHTTP engine tweaks for SVN support.
2013-03-15 Thomas GeymayerCMake: Create list of libs for testing only once
2013-03-03 Thomas Geymayersg_netChat: let getTerminator return const char* for...
2013-03-03 Thomas Geymayersg_netChat: Use std::string to prevent crash with old...
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 TurnerFix HTTP test for revised POST semantics.
2012-11-17 James TurnerTweak HTTP handling for POST requests.
2012-11-07 James TurnerTest for, and fix, materials handling in BTG code.
2012-11-04 Thomas GeymayerFix signed/unsigned comparison warning
2012-10-29 Frederic BouvierNo bzero in MSVC
2012-10-27 James TurnerHTTP enhancements.
2012-10-22 Peter SadrozinskiAdd SGGeod read and write to gzFile
2012-09-30 James TurnerImprove decode_bin output slightly.
2012-09-16 James TurnerStandardise SimGear libraries, for static vs shared.
2012-08-21 James TurnerRemove ALUT usage from SimGear .
2012-05-04 ThorstenBFix rpmlint/Linux packager complaints
2012-05-04 ThorstenBFix signed vs unsigned compiler warnings
2012-04-23 James TurnerMerge commit 'refs/merge-requests/22' of git://gitoriou...
2012-03-16 James GoppertFixed mingw build.
2012-01-09 ThorstenBFix final simgear GCC warnings.
2011-12-25 Torsten DreyerSmall warning fixes, mostly unused variables
2011-12-19 Erik HofmanIntialize to prevent a 'may be used uninitialized'...
2011-11-28 James TurnerFix naming of core library, get IO tests linking shared...
2011-11-26 ThorstenBcmake: add option to disable building tests
2011-11-20 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-11-19 ThorstenBMerge commit 'refs/merge-requests/17' of git://gitoriou...
next