Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-22 | MAINT-8183 Fixed some exit issues and crashes | andreykproductengine | |
2018-02-19 | MAINT-8308 Additional logging for mesh processing | andreykproductengine | |
2018-02-19 | MAINT-8022 Handling memory errors in unzip_llsdNavMesh | andreykproductengine | |
2018-02-12 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2018-02-12 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-02-01 | MAINT-2338 Implemented binary parser depth control | andreykproductengine | |
2018-01-30 | MAINT-8091 Removed deprecated and unused private memory pooling | Andrey Kleshchev | |
2018-01-29 | MAINT-8234 Mesh tread protections and removed unnecessary try in staticRun() | Andrey Kleshchev | |
2018-01-29 | MAINT-8234 Mesh tread protections and removed unnecessary try in staticRun() | Andrey Kleshchev | |
2018-01-17 | merge 5.1.0-release | Oz Linden | |
2018-01-17 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-01-03 | MAINT-8022 Make unzip silent yet include failure reason into output | andreykproductengine | |
2018-01-02 | MAINT-8022 String crashes in unzip_llsd | andreykproductengine | |
2017-12-20 | MAINT-8087: Use env vars from VMP for AppData\Roaming and Local. | Nat Goodspeed | |
On Windows, when logged in with a non-ASCII username, every one of the three documented APIs -- SHGetSpecialFolderPath(), SHGetFolderPath() and SHGetKnownFolderPath() -- fails to retrieve any pathname at all. We cannot account for the fact that the oldest of these continues to work with the release viewer and within a Python script (though not, curiously, from a Python interactive session). With a non-ASCII username, they consistently fail when called from an Alex Ivy viewer build: "The filename, directory name, or volume label syntax is incorrect." Empirically, with a non-ASCII username, the preset APPDATA and LOCALAPPDATA environment variables are also useless, e.g. c:\Users\??????\AppData\Roaming where those are, yup, actual question marks. Empirically, the VMP is able to successfully call SHGetFolderPath() to retrieve both AppData\Roaming and AppData\Local. Therefore, we make the VMP set the APPDATA and LOCALAPPDATA environment variables to the UTF-8 encoded correct pathnames. Instead of calling SHGetSomethingFolderPath() at all, make LLDir_Win32 retrieve those environment variables. Make LLFile::mkdir() treat "directory already exists" as a success case. Every single call fell into one of two categories: either it didn't check success at all, or it tested specially to exempt errno == EEXIST. Migrate that test into mkdir(); eliminate it from call sites. Make LLDir::append() and add() convenience functions accept variadic arguments. Replace add(add()...) constructs, as well as clumsy concatenations of directory names and getDirDelimiter(), with simple variadic add() calls. | |||
2017-11-29 | DRTVWR-418: Merge from latest viewer-release | Nat Goodspeed | |
2017-11-29 | merge changes for 5.0.9-release | Oz Linden | |
2017-11-28 | MAINT-8022 Crashes in unzip_llsd #2 | andreykproductengine | |
2017-11-27 | MAINT-8022 Crashes in unzip_llsd | andreykproductengine | |
2017-10-11 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2017-10-11 | merge changes for 5.0.8-release | Oz Linden | |
2017-09-19 | MAINT-7820 Fixed crash in LLEventPump | andreykproductengine | |
2017-08-23 | merge changes for 5.0.7-release | Oz Linden | |
2017-08-16 | merge changes for DRTVWR-439 | Oz Linden | |
2017-08-08 | MAINT-7634: Logging and instrumentation canges to narrow down viewer crashes. | Rider Linden | |
2017-07-28 | MAINT-7634: Move StatsAccumulator into llcommon, collect data sent and error ↵ | Rider Linden | |
codes from core. | |||
2017-07-24 | fix separator between tags and file/function | Oz Linden | |
2017-07-10 | MAINT-4532: properly detect Windows 10 in the 64bit build (only - 32bit runs ↵ | Oz Linden | |
in Windows 8 compatibility mode) | |||
2017-06-20 | merge changes for 5.0.6-release | Oz Linden | |
2017-06-20 | fix presentation of log tags for better searchability | Oz Linden | |
2017-06-20 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine | |
2017-06-20 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2017-06-20 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2017-06-16 | MAINT-7488 FIXED [Windows] Viewer crashes when pasting empty string from ↵ | Mnikolenko Productengine | |
clipboard | |||
2017-09-07 | mac and linux build fix | Mnikolenko Productengine | |
2017-09-06 | MAINT-7691 Fixed crash report not generating files in unicode named folders | andreykproductengine | |
2017-08-30 | MAINT-7758 Fixed freeze on loading lsl scripts from unicode named windows ↵ | andreykproductengine | |
folder. | |||
2017-08-25 | MAINT-7739 Make LLOSInfo a Singleton | andreykproductengine | |
2017-07-13 | MAINT-7593 FIXED "Failed to parse parameter" spam | Mnikolenko Productengine | |
2017-06-07 | MAINT-6697 Correct pointer freeing | AndreyL ProductEngine | |
2017-06-07 | MAINT-6697 More nullchecks for zip/unzip functions | AndreyL ProductEngine | |
2017-06-07 | MAINT-6697 Added a nullcheck to unzip_llsd() | AndreyL ProductEngine | |
2017-05-23 | merge changes for 5.0.5-release | Oz Linden | |
2017-05-22 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2017-05-22 | merge | Brad Payne (Vir Linden) | |
2017-05-18 | Linux buildfix; this should be reverted after gcc update to 4.7+ | AndreyL ProductEngine | |
2017-05-10 | Add size limit to LLEventBatchThrottle like LLEventBatch. | Nat Goodspeed | |
The new behavior is that it will flush when either the pending batch has grown to the specified size, or the time interval has expired. | |||
2017-05-10 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-neko | Nat Goodspeed | |
2017-05-10 | Add LLEventThrottle tests; actually *all* lleventfilter.cpp tests. | Nat Goodspeed | |
For some reason there wasn't an entry in indra/llcommon/CMakeLists.txt to run the tests in indra/llcommon/tests/lleventfilter_test.cpp. It seems likely that at some point it existed, since all previous tests built and ran successfully. In any case, (re-)add lleventfilter_test.cpp to the set of llcommon tests. Also alphabetize them to make it easier to find a particular test invocation. Also add new tests for LLEventThrottle. To support this, refactor the concrete LLEventThrottle class into LLEventThrottleBase containing all the tricky logic, with pure virtual methods for access to LLTimer and LLEventTimeout, and an LLEventThrottle subclass containing the LLTimer and LLEventTimeout instances and corresponding implementations of the new pure virtual methods. That permits us to introduce TestEventThrottle, an alternate subclass with dummy implementations of the methods related to LLTimer and LLEventTimeout. In particular, we can explicitly advance simulated realtime to simulate particular LLTimer and LLEventTimeout behaviors. Finally, introduce Concat, a test LLEventPump listener class whose function is to concatenate received string event data into a composite string so we can readily test for particular sequences of events. | |||
2017-05-10 | DRTVWR-418, MAINT-6996: Update Mac mem queries (per Drake Arconis) | Nat Goodspeed | |
Drake points out that the OS X 64-bit-capable memory-query APIs recommended in comments by some long-ago maintainer are by now themselves obsolete. He offered this patch to update us to current macOS memory APIs. | |||
2017-05-10 | Automated merge with ssh://bitbucket.org/lindenlab/viewer64 | Nat Goodspeed | |