summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
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
2010-11-08Removed refrences to SLPlugin from LLUpdaterService and test.Mark Palange (Mani)
2010-11-05"Fix" for linux link errors due to library ordering problems on the linker ↵brad kittenbrink
command line.
2010-11-05Merge latest lindenlab/viewer-development with mani_linden/viewer-development.brad kittenbrink
2010-11-05Automated merge with https://bitbucket.org/mani_linden/viewer-development/Andrew A. de Laix
2010-11-05implement download cancel (untested).Andrew A. de Laix
2010-11-05Fixed build error due to unreferenced local variable.brad kittenbrink
2010-11-05Fixed windows build error.Mark Palange (Mani)
2010-11-05Automated merge with https://bitbucket.org/mani_linden/viewer-development/Andrew A. de Laix
2010-11-05resume feature (untested).Andrew A. de Laix
2010-11-04Fix for windows build breakage in teamcity.brad kittenbrink
2010-11-04added hash validation of downloaded file.Andrew A. de Laix
2010-11-04some better error handling.Andrew A. de Laix
2010-11-04Fix for linux eol error.brad kittenbrink
2010-11-04Automated merge with https://bitbucket.org/mani_linden/viewer-development/Andrew A. de Laix
2010-11-04checker working with v1.0 update protocol.Andrew A. de Laix
2010-11-04merging up latest changes from viewer-developmentOz Linden
2010-11-04automated merge from http://hg.secondlife.com/viewer-betaLoren Shih
2010-11-04just barely working udate downloading service; missing little nicities like ↵Andrew A. de Laix
error checking and sill stuff like that.
2010-11-04automated merge up from viewer-betaLoren Shih
2010-11-04Turned generate_breakpad_symbols target into a noop for non-Release builds.brad kittenbrink
2010-11-04Turned inlining on in windows builds (RelWithDebInfo and Release).brad kittenbrink
This reduces the number of symbols in the viewer binary by about 30%. Also, fixed test errors revealed by inlining being enabled.
2010-11-04merge fix for STORM-450Oz Linden
2010-11-04merge fix for STORM-261Oz Linden
2010-11-04merge fix for STORM-194Oz Linden
2010-11-04merge fix for STORM-536Oz Linden