aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Moved BaseRequestHandlerTestHelper to OpenSim.Tests.Common.Setup for great ...lbsa712009-05-141-1/+1
* * Added some more tests to the GetAssetStreamHandlerslbsa712009-05-134-34/+99
* Thank you kindly, BlueWall sir, for a patch that:Charles Krinke2009-05-131-2/+10
* Update svn properties.Jeff Ames2009-05-113-311/+311
* Create SynchronousRestObjectRequester and make SynchronousRestObjectPosterMelanie Thielker2009-05-101-1/+10
* Create an async form of the RestObjectPoster. Rename the file (but not theMelanie Thielker2009-05-102-0/+126
* Make remote assets work through the new server systemMelanie Thielker2009-05-091-17/+29
* * Extracted common superclass for GetAssetStreamHandler and CachedGetAssetStr...lbsa712009-05-085-331/+276
* * Introduced new HttpServer.Tests projectlbsa712009-05-084-36/+60
* fix svn propertiesSean Dague2009-05-081-93/+93
* instrument most of the tests with a new InMethod function that may help us fi...Sean Dague2009-05-071-0/+11
* * Added some more GetAssetStreamHandlerTestslbsa712009-05-072-4/+52
* * Added some GetAssetStreamHandlerTestslbsa712009-05-064-8/+56
* Remove bin directory from HttpServer.Jeff Ames2009-05-052-0/+0
* Remove the csproj files that got into SVNMelanie Thielker2009-05-048-540/+0
* Committing the changed treeMelanie Thielker2009-05-0447-0/+6849
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-0437-6296/+0
* Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simpleMelanie Thielker2009-05-041-1/+1
* Thank you kindly, BlueWall, for a patch that:Charles Krinke2009-05-021-1/+15
* Update svn properties.Jeff Ames2009-05-011-217/+217
* Thanks Tommil for a patch that adds a caching option to GetAssetStreamHandler...diva2009-04-271-0/+217
* Thanks Bluewall for Mantis #3519: a patch that adds simulator uptime and vers...Dahlia Trimble2009-04-251-2/+3
* cleaning up, fixing warningsDr Scofield2009-04-221-6/+6
* Add copyright headers. Formatting cleanup.Jeff Ames2009-04-221-4/+4
* Thank you kindly, TLaukkan for a patch that:Charles Krinke2009-04-212-18/+72
* Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that:Charles Krinke2009-04-171-0/+8
* minor: Remove some mono compiler warnings. Uncomment code when it's actually...Justin Clarke Casey2009-04-151-22/+22
* * Some more experimental work on distributed assets. Nothing hotwired yet.lbsa712009-04-131-12/+55
* * Terminate OpenSim startup if we cannot listen to the designated HTTP portJustin Clarke Casey2009-04-091-2/+6
* * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-releaselbsa712009-04-011-1/+1
* Add a PIDFile in [Startup], which the PID will be written toMelanie Thielker2009-04-011-0/+36
* cleanupDr Scofield2009-03-253-8/+8
* * Group OpenSim.Framework.Servers interfaces togetherJustin Clarke Casey2009-03-195-0/+4
* * refactor: Create IHttpServer interface instead of accessing BaseHttpServer ...Justin Clarke Casey2009-03-192-52/+130
* * Lock http handlers dictionary in other places as well to avoid race conditionsJustin Clarke Casey2009-03-191-47/+56
* * Add necessary locking to BaseHttpServer.RemoveHTTPHandler()Justin Clarke Casey2009-03-191-7/+14
* * Add documentation to BaseHttpServer.AddHTTPHandler()Justin Clarke Casey2009-03-191-13/+41
* * Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey2009-03-111-2/+0
* * minor: reduce some code duplication in BaseHttpServerJustin Clarke Casey2009-03-101-24/+17
* fixing out-of-sync error in BaseHttpServerDr Scofield2009-03-101-16/+19
* * Adding application/x-oar to the list of content types to which the HTTP Ser...Teravus Ovares2009-03-071-1/+5
* * Upping to interface version 3 - let's see how this goes.lbsa712009-02-211-1/+1
* Add copyright headers. Minor formatting cleanup.Jeff Ames2009-02-212-0/+54
* Update svn properties.Jeff Ames2009-02-212-138/+138
* * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6....lbsa712009-02-201-1/+1
* * Another stab at removing AssetServer.exe dependencieslbsa712009-02-202-0/+140
* * Reverted the AssetServer fix, apparently something was dependent on IAssetD...lbsa712009-02-192-138/+0
* * Moved the AssetStreamHandlers to OpenSim.Framework.Serverslbsa712009-02-192-0/+138
* * Fix http://opensimulator.org/mantis/view.php?id=3193Justin Clarke Casey2009-02-191-51/+45
* * Lock remaining m_rpcHandlers use since these accesses are not guaranteed to...Justin Clarke Casey2009-02-121-2/+8