Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-03 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
made fast timer stack thread local added LLThreadLocalSingleton made LLThreadLocalPointer obey pointer rules for const added LLThreadLocalSingletonPointer for fast thread local pointers | |||
2013-01-02 | merge changes for DRTVWR-269 | Oz Linden | |
2012-12-28 | merge changes for DRTVWR-272 | Oz Linden | |
2012-12-23 | SH-3468 WIP add memory tracking base class | Richard Linden | |
fixed crash on exit by making LLInstanceTracker iterators use atomic iterator nesting count for thread safety | |||
2012-12-21 | MAINT-2168: Backed out changeset fb93eecd462d, reapply fix | Nat Goodspeed | |
Now that we've backed out the premature push, reapply the actual fix to propagate it appropriately. | |||
2012-12-21 | MAINT-2168: Backed out changeset 797318b62275, pushed to wrong repo | Nat Goodspeed | |
This changeset was prematurely pushed to the wrong repository. Back it out to propagate it the right way. | |||
2012-12-21 | MAINT-2168: fail with real message if required var PORT not set. | Nat Goodspeed | |
llhttpclient_test.cpp is only supposed to be run by test_llsdmessage_peer.py, as specified in llmessage/CMakeLists.txt. test_llsdmessage_peer.py sets the environment variable PORT before running INTEGRATION_TEST_llhttpclient. While it's not yet clear under what circumstances INTEGRATION_TEST_llhttpclient could find PORT not set (getenv() returning NULL), it's obvious that in that case, the previous code might well crash. Make it at least fail with an explanatory message rather than a mysterious large negative integer. In theory, occurrences of that message could help us solve the underlying issue. | |||
2012-12-21 | SH-3468 WIP add memory tracking base class | Richard Linden | |
improvements on lifetime of lltrace core data structures tweaks to thread local pointer handling so that static constructors/destructors can safely call functions that use lltrace | |||
2012-12-20 | merge changes for 3.4.4-beta3 | Oz Linden | |
2012-12-20 | merge changes for DRTVWR-271 | Oz Linden | |
2012-12-20 | Reverted mac updater | Aura Linden | |
2012-12-20 | There goes a month of work | Aura Linden | |
2012-12-19 | fix for SH-3640: Can not edit objects | Xiaohong Bao | |
2012-12-19 | merge changes for 3.4.4-beta2 | Oz Linden | |
2012-12-19 | merge changes for DRTVWR-270 | Oz Linden | |
2012-12-19 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-development | Nat Goodspeed | |
2012-12-19 | MAINT-1986: merge in TeamCity check in hashmap_test | Nat Goodspeed | |
2012-12-19 | MAINT-1986: merge in server-trunk fixes | Nat Goodspeed | |
2012-12-19 | MAINT-1986: in TeamCity, do not reload saved hashmap_test data. | Nat Goodspeed | |
Rev b7fd7c95c571 allows a developer to debug a failure in hashmap_test 1. Once the test fails, rerunning that test will replay the same failure to try to permit debugging it. But that behavior is extremely undesirable under TeamCity! In a TeamCity run, don't even check for saved data file. | |||
2012-12-18 | fix for SH-3624: Object deletion does not work | Xiaohong Bao | |
2012-12-18 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
removed some potential data races got memory stats recording in trace system | |||
2012-12-18 | Automated merge with ssh://hg.lindenlab.com/bao/bao-viewer-interesting/ | Xiaohong Bao | |
2012-12-18 | fix for SH-3619: some objects are missing | Xiaohong Bao | |
2012-12-18 | Switched mkTempDir back to using apple standard tempdir behavior instead of /tmp | Aura Linden | |
2012-12-18 | MAINT-1986: patch OPSDEV-111 fix (rev 9346b73d6843) from server-trunk | Nat Goodspeed | |
2012-12-18 | FIX (SPECULATIVE) MAINT-1340 - Media Volume control broken on Vista+ systems | callum_linden | |
2012-12-18 | MAINT-1986: patch DEV-50942 fix (rev 28828ba0f0be) from server-trunk. | Nat Goodspeed | |
2012-12-18 | SH-3468 WIP add memory tracking base class | Richard Linden | |
created memory tracking trace type instrumented a few classes with memory tracking | |||
2012-12-17 | Pull and merge from https://bitbucket.org/lindenlab/viewer-development. | William Todd Stinson | |
2012-12-17 | Pull and merge from https://bitbucket.org/lindenlab/viewer-development. | William Todd Stinson | |
2012-12-17 | MAINT-2134: Removing llassert() calls that were causing problems with the ↵ | William Todd Stinson | |
Debug and RelWithDebInfo builds. Also, reworked the rest of the methods to only apply in cases where the class instance has been initialized. | |||
2012-12-17 | increment version to 3.4.5 | Oz Linden | |
2012-12-17 | merge changes for DRTVWR-244 | Oz Linden | |
2012-12-16 | Merged | Aura Linden | |
2012-12-16 | Fixed small one-time memory leaks. | Aura Linden | |
2012-12-14 | BOOL vs bool FIGHT | Aura Linden | |
2012-12-14 | merge changes for DRTVWR-224 | Oz Linden | |
2012-12-13 | Fixes from Oz's merge. | Aura Linden | |
2012-12-13 | merge | Andrew Meadows | |
2012-12-13 | We now handle local_id=0 in KillObject as a prefix to deleted local_id's. | Andrew Meadows | |
This is the real viewer-side work that was the motivation for MAINT-2123. Reviewed with Bao. | |||
2012-12-13 | merge fixes from 3.4.3-beta3 | Oz Linden | |
2012-12-13 | merge changes for DRTVWR-267 | Oz Linden | |
2012-12-13 | merge changes for DRTVWR-244 | Oz Linden | |
2012-12-13 | Fixed whitespace issues for merge. | Aura Linden | |
2012-12-13 | merge changes for DRTVWR-266 | Oz Linden | |
2012-12-13 | Fix line endings. | Kelly Washington | |
2012-12-13 | MAINT-1995 Names of banned and allowed residents are not shown in Access tab ↵ | Kelly Washington | |
of the About Land dialog Code by Richard, reviewed by merov and kelly | |||
2012-12-12 | sync with viewer-development | eli | |
2012-12-12 | Pull and merge viewer-development | simon@Simon-PC.lindenlab.com | |
2012-12-12 | fix for SH-3622: crash on LLViewerRegion::updateVisibleEntries | Xiaohong Bao | |