Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-26 | MAINT-3489: Gracefully handle missing downloaded installer file. | Nat Goodspeed | |
If a marker file indicates that an installer has been downloaded and verified and is ready to install, but that installer file does not exist, log it and revert to checking for update. Also add logging to every code path that can remove the installer explicitly, in case the missing installer is actually being killed off by some weird sequence of state-machine transitions. | |||
2013-07-13 | add some validation of update response before starting download | Oz Linden | |
2013-07-09 | CHOP-963: Make update service query url depend on the grid rather than settings | Oz Linden | |
2013-06-05 | BOOG2707 uncomment cleared suspects | Graham Madarasz | |
2013-06-04 | BUG-2707 make use of OsOutputDebugString _DEBUG only on Windows to avoid ↵ | Graham Madarasz | |
throwing unhandlable exceptions in coroutines in RelWithDebInfo builds | |||
2013-06-02 | BUG-2707 disable more login/update-sequence specific logging | Graham Madarasz | |
2013-04-19 | merge up to latest viewer-development for merge to 3.5.2 | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-27 | add platform and platform version to login request parameters for new ↵ | Oz Linden | |
version manager query | |||
2013-03-06 | more cosmetic logging improvements | Oz Linden | |
2013-03-06 | merge changes for DRTVWR-278 | Oz Linden | |
2013-02-27 | finish changes to update handling, including notices of channel changes | Oz Linden | |
2013-02-21 | add use of v1.1 update request protocol, with fallback to v1.0 | Oz Linden | |
2013-02-07 | derive version number from indra/VIEWER_VERSION.txt | Oz Linden | |
2013-01-05 | MAINT-2155: replace embedded mac-updater.app with a Python script. | Nat Goodspeed | |
Remove mac-updater subtree from viewer source, along with the update_install bash script that invoked it. Remove all mention of mac-updater in CMakeLists.txt files and in viewer_manifest.py. Change Mac update_install bash script references in viewer_manifest.py and in llupdaterservice.cpp (which invokes it) to new Python update_install.py. Add update_install.py, messageframe.py (which puts up some Tkinter UI) and janitor.py (cloned from vita, it's exactly what we need here). | |||
2012-08-15 | 10.5 macs will begin looking for mac_legacy rather than mac | Aura Linden | |
2012-02-01 | converted a bunch of narrowing implicit conversions to explicit | Richard Linden | |
2011-01-24 | a less brain dead fix for CHOP-369 | Andrew A. de Laix | |
2011-01-24 | fix CHOP-369: catch case of synchronous download failure. | Andrew A. de Laix | |
2011-01-14 | fix CHOP-366, on temporary errors (e.g. version manager returns other than ↵ | Andrew A. de Laix | |
200) show error dialog instructing the user to manually install the latest viewer. | |||
2010-12-17 | don't rely on stream cast to bool behavior; use explicit fail call. | Andrew A. de Laix | |
2010-12-16 | Vary install failed message depending on whether it was required or not. | Andrew A. de Laix | |
2010-12-14 | Record update version in download marker so it can be recalled if resumed in ↵ | Andrew A. de Laix | |
another viewer session. | |||
2010-12-10 | ui improvements to more closely match UX design. | Andrew A. de Laix | |
2010-12-07 | limit dowload bandwidth to 'Maximum bandwidth' setting | Andrew A. de Laix | |
2010-12-07 | push required flag into download data for later use. | Andrew A. de Laix | |
2010-12-03 | Fix for coding standard violations and build error on windows. | brad kittenbrink | |
2010-12-02 | expose update available method. | Andrew A. de Laix | |
2010-12-01 | state change events for updater service. | Andrew A. de Laix | |
2010-11-18 | CHOP-135 Bug fixes. | Mark Palange (Mani) | |
2010-11-18 | inform user on failed install--needs proper user dialog ;-) | Andrew A. de Laix | |
2010-11-17 | Work on CHOP-135: Hooking up setting UpdaterServiceActive to functionality. ↵ | brad kittenbrink | |
Paired with Mani. Toggling the setting now calls LLUpdaterService::startChecking() and LLUpdaterService::stopChecking(), which enable and disable the service. | |||
2010-11-17 | post events for dowload success and error. | Andrew A. de Laix | |
2010-11-16 | CHOP-179 Linux install uses linux-updater. Rev. by Alain | Mark Palange (Mani) | |
2010-11-15 | added mechanism for install scripts to indicate a failed install and for ↵ | Andrew A. de Laix | |
update service to note the failure; modified mac installer to write marker on error. | |||
2010-11-12 | do not resume or install if current viewer version doesn't match the ↵ | Andrew A. de Laix | |
recorded version which started the process. | |||
2010-11-11 | run install script on successful download | Andrew A. de Laix | |
2010-11-10 | CHOP-151 Hooked up app exit callback, cleaned up early exit. Rev. by Brad | Mark Palange (Mani) | |
2010-11-10 | fix race between resume and download check. | Andrew A. de Laix | |
2010-11-10 | CHOP-151 Adding startup updater flow to drive update installation and resume. | Mark Palange (Mani) | |
2010-11-08 | Removed refrences to SLPlugin from LLUpdaterService and test. | Mark Palange (Mani) | |
2010-11-05 | resume feature (untested). | Andrew A. de Laix | |
2010-11-04 | some better error handling. | Andrew A. de Laix | |
2010-11-04 | checker working with v1.0 update protocol. | Andrew A. de Laix | |
2010-11-04 | just barely working udate downloading service; missing little nicities like ↵ | Andrew A. de Laix | |
error checking and sill stuff like that. | |||
2010-11-02 | Merge | Andrew A. de Laix | |
2010-11-01 | On Windows, disable this-used-in-initializer warning. | Nat Goodspeed | |
2010-11-01 | changes in respone to review comments. | Andrew A. de Laix | |
2010-10-29 | added periodic retry to look for updates | Andrew A. de Laix | |
2010-10-28 | shell of the update checker; it will just print a message to the log ↵ | Andrew A. de Laix | |
depending on the result of the check one time. |