aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-16Revert "MSDN documentation is unclear about whether exiting a lock() block wi...Justin Clark-Casey (justincc)1-8/+5
2013-07-16In the pursuit of using less CPU: now trying to avoid blocking queues altoget...Diva Canto2-15/+120
2013-07-16Actually use DoubleQueue in UserManagement/UserManagementModuleDiva Canto1-1/+1
2013-07-16High CPU hunt: try a different blocking queue, DoubleQueueDiva Canto2-1/+3
2013-07-16revert last commit which seems to conflict with DoubleQueue internals. The ra...dahlia1-10/+5
2013-07-16add locking to internal queue in WebFetchInvDescModule; lack of which caused ...dahlia1-5/+10
2013-07-16MSDN documentation is unclear about whether exiting a lock() block will trigg...dahlia1-5/+8
2013-07-16Simplify EventQueue cap setup so that it is also stat monitored.Justin Clark-Casey (justincc)1-45/+29
2013-07-15Add request received/handling stats for caps which are served by http poll ha...Justin Clark-Casey (justincc)11-126/+267
2013-07-15Revert "Puts RequestImage (UDP) back to asyn -- CPU spike hunt"Diva Canto1-1/+1
2013-07-15Guard against null refDiva Canto1-1/+2
2013-07-15Puts RequestImage (UDP) back to asyn -- CPU spike huntDiva Canto1-1/+1
2013-07-15Revert the revertDiva Canto1-0/+2
2013-07-15Protect against null requestsDiva Canto2-12/+16
2013-07-15Trying to hunt the CPU spikes recently experienced.Diva Canto1-2/+0
2013-07-15This might address the following observed exception:Diva Canto1-1/+1
2013-07-14Added SQLite version of hg travel data store. UNTESTED. Hope it works!Diva Canto2-0/+100
2013-07-14Cleanup old hg sessions (older than 2 days)Diva Canto5-2/+20
2013-07-14HG UAS: Moved hg-session data from memory to DB storage. This makes it so tha...Diva Canto5-90/+344
2013-07-14Minor typo in log messageDiva Canto1-1/+1
2013-07-14Let's go easy on authenticating ChildAgentUpdates, otherwise this will be cha...Diva Canto1-7/+5
2013-07-14Fix broken tests -- the test setup was wrong... sigh.Diva Canto2-1/+2
2013-07-14Authenticate ChildAgentUpdate too.Diva Canto4-18/+32
2013-07-14Change the auth token to be the user's sessionid.Diva Canto4-7/+10
2013-07-13And this fixes the other failing tests. Justin, the thread pool is not being ...Diva Canto1-2/+0
2013-07-13This should fix the failing test.Diva Canto1-2/+1
2013-07-13Deleted a line too manyDiva Canto1-0/+3
2013-07-13Guard against unauthorized agent deletes.Diva Canto9-32/+57
2013-07-13Deleted GET agent all around. Not used.Diva Canto5-134/+2
2013-07-13Gatekeeper: stop bogus agents earlier, here at the Gatekeeper. No need to bot...Diva Canto1-0/+6
2013-07-13Some more debug to see how many threads are available.Diva Canto1-0/+2
2013-07-13That didn't fix the problem.Diva Canto2-27/+38
2013-07-13Trying to reduce CPU usage on logins and TPs: trying radical elimination of a...Diva Canto2-38/+27
2013-07-13This commit effectively reverses the previous one, but it's just to log that ...Diva Canto1-4/+4
2013-07-13Same issue as previous commit.Diva Canto1-3/+4
2013-07-13Moved SendInitialDataToMe to earlier in CompleteMovement. Moved TriggerOnMake...Diva Canto2-6/+15
2013-07-13Added UploadBakedTexture/UploadBakedTextureServerConnector, so that this can ...Diva Canto1-0/+76
2013-07-13Reinsert PhysicsActor variable back into SOP.SubscribeForCollisionEvents() in...Justin Clark-Casey (justincc)1-8/+12
2013-07-13In co-op termination, extend EventWaitHandle to give this an indefinite lifet...Justin Clark-Casey (justincc)1-2/+21
2013-07-12Add ToOSDMap() overrides to the Stat subclass CounterStat.Robert Adams3-0/+88
2013-07-12Changed UploadBakedTextureModule so that it uses the same pattern as the othe...Diva Canto1-8/+27
2013-07-11Enhance NullEstateData to remember stored estate values and returnRobert Adams1-7/+21
2013-07-11Centralize duplicated code in SceneObjectPart for subscribing toRobert Adams1-54/+43
2013-07-11Added a few more thingies to the asset client test to poke the threadpool.Diva Canto1-2/+19
2013-07-11Try naming the materials handlers again, this time registering the POST as Re...Justin Clark-Casey (justincc)1-3/+6
2013-07-11minor: remove some regression test logging switches accidentally left uncomme...Justin Clark-Casey (justincc)2-2/+2
2013-07-11minor: Take out unnecessary clumsy sleep at the end of regression Test404Resp...Justin Clark-Casey (justincc)1-3/+0
2013-07-11Fix regression where llHTTPRequests which did not get an OK response returned...Justin Clark-Casey (justincc)3-41/+244
2013-07-11Added property to make for more flexible testing.Diva Canto1-0/+5
2013-07-11Added a test for the asset serviceDiva Canto1-0/+99