summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-11When using OS autobuild config switches, set build configuration in VS to ↵Tank_Master
specified type (release, relwithdebinfo, or debug) Also, set startup project to SecondLife-bin
2012-06-11merge spelling changes for UI reviewOz Linden
2012-06-11Refactoring of the request completion thread and removal of ↵Monty Brandenberg
206/content-range hack in xport. Retry/response handling is decided in policy so moved that there. Removed special case 206-without-content-range response in transport. Have this sitation recognizable in the API and let callers deal with it as needed.
2012-06-11storm-1843: remove unused ParcelMediaURLFilter codeKadah_Coba
2012-06-11merge fixes for http testsOz Linden
2012-06-11Correcting an incorrectly named notification.Todd Stinson
2012-06-11Backed out changeset: 18b06d44c5a3Todd Stinson
2012-06-11MAINT-646 Get rid of a hotspot in LLViewerObjectList::update, fix for error ↵Dave Parks
in llpolymorph
2012-06-11Merge viewer HTTP test repositoryTank_Master
2012-06-11Unit test fixups. Mac/Linux detect memory leak due to llwarns, try/catch ↵Monty Brandenberg
cleanup. Our logging holds on to a changing bit of memory between operations and the memory leak detection I'm using senses this and complains. So, for now, disable the final memory check on Mac & Linux, leave it active on Windows. Solve this for real some other day. Add try/catch blocks to do cleanup in unit tests that go wrong so that we don't get a cascade of assertion failures when subsequent tests find singletons still alive.
2012-06-11STORM-276 Added the ability to remove (user-installed) dictionariesKitty Barnett
2012-06-11remove tooltip when hovering over main volume icon in the status barTank_Master
2012-06-11STORM-276 Ignore any files in the app_settings/dictionaries folderKitty Barnett
2012-06-11mergeBrad Payne (Vir Linden)
2012-06-11avatar metrics - cleanup, removed unused fieldsBrad Payne (Vir Linden)
2012-06-11STORM-276 Distinguish between default dictionaries and user-installed ↵Kitty Barnett
dictionaries
2012-06-11fix error notices to be more prominent for invalid list names and keywordsOz Linden
2012-06-11STORM-276 Insert braces around if/for/while loopsKitty Barnett
2012-06-10STORM-1878: Blocking an avatar does not derender worn lightsMartinRJ Fayray
2012-06-09merge changes for DRTVWR-165Oz Linden
2012-06-09Added tag 3.3.3-beta2 for changeset fdcc08a4f20aOz Linden
2012-06-09tag merge of DRTVWR-165Oz Linden
2012-06-08SH-3145 : Expose update fetch and update priorities magic numbers in ↵Merov Linden
settings.xml
2012-06-08Pull and merge a single changeset from ↵Todd Stinson
http://hg.lindenlab.com/nat/viewer-maint-1144/ to resolve build issues.
2012-06-08EXP-1953: Ensuring to send the IM_LURE_DECLINED message back to the inviter.Todd Stinson
2012-06-08EXP-1953: Sending an automated IM back to the user who offered the teleport ↵Todd Stinson
lure informing the inviter that the guest cannot access the region because of their maturity level.
2012-06-08Merge pull from vir/dranoMerov Linden
2012-06-08EXP-1953: First pass at implementing the maturity flow during a teleport via ↵Todd Stinson
lure.
2012-06-08Implemented HTTP retry for requests. Went in rather easily whichMonty Brandenberg
surprised me. Added a retry queue similar to ready queue to the policy object which is sorted by retry time. Currently do five retries (after the initial try) delayed by .25, .5, 1, 2 and 5 seconds. Removed the retry logic from the lltexturefetch module. Upped the waiting time in the unit test for the retries. People won't like this but tough, need tests.
2012-06-08STORM-1877 Missing entries in strings.xml for some Inventory folder namesJonathan Yap
2012-06-08merge changes for tags in viewer-beta repoOz Linden
2012-06-08SH-3153 FIXBrad Payne (Vir Linden)
2012-06-08merge changes to fix http testsOz Linden
2012-06-08MAINT-646 Optimize LLVolumeImplFlexible::doIdleUpdate()Dave Parks
2012-06-08MAINT-646 Enable /fp:fast in Visual StudioDave Parks
2012-06-08MAINT-646 Knock out some extraneous performance timersDave Parks
2012-06-08Automated merge with ssh://hg.lindenlab.com/monty/viewer-drano-httpMonty Brandenberg
2012-06-08Automated merge with ssh://hg.lindenlab.com/monty/viewer-drano-httpMonty Brandenberg
2012-06-08Automated merge with ssh://hg.lindenlab.com/monty/viewer-drano-httpMonty Brandenberg
2012-06-08Limit libcurl's DNS resolution to IPV4 addresses for now. CallersMonty Brandenberg
who want to try IPV6 can still override at will using CURLOPT_IPRESOLVE.
2012-06-08merge changes for DRTVWR-164Oz Linden
2012-06-08tag merge of DRTVWR-164Oz Linden
2012-06-08merge changes for DRTVWR-162Oz Linden
2012-06-08tag merge of DRTVWR-162Oz Linden
2012-06-08mergeBrad Payne (Vir Linden)
2012-06-08avatar metrics - removed unused fieldsBrad Payne (Vir Linden)
2012-06-08tag merge of DRTVWR-164Oz Linden
2012-06-08merge changes for DRTVWR-163Oz Linden
2012-06-08tag merge of DRTVWR-163Oz Linden
2012-06-07First efforts at getting the texture cache working. This isMonty Brandenberg
now avoiding doing HTTP fetches for read data. Not certain it's completely correct but the difference is already significant.