| Commit message (Expand) | Author | Files | Lines |
2009-05-15 | Bug fix on POST asset so that the new asset service connector can talk to the... | diva | 1 | -2/+5 |
2009-05-14 | * Moved BaseRequestHandlerTestHelper to OpenSim.Tests.Common.Setup for great ... | lbsa71 | 1 | -1/+1 |
2009-05-13 | * Added some more tests to the GetAssetStreamHandlers | lbsa71 | 4 | -34/+99 |
2009-05-13 | Thank you kindly, BlueWall sir, for a patch that: | Charles Krinke | 1 | -2/+10 |
2009-05-11 | Update svn properties. | Jeff Ames | 3 | -311/+311 |
2009-05-10 | Create SynchronousRestObjectRequester and make SynchronousRestObjectPoster | Melanie Thielker | 1 | -1/+10 |
2009-05-10 | Create an async form of the RestObjectPoster. Rename the file (but not the | Melanie Thielker | 2 | -0/+126 |
2009-05-09 | Make remote assets work through the new server system | Melanie Thielker | 1 | -17/+29 |
2009-05-08 | * Extracted common superclass for GetAssetStreamHandler and CachedGetAssetStr... | lbsa71 | 5 | -331/+276 |
2009-05-08 | * Introduced new HttpServer.Tests project | lbsa71 | 4 | -36/+60 |
2009-05-08 | fix svn properties | Sean Dague | 1 | -93/+93 |
2009-05-07 | instrument most of the tests with a new InMethod function that may help us fi... | Sean Dague | 1 | -0/+11 |
2009-05-07 | * Added some more GetAssetStreamHandlerTests | lbsa71 | 2 | -4/+52 |
2009-05-06 | * Added some GetAssetStreamHandlerTests | lbsa71 | 4 | -8/+56 |
2009-05-05 | Remove bin directory from HttpServer. | Jeff Ames | 2 | -0/+0 |
2009-05-04 | Remove the csproj files that got into SVN | Melanie Thielker | 8 | -540/+0 |
2009-05-04 | Committing the changed tree | Melanie Thielker | 47 | -0/+6849 |
2009-05-04 | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 37 | -6296/+0 |
2009-05-04 | Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simple | Melanie Thielker | 1 | -1/+1 |
2009-05-02 | Thank you kindly, BlueWall, for a patch that: | Charles Krinke | 1 | -1/+15 |
2009-05-01 | Update svn properties. | Jeff Ames | 1 | -217/+217 |
2009-04-27 | Thanks Tommil for a patch that adds a caching option to GetAssetStreamHandler... | diva | 1 | -0/+217 |
2009-04-25 | Thanks Bluewall for Mantis #3519: a patch that adds simulator uptime and vers... | Dahlia Trimble | 1 | -2/+3 |
2009-04-22 | cleaning up, fixing warnings | Dr Scofield | 1 | -6/+6 |
2009-04-22 | Add copyright headers. Formatting cleanup. | Jeff Ames | 1 | -4/+4 |
2009-04-21 | Thank you kindly, TLaukkan for a patch that: | Charles Krinke | 2 | -18/+72 |
2009-04-17 | Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that: | Charles Krinke | 1 | -0/+8 |
2009-04-15 | minor: Remove some mono compiler warnings. Uncomment code when it's actually... | Justin Clarke Casey | 1 | -22/+22 |
2009-04-13 | * Some more experimental work on distributed assets. Nothing hotwired yet. | lbsa71 | 1 | -12/+55 |
2009-04-09 | * Terminate OpenSim startup if we cannot listen to the designated HTTP port | Justin Clarke Casey | 1 | -2/+6 |
2009-04-01 | * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-release | lbsa71 | 1 | -1/+1 |
2009-04-01 | Add a PIDFile in [Startup], which the PID will be written to | Melanie Thielker | 1 | -0/+36 |
2009-03-25 | cleanup | Dr Scofield | 3 | -8/+8 |
2009-03-19 | * Group OpenSim.Framework.Servers interfaces together | Justin Clarke Casey | 5 | -0/+4 |
2009-03-19 | * refactor: Create IHttpServer interface instead of accessing BaseHttpServer ... | Justin Clarke Casey | 2 | -52/+130 |
2009-03-19 | * Lock http handlers dictionary in other places as well to avoid race conditions | Justin Clarke Casey | 1 | -47/+56 |
2009-03-19 | * Add necessary locking to BaseHttpServer.RemoveHTTPHandler() | Justin Clarke Casey | 1 | -7/+14 |
2009-03-19 | * Add documentation to BaseHttpServer.AddHTTPHandler() | Justin Clarke Casey | 1 | -13/+41 |
2009-03-11 | * Make all coded defaults match settings in OpenSim.ini.example | Justin Clarke Casey | 1 | -2/+0 |
2009-03-10 | * minor: reduce some code duplication in BaseHttpServer | Justin Clarke Casey | 1 | -24/+17 |
2009-03-10 | fixing out-of-sync error in BaseHttpServer | Dr Scofield | 1 | -16/+19 |
2009-03-07 | * Adding application/x-oar to the list of content types to which the HTTP Ser... | Teravus Ovares | 1 | -1/+5 |
2009-02-21 | * Upping to interface version 3 - let's see how this goes. | lbsa71 | 1 | -1/+1 |
2009-02-21 | Add copyright headers. Minor formatting cleanup. | Jeff Ames | 2 | -0/+54 |
2009-02-21 | Update svn properties. | Jeff Ames | 2 | -138/+138 |
2009-02-20 | * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6.... | lbsa71 | 1 | -1/+1 |
2009-02-20 | * Another stab at removing AssetServer.exe dependencies | lbsa71 | 2 | -0/+140 |
2009-02-19 | * Reverted the AssetServer fix, apparently something was dependent on IAssetD... | lbsa71 | 2 | -138/+0 |
2009-02-19 | * Moved the AssetStreamHandlers to OpenSim.Framework.Servers | lbsa71 | 2 | -0/+138 |
2009-02-19 | * Fix http://opensimulator.org/mantis/view.php?id=3193 | Justin Clarke Casey | 1 | -51/+45 |