Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-29 | merge changes for DRTVWR-148 | Oz Linden | |
2012-05-26 | merge changes for DRTVWR-156 | Oz Linden | |
2012-05-25 | Merge pull from lindenlab/viewer-development as requested by Oz for DRTVWR-148 | simon@Simon-PC.lindenlab.com | |
2012-05-03 | IQA-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-19 | MAINT-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-21 | Since lltrans.h moved to llui, fix linux_updater/CMakeLists.txt. | Nat Goodspeed | |
2011-05-11 | STORM-477 Restored the backed out changeset: b62b260aa04d | Seth ProductEngine | |
2011-03-10 | fix for linux build | Richard Linden | |
2010-11-18 | Merge with viewer-development | Mark Palange (Mani) | |
2010-11-18 | CHOP-187 Fixed linux updater return code to return 0 on success | Mark Palange (Mani) | |
2010-11-17 | CHOP-203 Deleting the update file after installer run. | Mark Palange (Mani) | |
2010-11-16 | CHOP-209 Added marker creation, fixed updater crash bug | Mark Palange (Mani) | |
2010-11-15 | CHOP-179 Added --file option to linux-updater for local install | Mark Palange (Mani) | |
2010-10-28 | STORM-480 remove unused "wrap" parameter from LLDir::getNetFileInDir | Oz Linden | |
--HG-- branch : storm-102 | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-02-17 | EXT-5500 reduce linux package size | Tofu Linden | |
remove the now-redundant and somewhat odd (mea culpa) stripping process from the CMake stage | |||
2009-10-01 | linux updater fixes - use the same new standard substitution strings as the ↵ | Adam Moss | |
viewer. | |||
2009-09-04 | Fixed 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-24 | Some linux updater warning fixes for fussy futuristic gcc versions! | Adam Moss | |
2009-08-21 | svn merge -r130238:130240 ↵ | Adam Moss | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/linux-updater-6 QAR-1771 Linux Viewer Autoupdater + XUI-parse refactoring |