summaryrefslogtreecommitdiff
path: root/indra/linux_updater
AgeCommit message (Collapse)Author
2012-05-29merge changes for DRTVWR-148Oz Linden
2012-05-26merge changes for DRTVWR-156Oz Linden
2012-05-25Merge pull from lindenlab/viewer-development as requested by Oz for DRTVWR-148simon@Simon-PC.lindenlab.com
2012-05-03IQA-490: Dummy out calls to LLTrans::getString() in linux_updater.cpp.Nat Goodspeed
It appears that the LLTrans machinery, or at least the way it's used in this program, is buggy: linux-updater.bin has been crashing. Tracebacks and experimentation identify LLTrans as the culprit, so replace it with baked-in string constants copied from strings.xml. (linux-updater.bin was already producing English-only messages because the update_install shell script that calls it was specifically passing the English version of strings.xml.)
2012-03-19MAINT-141, MAINT-95, MAINT-62 FIXED Don't delete files using masks starting ↵Vadim ProductEngine
with "/". Encountering such a mask will show a warning message and throw a debug assertion.
2012-01-21Since lltrans.h moved to llui, fix linux_updater/CMakeLists.txt.Nat Goodspeed
2011-05-11STORM-477 Restored the backed out changeset: b62b260aa04dSeth ProductEngine
2011-03-10fix for linux buildRichard Linden
2010-11-18Merge with viewer-developmentMark Palange (Mani)
2010-11-18CHOP-187 Fixed linux updater return code to return 0 on successMark Palange (Mani)
2010-11-17CHOP-203 Deleting the update file after installer run.Mark Palange (Mani)
2010-11-16CHOP-209 Added marker creation, fixed updater crash bugMark Palange (Mani)
2010-11-15CHOP-179 Added --file option to linux-updater for local installMark Palange (Mani)
2010-10-28STORM-480 remove unused "wrap" parameter from LLDir::getNetFileInDirOz Linden
--HG-- branch : storm-102
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-02-17EXT-5500 reduce linux package sizeTofu Linden
remove the now-redundant and somewhat odd (mea culpa) stripping process from the CMake stage
2009-10-01linux updater fixes - use the same new standard substitution strings as the ↵Adam Moss
viewer.
2009-09-04Fixed the Linux build of viewer-2.0.0-3.Martin Reddy
- Updated linux_updater for new LLStringUtil::getTokens() signature - Ignore compiler warning for string constants not being referred to as const in fmod_error.h Fix for DEV-39457. Reviewed by moss.
2009-08-24Some linux updater warning fixes for fussy futuristic gcc versions!Adam Moss
2009-08-21svn merge -r130238:130240 ↵Adam Moss
svn+ssh://svn.lindenlab.com/svn/linden/branches/linux-updater-6 QAR-1771 Linux Viewer Autoupdater + XUI-parse refactoring