]> git.mxchange.org Git - flightgear.git/history - src/Main/util.cxx
Fix some inverted logic
[flightgear.git] / src / Main / util.cxx
2015-07-14 Rebecca N. PalmerfgValidatePath: remove overly fragile test case
2015-07-14 Rebecca N. PalmerfgValidatePath: fix \ vs / Windows bug
2015-07-13 Rebecca N. PalmerfgInitAllowedPaths: remove possibly invalid test paths
2015-07-12 Rebecca N. PalmerSecurity: don't follow symlinks to forbidden directories
2015-03-24 James TurnerPortability: Fix compile errors on MSVC (cmath)
2015-03-20 Rebecca N. PalmerNasal: remove /tmp/*.xml from allowed paths list
2015-03-13 Rebecca N. PalmerNormalize the allowed paths as well (fix Windows breakage)
2015-03-13 Torsten Dreyerwarning fix: use correct type for std::string::find...
2015-03-13 Rebecca N. PalmerMake fgValidatePath always return std::string, not...
2015-03-13 Rebecca N. PalmerStop using property listener for fgValidatePath
2013-10-27 Thomas GeymayerExpose HTTP module to Nasal.
2013-06-10 Thomas GeymayerUse SGPath helpers and unescape from simgear
2012-11-18 ThorstenBRemove static property dependencies
2011-10-29 adrianMerge branch 'next' into comm-subsystem
2011-10-17 James TurnerFix (nearly) all the std:: namespace violations in...
2011-01-21 Torsten DreyerFix bug #253, at least partially
2011-01-19 Torsten DreyerMerge branch 'next' of http://git.gitorious.org/fg...
2011-01-19 Torsten DreyerFix bug #253, at least partially
2010-11-29 Csaba HalaszMerge commit 'refs/merge-requests/13' of git://gitoriou...
2010-10-28 Vivian MeazzaMerge branch 'next' of D:\Git_New\flightgear into next
2010-10-19 James TurnerMerge commit 'refs/merge-requests/7' of git://gitorious...
2010-09-30 Thorsten BrehmMerge branch 'next' of git://gitorious.org/fg/flightgea...
2010-09-30 James TurnerRefactor exit code, so the osgViewer gets 'done'.
2008-07-27 ehofman- remove the SG_GLxxxx_H #defines, since OSG provides...
2008-07-22 mfranz- use path validation for parsexml() nasal command
2008-07-17 mfranzmake sure that the validation nodes are readable and...
2008-07-11 mfranzuse same path validation process for fgcommands "load...
2008-04-13 timooreFixes for compiling with gcc 4.3
2007-10-27 mfranzunescape \a and \b as well
2007-07-29 mfranzadd unescape function for conversion of \t, \n, \x1b...
2007-05-01 mfranzremove util.cxx workaround for listener-call-at-exit...
2007-05-01 mfranzsince the submodel_mgr subsystem does now also hold...
2007-01-31 frohlichModified Files:
2006-06-11 mfranzremove the "ai_model" subsystem manually before the...
2006-02-21 mfranznew FSF address
2004-12-29 curtFGIO::shutdown_all() is called from the FGIO destructor...
2004-11-19 curtFix my mailing address by replacing it with my web...
2004-03-16 davidRemove the old WeatherCM module.
2004-02-23 ehofmanMove fgSetupWind() from options.cxx to util.cxx
2003-11-13 ehofmanDepreciate NetworkOLK. A big thanks goes to Oliver...
2003-09-19 curtFix a couple compiler warnings.
2003-06-11 davidFix weather-related command-line options to work with...
2003-01-24 davidChanged 'exit' command to quit immediately, rather...
2002-09-27 davidGlobally-useful functions, starting with Alex Perry...