aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-24New Teleport protocol (V2), still compatible with V1 and older. (version of t...Diva Canto1-5/+6
2013-07-23Correct issue where the last instance of a sampled stat was shown 3x larger t...Justin Clark-Casey (justincc)1-1/+2
2013-07-23Improve spacing between data and units on console stats displayJustin Clark-Casey (justincc)1-3/+12
2013-07-23For stats which can show average change over time, show the last sample as we...Justin Clark-Casey (justincc)1-1/+11
2013-07-21EDIT BEAMS!!! They had been missing from OpenSim since ever. Thanks to lkalif...Diva Canto1-1/+1
2013-07-21Manage AgentUpdates more sanely:Diva Canto1-0/+2
2013-07-21Removed verbose debug from previous commitDiva Canto1-1/+0
2013-07-21PollServiceRequestManager: changed the long poll from a Queue to a List. No n...Diva Canto1-13/+17
2013-07-21Delay the enqueueing of non-longpoll requests for 100ms. No need to have thes...Diva Canto1-1/+11
2013-07-18Changed the timoeut of EQ 502s (no events) to 50 secs. The viewer post reques...Diva Canto1-1/+1
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 Canto3-49/+36
2013-07-18Added MinPoolThreads to ini [Startup] section to control SmartThreadPool.Dan Lake1-3/+5
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 Canto3-36/+49
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 Canto3-49/+36
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-16MSDN documentation is unclear about whether exiting a lock() block will trigg...dahlia1-5/+8
2013-07-15Add request received/handling stats for caps which are served by http poll ha...Justin Clark-Casey (justincc)5-51/+70
2013-07-15This might address the following observed exception:Diva Canto1-1/+1
2013-07-14Authenticate ChildAgentUpdate too.Diva Canto2-2/+3
2013-07-12Add ToOSDMap() overrides to the Stat subclass CounterStat.Robert Adams3-0/+88
2013-07-11Fix regression where llHTTPRequests which did not get an OK response returned...Justin Clark-Casey (justincc)1-1/+6
2013-07-10Added show client-stats [first last] command to expose what viewers are reque...Diva Canto1-3/+8
2013-07-08Add missing file BaseOutputStreamHandler.cs from recent commit e19defdJustin Clark-Casey (justincc)1-0/+60
2013-07-08minor: remove now unused migration-hack bool from DAMapJustin Clark-Casey (justincc)1-4/+0
2013-07-08BaseHttpServer: if the handler sets the content length, don't override it. Th...Diva Canto1-1/+1
2013-07-08Add "show caps stats by user" and "show caps stats by cap" console commands t...Justin Clark-Casey (justincc)7-16/+51
2013-07-04Revert "WARNING: BRUTE FORCE DEBUG. AVOID USING THIS COMMIT."Diva Canto1-4/+0
2013-07-04WARNING: BRUTE FORCE DEBUG. AVOID USING THIS COMMIT.Diva Canto1-0/+4
2013-06-29Changed HG status notifications timeout down to 15secs from the default 100.Diva Canto1-1/+9
2013-06-29Remove hack to migrate previous experimental-level os materials data.Justin Clark-Casey (justincc)1-9/+0
2013-06-27add method docs for DAMap.GetStore() and DAMap.SetStore()dahlia1-0/+12