]> git.mxchange.org Git - simgear.git/history - simgear
HTTP: Always use absolute paths for hashes
[simgear.git] / simgear /
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 TurnerAllow updating a Catalog URL explicitly.
2016-08-13 James TurnerExpose pending count from terrasync
2016-08-13 James TurnerAbstractRepository interface removed.
2016-08-13 James TurnerRemove SVN sync code.
2016-08-13 James TurnerRemove old terraysnc backend methods.
2016-08-13 Maciej MrozowskiAdd SYSTEM_UDNS CMake option. Remove spurious EXPAT_LIB...
2016-08-13 James TurnerGuard usage of CURLMOPT_MAX_TOTAL_CONNECTIONS
2016-08-13 Erik HofmanProbably a better fix
2016-08-13 Erik HofmanMSVC 2013 and later define std::isnan
2016-08-13 Erik HofmanRevert to c++98
2016-08-13 Erik HofmanDo not expose both std::isnan() and isnan()
2016-08-13 Erik HofmanFirst layer of separation between SimGear an OpenAL
2016-08-13 Erik HofmanRevert the check fro std::isnan() and isnan()
2016-08-13 Erik HofmanAdd more missing header files
2016-08-13 James TurnerFix missing <cstdint> on non-Mac
2016-08-13 Alessandro MentiIndentation fixes (and signed/unsigned comparison fix...
2016-08-13 James TurnerInitial Tar package support.
2016-08-13 Florent RougonFix missing includes
2016-08-13 James TurnerFix a crash with mismatch package versions.
2016-08-13 James TurnerFix removal of directories.
2016-08-13 Florent RougonUse _WIN32 instead of SG_WINDOWS for tests in simgear...
2016-08-13 James TurnerFix platform check for strerror_r on Mac
2016-08-13 Florent RougonFix missing include in simgear/misc/strutils_test.cxx
2016-08-13 Florent RougonFix missing include in simgear/misc/strutils.cxx
2016-08-13 Florent RougonThread-safe alternative to strerror()
2016-08-13 Peter Sadrozinskiadd siblings function to bucket.
2016-08-13 James TurnerRemove non-CURL HTTP option.
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 DreyerRemove unneeded local scope
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 James TurnerPackages: fix extract dir cleanup on success.
2016-08-13 James TurnerAvoid unlink of an open file.
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 DreyerTerrasync: implement HTTP service lookup via DNS
2016-08-13 Torsten DreyerFix Nasal math.clamp()
2016-08-13 Torsten DreyerUse simgear sleep instead of usleep
2016-08-13 Torsten DreyerFix some warnings reported from msvc
2016-08-13 Torsten DreyerFix Windows build (hopefully)
2016-08-13 Torsten DreyerHardening the DNSClient code
2016-08-13 Stuart BuchananDisplay random objects independently of buildings
2016-04-28 Torsten DreyerInitial commit for a DNS service resolver
2016-04-20 James TurnerCatalog refresh / package updating test.
2016-04-19 James TurnerCatalog removal test
2016-04-19 James TurnerExpand package-system unit-tests.
2016-04-14 James TurnerFixes for HTTP cancellation.
2016-04-14 James TurnerHTTP request cancellation
2016-04-08 Stuart BuchananMake LOD for buildings/trees/STG configurable.
2016-04-05 Richard SeniorFix problems parsing METAR strings that denote temporar...
2016-03-30 James TurnerGuard against disabling a not-yet-active catalog.
2016-03-28 Erik HofmanCode cleanups and fix codecPCM16 for big-endian systems...
2016-03-26 James TurnerUse ref-ptr in canvas adapter getImage
2016-03-25 James TurnerPackages: handle catalog versions better
2016-03-25 James TurnerFix HTTP unit-test
2016-03-24 James TurnerHTTP terra sync: fix hash cache handling
2016-03-24 James TurnerHTTP/curl - pick up sleep value
2016-03-22 James TurnerExpose total bytes to download / remaining
2016-03-22 James TurnerHTTP/curl - transfer byte metric work
2016-03-22 James TurnerDisable HTTP pipelining if the connection closes.
2016-03-05 James TurnerDisable persistent TerraSync cache for HTTP
2016-03-01 James TurnerExpose more pipelining controls on HTTP code
2016-03-01 James TurnerFix attempt to remove missing files.
2016-03-01 James TurnerFixes for error handling in NetChannel
2016-02-27 James TurnerHTTP repository testing tool.
2016-02-26 James TurnerFix Windows compile of HTTP repo tests.
2016-02-26 James TurnerLots of work on HTTP repository failure handling.
2016-02-25 James TurnerFix a nasty bug in non-libCurl HTTP pipelining.
2016-02-25 James TurnerMore error reporting from TerraSync/HTTP
2016-02-25 James TurnerFix compilation with older versions of libCurl.
2016-02-24 James TurnerFix for libCurl pipelining and connection count.
2016-02-23 Torsten DreyerMerge /u/edauvergne/simgear/ branch particles into...
2016-02-22 James TurnerWork around lack of endian.h on Windows
2016-02-22 James TurnerFix a typo breaking HTTP unit-test.
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-22 James TurnerHopefully fix Linux compilation.
2016-02-21 James TurnerOptionally use HTTP repository.
2016-02-21 James TurnerHTTP repository implementation
2016-02-21 James TurnerCreate TerraSync repo API
2016-02-19 Edward d'AuvergneDebugging message improvements for the particle system.
2016-02-15 Torsten Dreyercorrect user-agent string for terrasync
2016-02-08 James TurnerFix misnamed macro.
2016-02-06 Rebecca N. Palmermath: 'void getMaxSubdiv' does not make any sense
2016-01-29 James TurnerWork on CMake export of targets.
2016-01-27 James TurnerVS2013 compile fixes.
2016-01-20 Gijs de RooyTerraSync log typo
2016-01-16 James TurnerNew log class for terrasync
2016-01-12 James TurnerAllow use of noreturn attribute with Clang
2016-01-09 James TurnerFix a Simgear compile failure.
2016-01-08 James TurnerLinux test_HTTP fixes.
2016-01-06 James TurnerLinux test_HTTP fixes.
2016-01-06 James TurnerJenkins build fixes.
2016-01-06 James TurnerFix negative loop counts when dt is small.
next