aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/MainServer.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove useless executable bit that Windows adds.onefang2020-09-091-0/+0
* remove some more useless NULL argumentsUbitUmarov2019-10-221-1/+1
* remove some useless NULL argumentsUbitUmarov2019-10-221-5/+5
* Massive console refactor. Greatly simplify interface.Melanie2019-08-201-6/+6
* fix typoUbitUmarov2018-11-031-1/+0
* we should only have one http poll service manager per instanceUbitUmarov2018-11-031-4/+5
* forgot about lsl secure urls service.. so lets try another way for now (manti...UbitUmarov2018-11-021-1/+1
* only main http server listener should run events poolUbitUmarov2018-11-011-1/+1
* remove a accent from a method nameUbitUmarov2017-05-271-1/+1
* merge masterUbitUmarov2017-05-231-0/+12
|\
| * please DIE! PLEASE??UbitUmarov2017-05-231-0/+12
* | fix mergeUbitUmarov2017-01-051-7/+7
|\ \ | |/
| * Massive tab and trailing space cleanupMelanie Thielker2017-01-051-7/+7
* | keep a unsecure http port up for external services (datasnapshot search). Onl...UbitUmarov2016-10-091-0/+16
|/
* Fix regression tests relating to agent transfer by making simulator use last ...Justin Clark-Casey (justincc)2013-07-261-0/+5
* Implement logging of first 80 characters (debug level 5) or full body data (d...Justin Clark-Casey (justincc)2013-06-121-3/+5
* Show http poll handlers in separate http (poll) section of "show http-handler...Justin Clark-Casey (justincc)2013-02-271-2/+5
* Add Json-Rpc 2.0 To Registered HandlersBlueWall2013-01-151-0/+4
* 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