]> git.mxchange.org Git - simgear.git/history - simgear/io/HTTPRepository.cxx
HTTP: Always use absolute paths for hashes
[simgear.git] / simgear / io / HTTPRepository.cxx
2016-08-13 James TurnerHTTP: Always use absolute paths for hashes
2016-08-13 James TurnerPartial update support for HTTP repos.
2016-08-13 James TurnerAbstractRepository interface removed.
2016-08-13 James TurnerUse SGBinaryFile in a couple more places.
2016-08-13 Torsten DreyerIntroduce SGBinaryFile
2016-08-13 Torsten DreyerDon't use object returned from vector::end()
2016-08-13 Torsten DreyerFix one more crash on Windows in HTTPRepository
2016-08-13 Torsten DreyerDon't continue parsing after processing version line
2016-08-13 Torsten Dreyeruse safer stl functions instead of pointer operations
2016-08-13 Torsten DreyerAdd a bunch of debug messages to help fixing the Window...
2016-08-13 Torsten DreyerFix some warnings reported from msvc
2016-04-14 James TurnerFixes for HTTP cancellation.
2016-03-24 James TurnerHTTP terra sync: fix hash cache handling
2016-03-22 James TurnerExpose total bytes to download / remaining
2016-03-01 James TurnerFix attempt to remove missing files.
2016-02-26 James TurnerLots of work on HTTP repository failure handling.
2016-02-25 James TurnerMore error reporting from TerraSync/HTTP
2016-02-23 Torsten DreyerMerge /u/edauvergne/simgear/ branch particles into...
2016-02-22 James TurnerHTTP repository: replace an assert.
2016-02-22 James TurnerMore HTTP repository compile tweaks.
2016-02-22 James TurnerUse SGFile to avoid Windows breakage.
2016-02-22 Torsten DreyerFix SimGear compile on Linux
2016-02-21 James TurnerHTTP repository implementation