aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Beef up the web server a bit.onefang2019-08-131-0/+4
| | | | | | | | | Sanatize the path. Add support for Last-Modified, If-Modified-Since, and Cache-Control: no-cache. Teach the base server about more binary content types.
* The knomes have been obsconded with by hippos.onefang2019-08-061-2/+2
|
* Warnings--onefang2019-06-041-1/+1
|
* Update version number stuff, and hack it into the money display.onefang2019-05-191-1/+1
|
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-1927-513/+951
|
* Stop it from not stopping.root2019-05-191-2/+3
|
* Fix version stuffs.David Walter Seikel2016-11-031-1/+1
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-0334-833/+3180
|
* Bump build number.David Walter Seikel2013-09-101-1/+1
|
* Rejig version number.David Walter Seikel2013-02-242-8/+8
|
* Add IG version bits.David Walter Seikel2013-02-232-7/+9
|
* Change 0.7.5 flavour to post-fixesJustin Clark-Casey (justincc)2013-02-091-1/+1
|
* Bump 0.7.5 flavour to ReleaseJustin Clark-Casey (justincc)2013-02-081-1/+1
|
* Explicitly stop PollServiceRequestManager() rather than relying on its ↵Justin Clark-Casey (justincc)2013-02-082-5/+15
| | | | | | destructor. Hopes to address occasional shutdown failures from http://opensimulator.org/mantis/view.php?id=6503
* Bump version up to 0.7.5-rc2Justin Clark-Casey (justincc)2013-01-261-1/+1
|
* Flip version to 0.7.5.RC10.7.5-rc1Justin Clark-Casey (justincc)2013-01-041-1/+1
|
* In BaseHttpServer.HandleRequest(), use Culture.SetCurrentCulture() rather ↵Justin Clark-Casey (justincc)2012-12-051-1/+1
| | | | than creating a new CultureInfo separately
* Consistenly make NUnit test cases inherit from OpenSimTestCase which ↵Justin Clark-Casey (justincc)2012-11-242-2/+4
| | | | automatically turns off any logging enabled between tests
* Make "show threads" and "thread abort" console commands available on all serversJustin Clark-Casey (justincc)2012-11-232-102/+93
|
* Make "force gc" console command available across all serversJustin Clark-Casey (justincc)2012-11-232-11/+12
|
* Make "show version" console command available across all serversJustin Clark-Casey (justincc)2012-11-232-8/+7
|
* Delete unused BaseHttpServer.HandleAgentRequest()Justin Clark-Casey (justincc)2012-11-231-53/+0
|
* Factor out command script code.Justin Clark-Casey (justincc)2012-11-221-2/+50
| | | | This also allows comments in command scripts (lines starting with ;, # or //) to be used across all servers
* Make "config show/set/get/save" console commands available on all serversJustin Clark-Casey (justincc)2012-11-221-3/+137
|
* Factor out common pid file creation and removal code.Justin Clark-Casey (justincc)2012-11-222-40/+47
| | | | Log path at which pid file is created or reason for failure to create.
* Add "get log level" command - this returns the current server session ↵Justin Clark-Casey (justincc)2012-11-221-19/+31
| | | | | | console logging level. This supersedes getting information by calling "set log level" without a 4th argument, which is confusing.
* Remove unused BaseOpenSimServer.ShowHelp()Justin Clark-Casey (justincc)2012-11-221-21/+0
|
* Make "set log level" command available across all serversJustin Clark-Casey (justincc)2012-11-222-31/+31
|
* Make "show info" command available across all serversJustin Clark-Casey (justincc)2012-11-222-179/+183
| | | | This helpfully lists version information, startup location and console log level
* Factor out common registration of "show uptime" commandJustin Clark-Casey (justincc)2012-11-222-66/+76
|
* factor out common HandleShow code for "show uptime"Justin Clark-Casey (justincc)2012-11-222-34/+55
|
* refactor: Factor out copy/pasted server uptime report codeJustin Clark-Casey (justincc)2012-11-222-25/+62
|
* minor: If logging full incoming HTTP data, don't deceptively print ... at ↵Justin Clark-Casey (justincc)2012-11-201-2/+5
| | | | the end of the body.
* A few more AssemblyInfos in a few more dlls.Diva Canto2012-11-142-0/+66
|
* Add "force gc" region console command which manually invokes garbage collection.Justin Clark-Casey (justincc)2012-10-291-0/+11
| | | | For debugging purposes.
* minor: Get content type handler logger to log "unset" for the content type ↵Justin Clark-Casey (justincc)2012-10-231-1/+1
| | | | instead of blank if no content type was set.
* minor: Use LogIncomingToContentTypeHandler() method for incoming HTTP data ↵Justin Clark-Casey (justincc)2012-10-231-8/+2
| | | | | | where this wasn't already used. This allows log level 5 (log sample or large part of incoming post data) to operate and removes copy/paste.
* If we're avoiding printing a long request warning for a GetTexture CAP call, ↵Justin Clark-Casey (justincc)2012-10-181-1/+1
| | | | | | check we received a request handler first since this is not guaranteed. Resolves harmless logged exception when content type and generic xml rpc requests take more than 3 seconds.
* Extend "show stats" command to "show stats [list|all|<category name>]"Justin Clark-Casey (justincc)2012-10-111-28/+4
| | | | | | This allows different categories of stats to be shown, with options to list categories or show all stats. Currently categories are scene and simulator and only a very few stats are currently registered via this mechanism. This commit also adds percentage stats for packets and blocks reused from the packet pool.
* Allow setting max connections for an endpointMelanie2012-09-301-1/+1
|
* Revert "Added request.Proxy=null everywhere, as discussed in ↵Diva Canto2012-09-303-4/+0
| | | | | | | | http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow." But the patch is here, in case anyone wants to try it. This reverts commit 531edd51d82ecd6a842a2611c99e9919634491ef.
* Added request.Proxy=null everywhere, as discussed in ↵Diva Canto2012-09-303-0/+4
| | | | | | http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow. Thanks R.Gunther (rigun@rigutech.nl) https://lists.berlios.de/pipermail/opensim-users/2012-September/010986.html
* Fix bug where debug http level 6 could not be specified. Also converts ↵Justin Clark-Casey (justincc)2012-09-292-5/+5
| | | | newlines at this level to '\n' to enable them to be logged.
* Make BaseHttpServer throws say something useful.Diva Canto2012-09-221-2/+2
|
* Comment out the long unused afaik HTTP agent handlers.Justin Clark-Casey (justincc)2012-09-213-87/+87
| | | | | | As far as I know, this was only used by the IBM Rest modules, much of which has been commented out for a very long time now. Other similar code uses HTTP or stream handlers instead. So commenting this out to reduce code complexity and the need to make this facility consistent with the others where it may not be used anyway. If this facility is actually being used then please notify me or uncomment it if you are core.
* Add request number counting to incoming HTTP requests in the same way that ↵Justin Clark-Casey (justincc)2012-09-211-18/+41
| | | | | | | | | this was already being done for outgoing HTTP requests. This allows us to associate debug logging messages with the right request. It also allows us to put a request number on 'long request' logging even if other debug logging is not enabled, which gives us some idea of whether every request is suffering this problem or only some. This is a separate internal number not associated with any incoming number in the opensim-request-id header, this will be clarified when logging of this incoming request number is re-enabled. This commit also adds port number to HTTP IN logging to allow us to distinguish between different request numbers on different ports.
* Insert a new log level 4 for HTTP IN and HTTP OUT that will log how long the ↵Justin Clark-Casey (justincc)2012-09-202-32/+63
| | | | | | | request took. This is only printed if debug http level >= 4 and the request didn't take more than the time considered 'long', in which case the existing log message is printed. This displaces the previous log levels 4 and 5 which are now 5 and 6 respectively.
* Add ability to turn on/off logging of outgoing HTTP requests flowing through ↵Justin Clark-Casey (justincc)2012-09-202-27/+70
| | | | | | | | | WebUtil. This is for debugging purposes. This is controlled via the "debug http" command which can already log incoming requests. This now gains a mandatory parameter of in, out or all to control what is logged. Log messages are also shortened and labelled and HTTP IN or HTTP OUT to be consistent with existing UDP PACKET IN and PACKET OUT messages.
* Fix usage statement on "debug http" console command since max level is now 5 ↵Justin Clark-Casey (justincc)2012-09-121-1/+1
| | | | rather than 3
* Fix bug in logging sample input at debug http level 4.Justin Clark-Casey (justincc)2012-09-121-1/+1
| | | | Also converts newlines to "\n" text.