aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/MainServer.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-7/+19
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-5/+19
* Fix bug where debug http level 6 could not be specified. Also converts newli...Justin Clark-Casey (justincc)2012-09-291-2/+2
* Comment out the long unused afaik HTTP agent handlers.Justin Clark-Casey (justincc)2012-09-211-3/+3
* Insert a new log level 4 for HTTP IN and HTTP OUT that will log how long the ...Justin Clark-Casey (justincc)2012-09-201-17/+31
* Add ability to turn on/off logging of outgoing HTTP requests flowing through ...Justin Clark-Casey (justincc)2012-09-201-22/+65
* Fix usage statement on "debug http" console command since max level is now 5 ...Justin Clark-Casey (justincc)2012-09-121-1/+1
* Make "show http-handlers" command available for ROBUST instances as well as t...Justin Clark-Casey (justincc)2012-09-121-0/+51
* Add levels 4 and 5 to "debug http" console command that will log a sample of ...Justin Clark-Casey (justincc)2012-09-111-0/+2
* Put all debug console commands into a single Debug section rather than scatte...Justin Clark-Casey (justincc)2012-06-151-1/+1
* Make the "debug http" command available for robust as well as the simulator. ...Justin Clark-Casey (justincc)2012-06-151-4/+56
* Add main instance to internal MainServer.m_Servers list to simplify internal ...Justin Clark-Casey (justincc)2012-06-151-3/+61
* When setting debug http level, do this for all known http servers, not just t...Justin Clark-Casey (justincc)2012-06-151-11/+30
* Get rid of some unnecessary null checks in RegionApplicationBase.StartupSpeci...Justin Clark-Casey (justincc)2012-06-151-4/+27
* Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)2011-10-251-0/+81