summaryrefslogtreecommitdiff
path: root/indra/viewer_components/updater/llupdaterservice.cpp
AgeCommit message (Expand)Author
2016-08-17MAINT-5011: Use LLTHROW() instead of plain BOOST_THROW_EXCEPTION().Nat Goodspeed
2016-07-19MAINT-5011: Introduce LLException base class for viewer exceptions.Nat Goodspeed
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-07-15MAINT-5174 Add Check for Updates feature to Help menuandreykproductengine
2015-07-07MAINT-5174 Add Check for Updates feature to Help menuandreykproductengine
2015-04-10restore the ll[io]fstream because we need them as wrappers on Windows for wid...Oz Linden
2015-04-07replace llifstream and llofstream with std::ifstream and std::ofstream respec...Oz Linden
2015-04-07convert llifstream and llofstream to std::ifstream and std::ofstream respecti...Oz Linden
2013-11-26MAINT-3489: Gracefully handle missing downloaded installer file.Nat Goodspeed
2013-07-13add some validation of update response before starting downloadOz Linden
2013-07-09CHOP-963: Make update service query url depend on the grid rather than settingsOz Linden
2013-06-05BOOG2707 uncomment cleared suspectsGraham Madarasz
2013-06-04BUG-2707 make use of OsOutputDebugString _DEBUG only on Windows to avoid thro...Graham Madarasz
2013-06-02BUG-2707 disable more login/update-sequence specific loggingGraham Madarasz
2013-04-19merge up to latest viewer-development for merge to 3.5.2Oz Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-03-27add platform and platform version to login request parameters for new version...Oz Linden
2013-03-06more cosmetic logging improvementsOz Linden
2013-03-06merge changes for DRTVWR-278Oz Linden
2013-02-27finish changes to update handling, including notices of channel changesOz Linden
2013-02-21add use of v1.1 update request protocol, with fallback to v1.0Oz Linden
2013-02-07derive version number from indra/VIEWER_VERSION.txtOz Linden
2013-01-05MAINT-2155: replace embedded mac-updater.app with a Python script.Nat Goodspeed
2012-08-1510.5 macs will begin looking for mac_legacy rather than macAura Linden
2012-02-01converted a bunch of narrowing implicit conversions to explicitRichard Linden
2011-01-24a less brain dead fix for CHOP-369Andrew A. de Laix
2011-01-24fix CHOP-369: catch case of synchronous download failure.Andrew A. de Laix
2011-01-14fix CHOP-366, on temporary errors (e.g. version manager returns other than 20...Andrew A. de Laix
2010-12-17don't rely on stream cast to bool behavior; use explicit fail call.Andrew A. de Laix
2010-12-16Vary install failed message depending on whether it was required or not.Andrew A. de Laix
2010-12-14Record update version in download marker so it can be recalled if resumed in ...Andrew A. de Laix
2010-12-10ui improvements to more closely match UX design.Andrew A. de Laix
2010-12-07limit dowload bandwidth to 'Maximum bandwidth' settingAndrew A. de Laix
2010-12-07push required flag into download data for later use.Andrew A. de Laix
2010-12-03Fix for coding standard violations and build error on windows.brad kittenbrink
2010-12-02expose update available method.Andrew A. de Laix
2010-12-01state change events for updater service.Andrew A. de Laix
2010-11-18CHOP-135 Bug fixes.Mark Palange (Mani)
2010-11-18inform user on failed install--needs proper user dialog ;-)Andrew A. de Laix
2010-11-17Work on CHOP-135: Hooking up setting UpdaterServiceActive to functionality. P...brad kittenbrink
2010-11-17post events for dowload success and error.Andrew A. de Laix
2010-11-16CHOP-179 Linux install uses linux-updater. Rev. by AlainMark Palange (Mani)
2010-11-15added mechanism for install scripts to indicate a failed install and for upda...Andrew A. de Laix
2010-11-12do not resume or install if current viewer version doesn't match the recorded...Andrew A. de Laix
2010-11-11run install script on successful downloadAndrew A. de Laix
2010-11-10CHOP-151 Hooked up app exit callback, cleaned up early exit. Rev. by BradMark Palange (Mani)
2010-11-10fix race between resume and download check.Andrew A. de Laix
2010-11-10CHOP-151 Adding startup updater flow to drive update installation and resume.Mark Palange (Mani)
2010-11-08Removed refrences to SLPlugin from LLUpdaterService and test.Mark Palange (Mani)
2010-11-05resume feature (untested).Andrew A. de Laix