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