summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-17Work 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-17mergeMark Palange (Mani)
2010-11-17CHOP-135 Added Pref UI to Setup panel. Rev. by BradMark Palange (Mani)
2010-11-17post events for dowload success and error.Andrew A. de Laix
2010-11-17CHOP-203 Deleting the update file after installer run.Mark Palange (Mani)
2010-11-17CHOP-203 Fixed linux release bug - exclude update_install from symbol strippageMark Palange (Mani)
2010-11-16CHOP-209 Added marker creation, fixed updater crash bugMark Palange (Mani)
2010-11-16Automated merge with http://bitbucket.org/mani_linden/viewer-developmentMark Palange (Mani)
2010-11-16remove downloaded file on error.Andrew A. de Laix
2010-11-16mergeMark Palange (Mani)
2010-11-16CHOP-179 Linux install uses linux-updater. Rev. by AlainMark Palange (Mani)
2010-11-16clean up installer file after install.Andrew A. de Laix
2010-11-16better error checking when writing downloaded file.Andrew A. de Laix
2010-11-15mergeMark Palange (Mani)
2010-11-15CHOP-179 Added --file option to linux-updater for local installMark Palange (Mani)
2010-11-15create marker on error; use /SKIP_DIALOGS option in installer to run without ↵Andrew A. de Laix
user input.
2010-11-15write marker on windows installer fail.Andrew A. de Laix
2010-11-15added 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-12do not resume or install if current viewer version doesn't match the ↵Andrew A. de Laix
recorded version which started the process.
2010-11-11MergeMark Palange (Mani)
2010-11-11CHOP-178 Add a non-interactive moe to the windows installer. Rev by BradMark Palange (Mani)
2010-11-11hacking mac updater to install from local dmgAndrew A. de Laix
2010-11-11fix termination issues with thread safe queue in main loop repeater service.Andrew A. de Laix
2010-11-11Add very basic windows install script.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 resume crash.Andrew A. de Laix
2010-11-10fix race between resume and download check.Andrew A. de Laix
2010-11-10Automated merge with https://bitbucket.org/mani_linden/viewer-development/Andrew A. de Laix
2010-11-10copy script to temp if needed before installing.Andrew A. de Laix
2010-11-10MergeMark Palange (Mani)
2010-11-10CHOP-151 Adding startup updater flow to drive update installation and resume.Mark Palange (Mani)
2010-11-10CHOP-151 Imported patch from server-trunk to support preprocessor at unit ↵Mark Palange (Mani)
tests. Rev. by Brad
2010-11-10Automated merge with https://bitbucket.org/mani_linden/viewer-development/Andrew A. de Laix
2010-11-10Add dependency to fix viewer manifest exception in build modes other than all.Andrew A. de Laix
2010-11-09Fix for dll linkage errors.brad kittenbrink
2010-11-09Fix for linux eol failures.brad kittenbrink
2010-11-09start of a thread safe queueAndrew A. de Laix
2010-11-09Automated merge with https://bitbucket.org/mani_linden/viewer-development/Andrew A. de Laix
2010-11-09Add name, value info to convert_from_llsd<> specialization LL_ERRS.Nat Goodspeed
Prior to this, you could get a viewer crash whose ERROR: message said only: convert_from_llsd<std::string>: Invalid string value This gave no hint as to *which value* was wrong, or where to go fix it. Ironically, each convert_from_llsd<> specialization already has the control_name and LLSD value in hand; added these to each such LL_ERRS message.
2010-11-09Automated merge with https://bitbucket.org/mani_linden/viewer-development/Andrew A. de Laix
2010-11-09beginnings of the update installer (with simple install script for darwin).Andrew A. de Laix
2010-11-09Shut down thread if viewer closed while downloading; fix problem of download ↵Andrew A. de Laix
marker path failing to expand correctly because it was happening too early in start up.
2010-11-09Fix crash if thread is manually shut down before it is destroyed.Andrew A. de Laix
2010-11-09Automated merge with https://bitbucket.org/mani_linden/viewer-developmentAndrew A. de Laix
2010-11-09Fix some stream bugs that were affecting windows download and validation.Andrew A. de Laix
2010-11-08Fix for breakpad symbol files failing to be generated on linux.brad kittenbrink
2010-11-08MergeAndrew A. de Laix
2010-11-08Get rid of intrusive_ptr member to prevent crash on shutdown.Andrew A. de Laix
2010-11-08Fix for linux link errors in teamcity.brad kittenbrink