Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-22 | Automated merge with ↵ | Richard Linden | |
bundle:d:\code\viewer-interesting+c:\users\richard\appdata\local\temp\thg.sp0eps\ssh__richard@hg.lindenlab.com_richard_viewer-interesting-metrics_5o81ck.hg | |||
2013-03-22 | merge with viewer-release | Richard Linden | |
2013-03-18 | Merge | Xiaohong Bao | |
2013-03-06 | renamed LLTrace stat gathering classes/methods to make the structure of ↵ | Richard Linden | |
LLTrace clearer Count becomes CountStatHandle Count.sum becomes sum(Count, value), etc. | |||
2013-02-28 | for SH-3824: interesting: Ensure viewer can handle object updates from ↵ | Xiaohong Bao | |
entire region gracefully | |||
2013-01-09 | viewer-development merge | Baker Linden | |
2013-01-09 | [MAINT-2185] Unable to upload terrain .raw files | Baker Linden | |
- Fixed an issue where a slash was prepended to the beginning of the filename (which happened to be the full path) | |||
2013-01-08 | Automated merge with https://bitbucket.org/lindenlab/viewer-tiger | Dave Parks | |
2013-01-08 | merge changes for DRTVWR-250 | Oz Linden | |
2013-01-08 | SH-3468 WIP add memory tracking base class | Richard Linden | |
more fixes for unit test crashes added llcommon initialization/teardown for unit tests that indirectly trigger lltrace changed access of atomic refcount to use preincrement/decrement operators to reflect desired semantics always call apr_initialize in LLCommon::initClass, even if already initialized...apr does internal reference counting to keep things straight | |||
2013-01-06 | SH-3468 WIP add memory tracking base class | Richard Linden | |
fix for unit test failures...cleanup apr without destroying pools, allowing LLProxy to clean itself up as a singleton (and avoiding spurious dependencies associated with manually destorying singletons that rely on apr pools) | |||
2013-01-04 | Automated merge with http://bitbucket.org/lindenlab/viewer-development | Richard Linden | |
2013-01-04 | merge back DRTVWR-275 from 3.4.4 beta | Oz Linden | |
2013-01-03 | MAINT-2184 [crashhunters] new crash in LLUUID::toString | Kelly Washington | |
Fix dangling references. | |||
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 | |||
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-04 | Pull and merge viewer-development | simon@Simon-PC.lindenlab.com | |
2012-11-20 | Automated merge with https://bitbucket.org/lindenlab/viewer-development | Dave Parks | |
2012-11-19 | merge with viewer-development | Richard Linden | |
2012-11-19 | merge changes for DRTVWR-245 | Oz Linden | |
2012-11-16 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
got new fast timer code to compile and run | |||
2012-11-15 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
eliminated min and max macros from windows.h got rest of viewer to compile against llfasttimer changes | |||
2012-11-14 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
cleaning up build moved most includes of windows.h to llwin32headers.h to disable min/max macros, etc streamlined Time class and consolidated functionality in BlockTimer class llfasttimer is no longer included via llstring.h, so had to add it manually in several places | |||
2012-11-12 | MAINT-1897 Poor performance viewing large group member lists | Kelly Washington | |
* Split avatar name requests up among multiple frames to prevent overloading the nameserver and having requests time out. | |||
2012-10-29 | MAINT-1791 : Parcel media clear list crash. Reviewed by Kelly | simon@Simon-PC.lindenlab.com | |
2012-10-15 | SH-3405 WIP convert existing stats to lltrace system | Richard Linden | |
converted all remaining LLViewerStats to lltrace | |||
2012-10-15 | Merge in viewer-development code and fix build | simon@Simon-PC.lindenlab.com | |
2012-10-10 | pull back 3.4.1-beta6 fixes | Oz Linden | |
2012-10-10 | Pull and merge from ssh://hg@bitbucket.org/oz_linden/viewer-beta-drtvwr-179. | William Todd Stinson | |
2012-10-09 | MAINT-1688 Potential fix for crash on exit in LLTextureFetch | Dave Parks | |
2012-10-03 | Fix for tests | 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-09-20 | Pull and merge from ↵ | William Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-beta-drtvwr-179. | |||
2012-09-20 | reapply a577ec5b3e5f: Fix for linux build (skip llhttpclient unit tests that ↵ | Dave Parks | |
post to google.com) | |||
2012-09-10 | Backing out the changes contributing to DRTVWR-167 and DRTVWR-179 from the ↵ | William Todd Stinson | |
repository. | |||
2012-09-06 | Automated merge with http://bitbucket.org/lindenlab/viewer-development | Richard Linden | |
2012-11-07 | Merge. Refresh DRTVWR-209 with 3.4.2-beta1 code. | Monty Brandenberg | |
Two fairly simple conflicts: dead stats sending code in the texture fetch code (new llcorehttp library) and the cleanup code in llappviewer was moved around in 3.4.x. | |||
2012-09-07 | DRTVWR-209 Merge of viewer-development with SH-3316 drano-http code. | Monty Brandenberg | |
This was yet another refresh from v-d because of significant changes to lltexturefetch that would not have been resolvable by casual application of any merge tool. There are still a few questions outstanding but this is the initial, optimistic merge. | |||
2012-09-05 | Merge in latest viewer-development | simon@Simon-PC.lindenlab.com | |
2012-08-24 | Automated merge with http://bitbucket.org/lindenlab/viewer-cat | Richard Linden | |
2012-08-20 | merge back beta fixes | Oz Linden | |
2012-08-13 | PATH-849: CRASHFIX This should fix the crash caused by ↵ | Todd Stinson | |
LLPathfindingObject::handleAvatarNameFetch being called after the corresponding LLPathfindingObject has been deleted. | |||
2012-08-07 | SH-3275 WIP Run viewer metrics for object update messages | Richard Linden | |
cleaned up LLStat and removed unnecessary includes | |||
2012-08-03 | Merge of viewer-development (3.4.1). | Monty Brandenberg | |
2012-07-30 | merge | Brad Payne (Vir Linden) | |
2012-07-30 | merge | Brad Payne (Vir Linden) | |
2012-07-24 | merge to viewer-developmento | Oz Linden | |