Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix svn properties | Sean Dague | 2009-05-08 | 1 | -93/+93 |
| | |||||
* | instrument most of the tests with a new InMethod function that may help us ↵ | Sean Dague | 2009-05-07 | 1 | -0/+11 |
| | | | | | | | figure out where that pesky deadlock is during test runs. | ||||
* | * Added some more GetAssetStreamHandlerTests | lbsa71 | 2009-05-07 | 2 | -4/+52 |
| | | | | | * In the process, caught a potential bug where the handler would allow paths not starting with the registered prefix | ||||
* | * Added some GetAssetStreamHandlerTests | lbsa71 | 2009-05-06 | 4 | -8/+56 |
| | | | | | * Minor tweaks to attain testability | ||||
* | Remove bin directory from HttpServer. | Jeff Ames | 2009-05-05 | 2 | -0/+0 |
| | |||||
* | Remove the csproj files that got into SVN | Melanie Thielker | 2009-05-04 | 8 | -540/+0 |
| | |||||
* | Committing the changed tree | Melanie Thielker | 2009-05-04 | 47 | -0/+6849 |
| | |||||
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 37 | -6296/+0 |
| | |||||
* | Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simple | Melanie Thielker | 2009-05-04 | 1 | -1/+1 |
| | | | | | | | | console capable of processing commands. Create LocalConsole as a console that uses cursor control and context help. Precursor to a distributed console system for the new grid services. No functional change intended :) | ||||
* | Thank you kindly, BlueWall, for a patch that: | Charles Krinke | 2009-05-02 | 1 | -1/+15 |
| | | | | | | | | | Move json stats to non-published resource name Remove well-known resource name for json stats, creating dynamic uris with private keys and add a user configurable resource name for region owner usage. | ||||
* | Update svn properties. | Jeff Ames | 2009-05-01 | 1 | -217/+217 |
| | |||||
* | Thanks Tommil for a patch that adds a caching option to ↵ | diva | 2009-04-27 | 1 | -0/+217 |
| | | | | GetAssetStreamHandler. It is used in the RegionAssetService. | ||||
* | Thanks Bluewall for Mantis #3519: a patch that adds simulator uptime and ↵ | Dahlia Trimble | 2009-04-25 | 1 | -2/+3 |
| | | | | version to REST/json statistics reporting | ||||
* | cleaning up, fixing warnings | Dr Scofield | 2009-04-22 | 1 | -6/+6 |
| | |||||
* | Add copyright headers. Formatting cleanup. | Jeff Ames | 2009-04-22 | 1 | -4/+4 |
| | |||||
* | Thank you kindly, TLaukkan for a patch that: | Charles Krinke | 2009-04-21 | 2 | -18/+72 |
| | | | | | | | | | Added support for loading bare asset binaries (as opposed to xml encoded asset base) to both sandbox asset service and cable beach. * Added support for enabling region asset service when mxp is enabled. * Moved base http server content type defaulting before invocation of request handle method to allow for variable content type in the response. | ||||
* | Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that: | Charles Krinke | 2009-04-17 | 1 | -0/+8 |
| | | | | | | | This patch adds extended status reporting with the url http://server:port/simstatusx/ [^] . The data is returned in json format as "text/plain" type. | ||||
* | minor: Remove some mono compiler warnings. Uncomment code when it's ↵ | Justin Clarke Casey | 2009-04-15 | 1 | -22/+22 |
| | | | | actually being used. | ||||
* | * Some more experimental work on distributed assets. Nothing hotwired yet. | lbsa71 | 2009-04-13 | 1 | -12/+55 |
| | | | | | | | | | * Introduced preprocess step in FetchAsset (Might revert this later) * Some minor CCC * Added actual implementation of GetUserProfile( uri ) and the corresponding handler to OGS1. * Introduced non-functioning GetUserUri( userProfile) awaiting user server wireup (this might move elsewhere) | ||||
* | * Terminate OpenSim startup if we cannot listen to the designated HTTP port | Justin Clarke Casey | 2009-04-09 | 1 | -2/+6 |
| | | | | | | * This makes the problem much more obvious to the user, and OpenSim isn't that useful without inbound http anyway | ||||
* | * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-release | lbsa71 | 2009-04-01 | 1 | -1/+1 |
| | |||||
* | Add a PIDFile in [Startup], which the PID will be written to | Melanie Thielker | 2009-04-01 | 1 | -0/+36 |
| | |||||
* | cleanup | Dr Scofield | 2009-03-25 | 3 | -8/+8 |
| | |||||
* | * Group OpenSim.Framework.Servers interfaces together | Justin Clarke Casey | 2009-03-19 | 5 | -0/+4 |
| | |||||
* | * refactor: Create IHttpServer interface instead of accessing BaseHttpServer ↵ | Justin Clarke Casey | 2009-03-19 | 2 | -52/+130 |
| | | | | via CommunicationsManager directly | ||||
* | * Lock http handlers dictionary in other places as well to avoid race conditions | Justin Clarke Casey | 2009-03-19 | 1 | -47/+56 |
| | | | | | | * No adverse effects on a quick multi-machine grid test | ||||
* | * Add necessary locking to BaseHttpServer.RemoveHTTPHandler() | Justin Clarke Casey | 2009-03-19 | 1 | -7/+14 |
| | |||||
* | * Add documentation to BaseHttpServer.AddHTTPHandler() | Justin Clarke Casey | 2009-03-19 | 1 | -13/+41 |
| | |||||
* | * Make all coded defaults match settings in OpenSim.ini.example | Justin Clarke Casey | 2009-03-11 | 1 | -2/+0 |
| | | | | | | | * In most cases, the setting in OpenSim.ini.example is taken as the canonical one since this is the file virtually everyone ends up using * OpenSim will start up with a blank OpenSim.ini, in which case sqlite is the default database (as before) | ||||
* | * minor: reduce some code duplication in BaseHttpServer | Justin Clarke Casey | 2009-03-10 | 1 | -24/+17 |
| | |||||
* | fixing out-of-sync error in BaseHttpServer | Dr Scofield | 2009-03-10 | 1 | -16/+19 |
| | |||||
* | * Adding application/x-oar to the list of content types to which the HTTP ↵ | Teravus Ovares | 2009-03-07 | 1 | -1/+5 |
| | | | | Server will return the response as if it was a binary file pending discussion on the [opensim-dev] mailing list to be initiated by dmiles. | ||||
* | * Upping to interface version 3 - let's see how this goes. | lbsa71 | 2009-02-21 | 1 | -1/+1 |
| | |||||
* | Add copyright headers. Minor formatting cleanup. | Jeff Ames | 2009-02-21 | 2 | -0/+54 |
| | |||||
* | Update svn properties. | Jeff Ames | 2009-02-21 | 2 | -138/+138 |
| | |||||
* | * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to ↵ | lbsa71 | 2009-02-20 | 1 | -1/+1 |
| | | | | 0.6.3.* to better track down dll ref and overwrite problems. | ||||
* | * Another stab at removing AssetServer.exe dependencies | lbsa71 | 2009-02-20 | 2 | -0/+140 |
| | |||||
* | * Reverted the AssetServer fix, apparently something was dependent on ↵ | lbsa71 | 2009-02-19 | 2 | -138/+0 |
| | | | | IAssetDataPlugin being in OpenSim.Data | ||||
* | * Moved the AssetStreamHandlers to OpenSim.Framework.Servers | lbsa71 | 2009-02-19 | 2 | -0/+138 |
| | | | | | | | | * And there, all refs to OpenSim.Grid.AssetServer.exe gone. /me takes a bow. | ||||
* | * Fix http://opensimulator.org/mantis/view.php?id=3193 | Justin Clarke Casey | 2009-02-19 | 1 | -51/+45 |
| | | | | | | * Make it possible once again to set a console log level threshold in OpenSim.exe.config | ||||
* | * Lock remaining m_rpcHandlers use since these accesses are not guaranteed ↵ | Justin Clarke Casey | 2009-02-12 | 1 | -2/+8 |
| | | | | to be thread safe | ||||
* | * Apply http://opensimulator.org/mantis/view.php?id=3138 | Justin Clarke Casey | 2009-02-12 | 1 | -0/+20 |
| | | | | | | | * Adds a GetXmlRPCHandler() to the BaseHttpServer * Thanks mpallari | ||||
* | * optimized usings. | lbsa71 | 2009-02-12 | 14 | -33/+14 |
| | |||||
* | Add proper handling for shared vs. unshared modules to the command | Melanie Thielker | 2009-02-10 | 1 | -8/+8 |
| | | | | | | | | interface. Shared modules will now only get added once, so the command handler is called once per module, not once per scene. Removal of scenes has no adverse effects. Nonshared modules will be called for each scene. | ||||
* | * Restore show information for the OpenSim region server (version, info, ↵ | Justin Clarke Casey | 2009-02-09 | 1 | -1/+1 |
| | | | | threads, etc.) | ||||
* | Replace the console for all OpenSim apps with a new console featuring command | Melanie Thielker | 2009-02-07 | 1 | -65/+54 |
| | | | | | | | | | line editing, context sensitive help (press ? at any time), command line history, a new plugin command system and new appender features thet let you type while the console is scrolling. Seamlessly integrates the ICommander interfaces. | ||||
* | * Make existing module commanders register as help topics | Justin Clarke Casey | 2009-02-05 | 1 | -4/+24 |
| | | | | | | | * Typing help will now give a list of these topics at the top (as well as the rest of the current help stuff) * Typing help <topic> will give information about commands specific to that topic | ||||
* | Closing the requestStream and setting a 10 sec timeout for getting it. | diva | 2009-02-04 | 2 | -0/+4 |
| | |||||
* | Fixes Mantis #3032. The VersionInfo.cs file was not updated from 0.6.1 to ↵ | Charles Krinke | 2009-01-22 | 1 | -1/+1 |
| | | | | 0.6.2 with the last minor release and shows incorrectly on the console. This will resolve itself on the next svn update. | ||||
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-01-13 | 1 | -1/+1 |
| |