Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-26 | Automated merge with http://hg.secondlife.com/viewer-release | Nat Goodspeed | |
2012-04-25 | SEC-995 FIX viewer is easily spammed to death by chat | Kelly Washington | |
removed a couple more unnecessary string copies from unfortunate LLSD behavior. reviewed with simon, post review from Richard. | |||
2012-02-15 | Fix llprocess_test.cpp's exception catching for Linux. | Nat Goodspeed | |
In the course of re-enabling the indra/test tests last year, Log generalized a workaround I'd introduced in llsdmessage_test.cpp. In Linux viewer land, a test program trying to catch an expected exception can't seem to catch it by its specific class (across the libllcommon.so boundary), but must instead catch std::runtime_error and validate the typeid().name() string. Log added a macro for this idiom in llevents_tut.cpp. Generalize that macro further for normal-case processing as well, move it to a header file of its own and use it in all known places -- plus the new exception-catching tests in llprocess_test.cpp. | |||
2012-03-08 | fix for MAINT-701: crash at LLCurl::Multi::markDead() | Xiaohong Bao | |
reviewed by davep | |||
2012-02-06 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2012-02-03 | fix for SH-2941: crash at LLCurl::Easy::~Easy() | Xiaohong Bao | |
2012-02-01 | cleaned up linden_common.h, removing stuff that is mostly unused | Richard Linden | |
2012-02-01 | converted a bunch of narrowing implicit conversions to explicit | Richard Linden | |
2012-01-25 | Introduce two new parameters "CurlUseMultipleThreads" and ↵ | Xiaohong Bao | |
"CurlRequestTimeOut" for QA to test Curl. | |||
2012-01-25 | fix for SH-2904: textures remain stuck in HTP state | Xiaohong Bao | |
2012-01-20 | fix for SH-2823 and SH-2824: LLCurl crash inside LLBufferArray::countAfter() ↵ | Xiaohong Bao | |
and LLBufferArray::copyIntoBuffers | |||
2012-01-17 | add more exception handlings for llcurl fix. | Xiaohong Bao | |
2012-01-17 | more exception handlings for llcurl fixes. | Xiaohong Bao | |
2012-01-12 | trivial: fix a mac build error. | Xiaohong Bao | |
2012-01-12 | fix for SH-2845, SH-2846, SH-2847, SH-2851: curl crashes and out-of-memory ↵ | Xiaohong Bao | |
crashes. | |||
2012-01-04 | Automated merge with ↵ | Xiaohong Bao | |
https://bitbucket.org/VirLinden/viewer-development-shining-fixes | |||
2012-01-04 | fix for SH-2823 and SH-2824: crash in curl: LLBufferArray::countAfter() and ↵ | Xiaohong Bao | |
LLBufferArray::copyIntoBuffers reviewed by vir | |||
2012-01-04 | merge | Brad Payne (Vir Linden) | |
2011-12-20 | add mutex to protect curl_multi-init() | Xiaohong Bao | |
2011-12-20 | more tuning of llcurl code targeting crashes like SH-2777. | Xiaohong Bao | |
2011-12-20 | more tuning of llcurl code targeting crashes like SH-2777. | Xiaohong Bao | |
2011-12-19 | SH-2738 Don't lock unless we really need to | Dave Parks | |
2011-12-19 | SH-2738 Don't lock unless we really need to | Dave Parks | |
2011-12-19 | SH-2738 Add comment documenting need to not make main thread wait on ↵ | Dave Parks | |
curl_multi_perform | |||
2011-12-15 | fix for SH-2738 and SH-2777, might also help SH-2723: heap corruption | Xiaohong Bao | |
SH-2738: Texture fetching freezes due to LLcurl SH-2777: viewer crashed on logout in LLCurl::Easy::releaseEasyHandle | |||
2011-12-15 | fix for SH-2738 and SH-2777, might also help SH-2723: heap corruption | Xiaohong Bao | |
SH-2738: Texture fetching freezes due to LLcurl SH-2777: viewer crashed on logout in LLCurl::Easy::releaseEasyHandle | |||
2011-12-12 | merge | Brad Payne (Vir Linden) | |
2011-12-12 | merge changes for vmrg-204 | Oz Linden | |
2011-12-09 | Backed out changeset fafd857891b1 | Dave Parks | |
2011-12-08 | fix for build error (warning for unreachable code) | Richard Linden | |
2011-12-07 | merge | Brad Payne (Vir Linden) | |
2011-12-07 | merge | Brad Payne (Vir Linden) | |
2011-12-05 | merge | Dave Parks | |
2011-12-05 | SH-2652 WIP -- Add timers to relevant areas, pause render pipeline while ↵ | Dave Parks | |
occlusion queries from previous frame are still pending and perform texture decode work. | |||
2011-12-05 | fix for sh-2738: Texture fetching freezes due to LLcurl | Xiaohong Bao | |
2011-12-01 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2011-11-29 | fix a mac build error: a friend declaration issue. | Xiaohong Bao | |
2011-11-29 | merge | Dave Parks | |
2011-11-21 | fix for sh-2601: [crashhunters] crash in LLBufferArray::countAfter() | Xiaohong Bao | |
sh-2602: [crashhunters] crash on exit in ~LLPumpIO() | |||
2011-11-17 | LLSD-14: Bring over llsd.{h,cpp} enhancements from server-trunk. | Nat Goodspeed | |
Because new enum values have been added to the LLSD type field, a few external switch statements must be adjusted to suppress fatal warnings, even though we never expect to encounter an LLSD instance containing any of the new values. | |||
2011-11-15 | merge | Dave Parks | |
2011-11-02 | merge | Dave Parks | |
2011-10-26 | Merge STORM-959 | niel@nirvana-win7hp.planescape.home | |
2011-10-19 | merge | Dave Parks | |
2011-10-18 | merge changes for STORM-1654 | Oz Linden | |
2011-10-14 | b782a75c99e6 backout cleanup | Dave Parks | |
2011-10-14 | Merge backout of b782a75c99e6 | Dave Parks | |
2011-10-14 | Backed out changeset b782a75c99e6 | Dave Parks | |
2011-10-05 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fui | Richard Nelson | |
2011-09-28 | SH-2276 Remove some log spam to alleviate stalls on login. | Dave Parks | |