summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2012-07-13Crashfix: LLVOVolume::calcLOD make sure avatar and avatar->mDrawable are valid.Nicky
2012-07-13Crashfix: Stop notifications when we're about to exit.Nicky
2012-07-14Crashfix: showToastsTop/Bottom, don't iterate over mToastList. The member ↵Nicky
can change during recursive calls, invalidating iterators.
2012-07-19Crashfix; Make sure getImage returns a valid result.Nicky
2012-07-21Crashfix; Guard against 0 pointer in LLRiggedVolume::update.Nicky
2012-07-21Crashfix; Change llassert_always to llassert + llwarns. This way users don't ↵Nicky
get disruptive crashes.
2012-10-22Crashfix; Guard against 0 pointer textures.Nicky
2012-07-24Crashfix; don't crash in ↵Nicky
LLRightClickInventoryFetchDescendentsObserver::execute when there's a 0 pointer for item_array or cat_array.
2012-08-14Make sure only one thread access mPendingLOD at a time.Nicky
2012-08-21Crashfix in animation preview floater.Nicky
2012-08-21Make sure mWearableItem/mNameEditor are valid before dereferencing them.Nicky
2012-08-26Gracefully handle 'Started' status. Ignore it and continue login.Nicky
2012-08-28Don't crash if star_brightness misses in a WL-Param set. Instead warn to log ↵Nicky
and exit the fuction gracefully.
2012-08-28Crashfix; During TP, or shortly after, gAgent.getRegion can be invalid. ↵Nicky
Handle that instead of crashing.
2012-09-01Crashfix; handle errors in release builds more gracefully.Nicky
2012-09-12Possible crash fix in LLAgent::doTeleportViaLocationAnsariel
2012-09-20Crash fix for non finite target in editing motionAnsariel
2012-09-26Add virtual destructor to LLGLFence.Nicky
2012-10-19merge back late fix for MAINT-1753Oz Linden
2012-10-19merge changes for DRTVWR-233Oz Linden
2012-10-19pull back changes from 3.4.1-beta9Oz Linden
2012-10-18MAINT-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-17MAINT-1527 Fix for crash on exit when VBO disabledDave Parks
2012-10-16pull back changes from 3.4.1-beta8Oz Linden
2012-10-15MAINT-1721 Fix for crash when clicking "back" button after editing appearance.Dave Parks
Reviewed by VoidPointer
2012-10-15pull back 3.4.1-beta7 fixesOz Linden
2012-10-12merge changes for DRTVWR-227Oz Linden
2012-10-11MAINT-1684: Correcting the calls to ll_aligned_free() which should have ↵William Todd Stinson
actually been to ll_aligned_free_16().
2012-10-11MAINT-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-10pull back 3.4.1-beta6 fixesOz Linden
2012-10-10DRTVWR-225 Cleanup assertionsDave Parks
2012-10-10Pull and merge from ssh://hg@bitbucket.org/oz_linden/viewer-beta-drtvwr-179.William Todd Stinson
2012-10-10merge changes for DRTVWR-226Oz Linden
2012-10-09MAINT-1688 Potential fix for crash on exit in LLTextureFetchDave Parks
2012-10-05MAINT-1636: Turning off tcmalloc for the build now that davep's changes are ↵William Todd Stinson
in to fix our major crasher.
2012-10-04merge changes for DRTVWR-222Oz Linden
2012-10-03Fix for linux buildDave Parks
2012-10-03Fix for mac/linux buildDave Parks
2012-10-03Fix for testsDave Parks
2012-10-03Fix non-thread-safe refcounting of LLHTTPClient::Responder and fix ↵Dave Parks
out-of-order deletion of LLTextureFetch on shutdown
2012-10-02Instrument debug builds on windows to help track down source of heap corruptionDave Parks
2012-10-02Adding libtcmalloc to the linux installer package.William Todd Stinson
2012-10-02Fix up some assertions in lloctree.hDave Parks
2012-10-01Only enable breakpad error handing if crash reporting is enabledDave Parks
2012-09-27Yet another attempt at deleting tcmallocDave Parks
2012-09-27Another attempt at deleting tcmalloc_minimal.dllDave Parks
2012-09-27Modify installer to remove libtcmalloc_minimal.dllDave Parks
2012-09-20Pull and merge from ↵William Todd Stinson
ssh://hg@bitbucket.org/stinson_linden/viewer-beta-drtvwr-179.
2012-09-20Correcting dynamic allocation issues with classes that have aligned data ↵William Todd Stinson
members.
2012-09-20reapply a577ec5b3e5f: Fix for linux build (skip llhttpclient unit tests that ↵Dave Parks
post to google.com)