aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-11Extend "show stats" command to "show stats [list|all|<category name>]"Justin Clark-Casey (justincc)3-52/+189
2012-10-10Add "delete object pos <start-coord> to <end-coord>" console command.Justin Clark-Casey (justincc)1-2/+2
2012-10-09minor: Add documentation to IGridService.GetRegionFlags()Justin Clark-Casey (justincc)1-0/+1
2012-10-09Once again, forgot to add a file.Justin Clark-Casey (justincc)1-0/+52
2012-10-06On receiving TaskInventoryAccepted with a destination folder in the binary bu...Justin Clark-Casey (justincc)1-4/+5
2012-10-05Add Vector3.Zero return on TryParseConsoleVector() which fails on mono 2.4.3 ...Justin Clark-Casey (justincc)1-0/+3
2012-10-05Add missing ConsoleUtil from last commitJustin Clark-Casey (justincc)1-0/+111
2012-10-05Add "show object pos <start-coord> to <end-coord>" command to simulator console.Justin Clark-Casey (justincc)1-0/+13
2012-10-05refactor: Move OpenSim.Framework.PacketPool to OpenSim.Region.Clientstack.Lin...Justin Clark-Casey (justincc)1-247/+0
2012-10-04Add generic PercentageStat.Justin Clark-Casey (justincc)1-2/+33
2012-10-04Add experimental "slow frames" stat, available in "show stats" and via the mo...Justin Clark-Casey (justincc)2-2/+125
2012-09-30Allow setting connection limits, part 2Melanie1-1/+26
2012-09-30Allow setting max connections for an endpointMelanie1-1/+1
2012-09-30Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto8-14/+0
2012-09-30Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto8-0/+14
2012-09-29Fix bug where debug http level 6 could not be specified. Also converts newli...Justin Clark-Casey (justincc)2-5/+5
2012-09-22Make BaseHttpServer throws say something useful.Diva Canto1-2/+2
2012-09-21Minor: may avoid crashes of sims that still don't have this configuration sec...Diva Canto1-0/+3
2012-09-20Improvement over last commit: refactor the asset permissions code, so that it...Diva Canto1-0/+81
2012-09-21minor: Make slow outgoing request log messages consistent with other log mess...Justin Clark-Casey (justincc)1-7/+7
2012-09-21Comment out the long unused afaik HTTP agent handlers.Justin Clark-Casey (justincc)3-87/+87
2012-09-21Add request number counting to incoming HTTP requests in the same way that th...Justin Clark-Casey (justincc)2-19/+42
2012-09-20Insert a new log level 4 for HTTP IN and HTTP OUT that will log how long the ...Justin Clark-Casey (justincc)3-32/+87
2012-09-20Add ability to turn on/off logging of outgoing HTTP requests flowing through ...Justin Clark-Casey (justincc)3-35/+103
2012-09-18Fix some inconsistencies in configurartion: NonPhys primsBlueWall1-4/+4
2012-09-14Support multi-region OAR filesOren Hurvitz1-0/+5
2012-09-12Fix usage statement on "debug http" console command since max level is now 5 ...Justin Clark-Casey (justincc)1-1/+1
2012-09-12Fix bug in logging sample input at debug http level 4.Justin Clark-Casey (justincc)1-1/+1
2012-09-12mathematically & hypothetically speaking we want to avoid negative values bei...SignpostMarv1-7/+7
2012-09-12Make "show http-handlers" command available for ROBUST instances as well as t...Justin Clark-Casey (justincc)1-0/+51
2012-09-11Add levels 4 and 5 to "debug http" console command that will log a sample of ...Justin Clark-Casey (justincc)3-12/+90
2012-09-09implementing per-region configuration of limits on the number of prims one ca...SignpostMarv1-1/+19
2012-09-084096 is used in various places as the maximum height of a region, refactoring...SignpostMarv1-0/+1
2012-09-04Bump master code up to 0.7.5 now that 0.7.4 is out.Justin Clark-Casey (justincc)1-1/+1
2012-08-29Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folder...Justin Clark-Casey (justincc)2-15/+17
2012-08-20Tighten up OpenSim.Framework.Cache locking to avoid race conditions.Justin Clark-Casey (justincc)1-30/+53
2012-08-20Add --force flag to "kick user" console command to allow bypassing of recent ...Justin Clark-Casey (justincc)1-0/+14
2012-08-18When reporting a thread timeout, create a copy of the info rather than passin...Justin Clark-Casey (justincc)1-1/+14
2012-08-17adding a clip method to handle Vector3 objects to enable a minor amount of re...SignpostMarv1-0/+6
2012-08-15enables configurable minimum sizes for physical & non-physical primsSignpostMarv1-2/+40
2012-08-15Don't enable the thread watchdog until all regions are ready.Justin Clark-Casey (justincc)1-5/+26
2012-08-14Allow the use of the region debug console found in recent viewers. This consoleMelanie5-3/+21
2012-08-03Fix old regression that stopped saving parcel owner data in OARs.Justin Clark-Casey (justincc)2-35/+72
2012-07-27making first run more resilient to bad input (loop until good input, rather t...SignpostMarv1-7/+19
2012-07-27minor: Comment out unused MemoryWatchdog.m_churnRatePerMillisecond - this is ...Justin Clark-Casey (justincc)1-1/+1
2012-07-27Remove a couple of compiler warnings pointed out by SignpostMarvJustin Clark-Casey (justincc)1-1/+0
2012-07-25Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi...Justin Clark-Casey (justincc)6-2/+6
2012-07-25Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.Justin Clark-Casey (justincc)8-11/+9
2012-07-25Add MemoryWatchdog class missing from git master a1e9964Justin Clark-Casey (justincc)1-0/+129
2012-07-25Correct churn stat from MB/s from KB/sJustin Clark-Casey (justincc)1-1/+1