]> git.mxchange.org Git - simgear.git/history - simgear/scene/tsync/terrasync.cxx
Remove unneeded local scope
[simgear.git] / simgear / scene / tsync / terrasync.cxx
2016-08-13 Torsten DreyerRemove unneeded local scope
2016-08-13 Torsten DreyerTerrasync: implement HTTP service lookup via DNS
2016-03-05 James TurnerDisable persistent TerraSync cache for HTTP
2016-02-25 James TurnerMore error reporting from TerraSync/HTTP
2016-02-23 Torsten DreyerMerge /u/edauvergne/simgear/ branch particles into...
2016-02-21 James TurnerOptionally use HTTP repository.
2016-02-21 James TurnerCreate TerraSync repo API
2016-02-15 Torsten Dreyercorrect user-agent string for terrasync
2016-02-08 James TurnerFix misnamed macro.
2016-01-20 Gijs de RooyTerraSync log typo
2016-01-16 James TurnerNew log class for terrasync
2016-01-01 James TurnerTrying to debug HTTP timeouts
2015-12-11 Erik HofmanFix two comparison between signed and unsigned integer...
2015-06-07 James TurnerFix SVN server fallback when query fails
2015-04-11 James TurnerSelect default TerraSync server automatically.
2015-03-11 James TurnerWhitespace clean-up
2015-03-11 James TurnerTerrasync logging tweaks
2014-12-01 James TurnerExplicitly track not-found responses from SVN.
2014-02-24 James TurnerRemove obsolete TerraSync methods.
2013-12-15 James TurnerReset: clear some property references.
2013-11-16 Martin SpottRepository name preferred
2013-11-16 James TurnerGive terrasync a custom HTTP UA.
2013-11-12 James TurnerReset: Terrasync root can change, can be shutdown.
2013-10-28 James TurnerTerrasync: don't busy wait when no requests are running.
2013-10-24 James TurnerAdd total bytes downloaded tracking.
2013-10-17 James TurnerTerraysnc: don't block requests when inactive.
2013-10-17 James TurnerInitial work on syncing non-scenery data.
2013-09-30 James TurnerRename WaitingSyncItem -> SyncItem.
2013-09-30 James TurnerFix a signed/unsigned compare warning
2013-09-30 James TurnerExpose active tiles via API, sync by SGBucket.
2013-09-27 James TurnerReposition hook for terrasync.
2013-09-27 James TurnerTerrasync: Expose transfer rate as a property.
2013-09-26 James TurnerAllow TerraSync to be inited early.
2013-09-25 James TurnerParallel sync of items.
2013-09-23 James TurnerRename WaitingTile to WaitingSyncItem.
2013-09-23 James TurnerLibsvn / APR dependency is removed.
2013-09-20 James TurnerFix no-svn build (Win64 only at present)
2013-09-18 James TurnerFix HTTP unit test.
2013-09-18 James TurnerPersistent SVN update cache.
2013-06-19 James TurnerFix preprocessor boolean ops for MSVC
2013-06-19 James TurnerSVN client - prefix error constants.
2013-06-09 James TurnerOptionally, use internal code for SVN syncs.
2013-02-08 James TurnerGive terrasync a buffered log.
2012-12-22 James TurnerTweak libSvn usage: fixes a crash on Mac.
2012-11-29 Thomas GeymayerFix some compiler warnings. size_t/int/unsigned convers...
2012-02-19 ThorstenBMake tsync part of libSimGearCore when building shared...
2011-11-20 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-11-13 ThorstenBReplace OpenThreads with SGThread to avoid useless...
2011-10-30 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-10-30 Csaba Halaszterrasync build fix: added #include <string.h> for...
2011-10-29 ThorstenBterrasync improvements
2011-10-29 ThorstenBFix terrasync airport synchronization sequence
2011-10-18 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-10-17 James Turnerstd:: namespace fixes.
2011-07-21 Stuart BuchananMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-07-18 ThorstenBFix locale setting for Windows
2011-07-18 ThorstenBClean solution for locale problem.
2011-06-28 Torsten Dreyerterrasync: some code cleanup - don't use snprintf
2011-06-24 Torsten DreyerTerrasync: make whitespace in pathnames work under...
2011-06-23 ThorstenBDisable support of white-space path for Windows
2011-06-23 ThorstenBImprove upate interval after failed updates.
2011-06-22 ThorstenBBad boundary check. Add missing parentheses.
2011-06-20 ThorstenBfix #353: svn doesn't like stray path separators
2011-06-20 ThorstenBImprove error handling and avoid refresh nuisances.
2011-06-20 ThorstenBImprove external SVN support.
2011-06-12 ThorstenBIntroduce "PRESERVE" flag to protect properties on...
2011-06-12 ThorstenBMake some properties read-only to avoid sim-reset issues.
2011-06-11 ThorstenBConvert terrasync into a subsystem.
2011-06-11 ThorstenBCopied original terrasync sources