| Commit message (Expand) | Author | Files | Lines |
2012-09-30 | Revert "Added request.Proxy=null everywhere, as discussed in http://stackover... | Diva Canto | 8 | -14/+0 |
2012-09-30 | Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com... | Diva Canto | 8 | -0/+14 |
2012-09-29 | Fix bug where debug http level 6 could not be specified. Also converts newli... | Justin Clark-Casey (justincc) | 2 | -5/+5 |
2012-09-22 | Make BaseHttpServer throws say something useful. | Diva Canto | 1 | -2/+2 |
2012-09-21 | Minor: may avoid crashes of sims that still don't have this configuration sec... | Diva Canto | 1 | -0/+3 |
2012-09-20 | Improvement over last commit: refactor the asset permissions code, so that it... | Diva Canto | 1 | -0/+81 |
2012-09-21 | minor: Make slow outgoing request log messages consistent with other log mess... | Justin Clark-Casey (justincc) | 1 | -7/+7 |
2012-09-21 | Comment out the long unused afaik HTTP agent handlers. | Justin Clark-Casey (justincc) | 3 | -87/+87 |
2012-09-21 | Add request number counting to incoming HTTP requests in the same way that th... | Justin Clark-Casey (justincc) | 2 | -19/+42 |
2012-09-20 | Insert 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-20 | Add ability to turn on/off logging of outgoing HTTP requests flowing through ... | Justin Clark-Casey (justincc) | 3 | -35/+103 |
2012-09-18 | Fix some inconsistencies in configurartion: NonPhys prims | BlueWall | 1 | -4/+4 |
2012-09-14 | Support multi-region OAR files | Oren Hurvitz | 1 | -0/+5 |
2012-09-12 | Fix usage statement on "debug http" console command since max level is now 5 ... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-09-12 | Fix bug in logging sample input at debug http level 4. | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-09-12 | mathematically & hypothetically speaking we want to avoid negative values bei... | SignpostMarv | 1 | -7/+7 |
2012-09-12 | Make "show http-handlers" command available for ROBUST instances as well as t... | Justin Clark-Casey (justincc) | 1 | -0/+51 |
2012-09-11 | Add levels 4 and 5 to "debug http" console command that will log a sample of ... | Justin Clark-Casey (justincc) | 3 | -12/+90 |
2012-09-09 | implementing per-region configuration of limits on the number of prims one ca... | SignpostMarv | 1 | -1/+19 |
2012-09-08 | 4096 is used in various places as the maximum height of a region, refactoring... | SignpostMarv | 1 | -0/+1 |
2012-09-04 | Bump master code up to 0.7.5 now that 0.7.4 is out. | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-08-29 | Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folder... | Justin Clark-Casey (justincc) | 2 | -15/+17 |
2012-08-20 | Tighten up OpenSim.Framework.Cache locking to avoid race conditions. | Justin Clark-Casey (justincc) | 1 | -30/+53 |
2012-08-20 | Add --force flag to "kick user" console command to allow bypassing of recent ... | Justin Clark-Casey (justincc) | 1 | -0/+14 |
2012-08-18 | When reporting a thread timeout, create a copy of the info rather than passin... | Justin Clark-Casey (justincc) | 1 | -1/+14 |
2012-08-17 | adding a clip method to handle Vector3 objects to enable a minor amount of re... | SignpostMarv | 1 | -0/+6 |
2012-08-15 | enables configurable minimum sizes for physical & non-physical prims | SignpostMarv | 1 | -2/+40 |
2012-08-15 | Don't enable the thread watchdog until all regions are ready. | Justin Clark-Casey (justincc) | 1 | -5/+26 |
2012-08-14 | Allow the use of the region debug console found in recent viewers. This console | Melanie | 5 | -3/+21 |
2012-08-03 | Fix old regression that stopped saving parcel owner data in OARs. | Justin Clark-Casey (justincc) | 2 | -35/+72 |
2012-07-27 | making first run more resilient to bad input (loop until good input, rather t... | SignpostMarv | 1 | -7/+19 |
2012-07-27 | minor: Comment out unused MemoryWatchdog.m_churnRatePerMillisecond - this is ... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-07-27 | Remove a couple of compiler warnings pointed out by SignpostMarv | Justin Clark-Casey (justincc) | 1 | -1/+0 |
2012-07-25 | Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi... | Justin Clark-Casey (justincc) | 6 | -2/+6 |
2012-07-25 | Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring. | Justin Clark-Casey (justincc) | 8 | -11/+9 |
2012-07-25 | Add MemoryWatchdog class missing from git master a1e9964 | Justin Clark-Casey (justincc) | 1 | -0/+129 |
2012-07-25 | Correct churn stat from MB/s from KB/s | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-07-25 | Add experimental "OpenSim object memory churn" statistics to output of region... | Justin Clark-Casey (justincc) | 2 | -8/+15 |
2012-07-25 | Make SceneManager.OnRegionsReadyStatusChange event available. | Justin Clark-Casey (justincc) | 1 | -0/+8 |
2012-07-23 | Committing Avination's memleak fix-a-thon, installment #2 | Melanie | 1 | -1/+10 |
2012-07-23 | Commiting Avination's memleak fix-a-thon, installment #1 | Melanie | 1 | -4/+8 |
2012-07-19 | Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled... | Justin Clark-Casey (justincc) | 1 | -0/+5 |
2012-07-13 | Rather than instantiating a UTF8 encoding everywhere when we want to supress ... | Justin Clark-Casey (justincc) | 2 | -3/+2 |
2012-07-12 | Remove IClientAPI.GetClientEP() in favour of existing identical IClientAPI.Re... | Justin Clark-Casey (justincc) | 1 | -1/+0 |
2012-07-12 | Extend "show circuits" to show circuit code, ip and viewer name. | Justin Clark-Casey (justincc) | 1 | -0/+5 |
2012-07-11 | Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c... | Justin Clark-Casey (justincc) | 6 | -27/+19 |
2012-07-05 | Log warning if time between invocations of the watchdog thread is twice the t... | Justin Clark-Casey (justincc) | 1 | -2/+22 |
2012-07-04 | refactor: rename Watchdog.WATCHDOG_TIMEOUT_MS to DEFAULT_WATCHDOG_TIMEOUT_MS ... | Justin Clark-Casey (justincc) | 1 | -3/+3 |
2012-07-01 | Add preservation of running state of scripts when drag-copying. | Melanie | 1 | -0/+12 |
2012-06-30 | Remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2 | -2/+2 |