Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-08 | Automated merge with http://bitbucket.org/lindenlab/viewer-development | Dave Parks | |
2012-11-05 | increment version to 3.4.3 | Oz Linden | |
2012-10-19 | merge back late fix for MAINT-1753 | Oz Linden | |
2012-10-18 | MAINT-1753: Correcting behavior of ll_aligned_realloc_16() on Linux to avoid ↵ | William Todd Stinson | |
memory corruption in the case that the new memory size requested is smaller than the old memory size. Also, adding check to ensure that the aligned malloc returns a non-null value before memcopying. | |||
2012-10-16 | Pull back viewer-development with latest beta merges | simon@Simon-PC.lindenlab.com | |
2012-10-15 | Merge in viewer-development code and fix build | simon@Simon-PC.lindenlab.com | |
2012-10-15 | pull back 3.4.1-beta7 fixes | Oz Linden | |
2012-10-11 | MAINT-1684: Correcting the calls to ll_aligned_free() which should have ↵ | William Todd Stinson | |
actually been to ll_aligned_free_16(). | |||
2012-10-11 | MAINT-1684: Attempt at correcting the linux crash on startup. Replacing the ↵ | William Todd Stinson | |
memory allocations and frees in the LLPrivateMemoryPool with aligned memory allocations and frees. | |||
2012-10-10 | pull back 3.4.1-beta6 fixes | Oz Linden | |
2012-10-04 | merge changes for DRTVWR-222 | Oz Linden | |
2012-10-03 | Fix for mac/linux build | Dave Parks | |
2012-10-03 | Fix non-thread-safe refcounting of LLHTTPClient::Responder and fix ↵ | Dave Parks | |
out-of-order deletion of LLTextureFetch on shutdown | |||
2012-10-02 | Instrument debug builds on windows to help track down source of heap corruption | Dave Parks | |
2012-10-01 | Only enable breakpad error handing if crash reporting is enabled | Dave Parks | |
2012-09-20 | Pull and merge from ↵ | William Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-beta-drtvwr-179. | |||
2012-09-17 | Merge minor changes from viewer-development | simon@Simon-PC.lindenlab.com | |
2012-09-12 | Automated merge with https://bitbucket.org/lindenlab/viewer-cat | Richard Linden | |
2012-09-12 | MAINT-1556 FIX LLSD param blocks should accept enum values | Richard Linden | |
fix for gcc builds | |||
2012-09-12 | re-merge changes to disable tcmalloc | Oz Linden | |
2012-09-12 | merge increment of version number | Oz Linden | |
2012-09-12 | increment version to 3.4.2 | Oz Linden | |
2012-09-12 | MAINT-1503 Minimal set of changes needed to safely disable tcmalloc | Dave Parks | |
2012-09-12 | initial attempt to restore changes that make removing tcmalloc possible; not ↵ | Oz Linden | |
tested | |||
2012-09-12 | Automated merge with https://bitbucket.org/lindenlab/viewer-cat | Dave Parks | |
2012-09-12 | Handle the NULL case on ll_aligned_realloc_16 on linux | Dave Parks | |
2012-09-11 | MAINT-1556 FIX LLSD param blocks should accept enum values | Richard Linden | |
always parse named values first added detection of enum-type values and now parse as ints | |||
2012-09-10 | Backing out the changes contributing to DRTVWR-167 and DRTVWR-179 from the ↵ | William Todd Stinson | |
repository. | |||
2012-09-07 | MAINT-1503 Fix for linux build | Dave Parks | |
2012-09-07 | Automated merge with https://bitbucket.org/lindenlab/viewer-cat | Dave Parks | |
2012-09-05 | Merge in latest viewer-development | simon@Simon-PC.lindenlab.com | |
2012-08-31 | MAINT-1503 Fix for ll_aligned_realloc returning non-aligned pointers on linux | Dave Parks | |
2012-08-31 | MAINT-1503 Fix for ll_aligned_realloc returning non-aligned pointers on linux | Dave Parks | |
2012-08-30 | MAINT-1486 FIX Crash on login (Unhandled exception) | Richard Linden | |
open root timer by default | |||
2012-08-30 | Merge | Richard Linden | |
2012-08-30 | MAINT-1486 FIX Crash on login (Unhandled exception) | Richard Linden | |
cleaner implementation of llfasttimers...don't bother to share similarly named timers just create multiple timers with same name...doesn't break anything | |||
2012-08-30 | Automated merge with https://bitbucket.org/lindenlab/viewer-cat | Richard Linden | |
2012-08-30 | MAINT-1486 FIX Crash on login (Unhandled exception) | Richard Linden | |
allow duplicate named fast timers again, refactored timer code | |||
2012-08-31 | MAINT-1486 FIXED Crash on login (Unhandled exception) | MaksymS ProductEngine | |
2012-08-25 | Merge | Richard Linden | |
2012-08-25 | fixed crash on startup | Richard Linden | |
2012-08-24 | Automated merge with http://bitbucket.org/lindenlab/viewer-cat | Richard Linden | |
2012-08-15 | merge back beta fixes | Oz Linden | |
2012-08-08 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-08-08 | Add implementation comments to LLHandle. | Nat Goodspeed | |
I recently tried to wade through llhandle.h and got somewhat perplexed. Armed with an explanation from Richard, I've added notes to the file to try to make it a bit less mysterious. | |||
2012-08-08 | Move llhandle.h into llcommon; same generality as llpointer.h. | Nat Goodspeed | |
Leaving llhandle.h in llui restricts the set of viewer project directories which could potentially use it, and there's nothing whatsoever UI-specific about it. | |||
2012-08-07 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting | Richard Linden | |
2012-08-07 | SH-3275 WIP Run viewer metrics for object update messages | Richard Linden | |
cleaned up LLStat and removed unnecessary includes | |||
2012-08-06 | llfasttimer cleanup | Richard Linden | |
removed unnecessary cache miss from fast timers renamed llfasttimer_class back to llfasttimer | |||
2012-08-03 | Merge with lindenlab/viewer-development | simon@Simon-PC.lindenlab.com | |