aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-21Make the check as to whether any particular inbound AgentUpdate packet is sig...Justin Clark-Casey (justincc)3-60/+131
2013-07-21Add measure of number of inbound AgentUpdates that were seen as significant t...Justin Clark-Casey (justincc)2-3/+12
2013-07-21Hack in console command "debug lludp toggle agentupdate" to allow AgentUpdate...Justin Clark-Casey (justincc)1-0/+24
2013-07-21minor: provide user feedback in the log for now when udp in/out bound threads...Justin Clark-Casey (justincc)1-4/+8
2013-07-21Fix up a temporary debugging change from last commit which stopped "lludp sto...Justin Clark-Casey (justincc)1-2/+1
2013-07-21Delay the enqueueing of non-longpoll requests for 100ms. No need to have thes...Diva Canto1-1/+11
2013-07-21Do some simple queue empty checks in the main outgoing udp loop instead of al...Justin Clark-Casey (justincc)5-22/+92
2013-07-19Fix HGTravelStore.migrations in SQLite (mantis #6709)Diva Canto1-10/+10
2013-07-18BulletSim: add position resetting for stationary avatars so they don'tRobert Adams2-5/+20
2013-07-18Enable storing of environment settings in NullSimulationDataDan Lake1-3/+17
2013-07-18Changed the timoeut of EQ 502s (no events) to 50 secs. The viewer post reques...Diva Canto2-3/+10
2013-07-18try Hacking in an AutoResetEvent to control the outgoing UDP loop instead of ...Justin Clark-Casey (justincc)2-2/+28
2013-07-18Revert "Revert "I confuse myself. Let's try this variable name instead.""Diva Canto1-3/+3
2013-07-18Revert "Revert "Do the same trick that dahlia did for Dequeue(timeout)""Diva Canto1-2/+3
2013-07-18Revert "Revert "Putting the requests back in the queue while testing for coun...Diva Canto1-3/+7
2013-07-18Revert "Revert "Didn't mean to commit this change in BlockingQueue.cs""Diva Canto1-1/+1
2013-07-18Reverting the reverts I did yesterday. cpu-branch has now beenDiva Canto4-52/+41
2013-07-18Added MinPoolThreads to ini [Startup] section to control SmartThreadPool.Dan Lake2-4/+8
2013-07-18Fix what apepars to be a bug in DoubleQueue<T>.Enqueue(Queue<T> q, T data) wh...Justin Clark-Casey (justincc)1-1/+1
2013-07-17Revert "Cleared up much confusion in PollServiceRequestManager. Here's the hi...Diva Canto4-41/+52
2013-07-17command line kick user now uses exact name match instead of substring search ...Dan Lake1-2/+3
2013-07-17Revert "Didn't mean to commit this change in BlockingQueue.cs"Diva Canto1-1/+1
2013-07-17Revert "Putting the requests back in the queue while testing for count >0 is ...Diva Canto1-7/+3
2013-07-17Revert "Do the same trick that dahlia did for Dequeue(timeout)"Diva Canto1-3/+2
2013-07-17Revert "I confuse myself. Let's try this variable name instead."Diva Canto1-3/+3
2013-07-17Revert "Now trying DoubleQueue instead of BlockingQueue for the PollServiceRe...Diva Canto1-2/+2
2013-07-17Revert "This is a completely unreasonable thing to do, effectively defying th...Diva Canto1-52/+40
2013-07-17This is a completely unreasonable thing to do, effectively defying the purpos...Diva Canto1-40/+52
2013-07-17Now trying DoubleQueue instead of BlockingQueue for the PollServiceRequestMan...Diva Canto1-2/+2
2013-07-17I confuse myself. Let's try this variable name instead.Diva Canto1-3/+3
2013-07-17Do the same trick that dahlia did for Dequeue(timeout)Diva Canto1-2/+3
2013-07-17Putting the requests back in the queue while testing for count >0 is not the ...Diva Canto1-3/+7
2013-07-17Didn't mean to commit this change in BlockingQueue.csDiva Canto1-1/+1
2013-07-17Cleared up much confusion in PollServiceRequestManager. Here's the history:Diva Canto4-52/+41
2013-07-17BulletSim: fix small bug where everything looked like it was collidingRobert Adams2-6/+10
2013-07-16Removed the MapItems thread. Redirected the map items requests to the service...Diva Canto2-9/+45
2013-07-16Improvements to the ServiceThrottleModule: added a category and an itemid to ...Diva Canto3-11/+36
2013-07-16UserManagementModule: in the continuation, call the method that also looks up...Diva Canto1-2/+2
2013-07-16Added config var to fiddle with the Interval for the service throttle threadDiva Canto1-1/+4
2013-07-16Attachments module only registers when enabled. This enables alternative atta...Dan Lake3-6/+12
2013-07-16Deleted a couple of verbose messagesDiva Canto2-4/+2
2013-07-16Added IServiceThrottleModule.csDiva Canto1-0/+11
2013-07-16Changed the name to ServiceThrottle/ServiceThrottleModule in order to reflect...Diva Canto1-0/+0
2013-07-16Eliminated the UserManagement/UserManagementModule throttle thread. Made the ...Diva Canto2-189/+148
2013-07-16minor: Add warning method doc about possibly inconsistent results returned fr...Justin Clark-Casey (justincc)1-1/+19
2013-07-16Revert "Revert "MSDN documentation is unclear about whether exiting a lock() ...Justin Clark-Casey (justincc)1-5/+8
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