aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply http://opensimulator.org/mantis/view.php?id=4016Justin Clark-Casey (justincc)2009-08-171-0/+13
* Formatting cleanup. Add copyright headers.Jeff Ames2009-08-131-1/+1
* change 535cb0efc so that the default LLSD serialization format isdr scofield (aka dirk husemann)2009-08-121-2/+4
* Enable the console show version command and the viewer about command, to show...Chris Down2009-08-111-22/+46
* Removing unused files, legacy from old asset "cache".Diva Canto2009-08-092-185/+0
* * FreeContext may be a bit too buggy for my tastes in some environments. * ...Teravus Ovares (Dan Olivares)2009-08-081-7/+7
* * Patch from jhurliman to add accept type recognition to determine the llsd c...Teravus Ovares (Dan Olivares)2009-08-051-7/+67
* Add copyright header. Formatting cleanup.Jeff Ames2009-08-013-3/+30
* * Fixed another potential httpserver leak.Teravus Ovares2009-07-303-1/+26
* Add basic support ofr detached request handling to the HTTP server.Melanie Thielker2009-07-291-1/+7
* * An attempt to fix mantis #3955Teravus Ovares2009-07-291-2/+2
* * An attempt to fix mantis #3953Teravus Ovares2009-07-294-5/+29
* * Re trigger pandaTeravus Ovares2009-07-291-1/+1
* * Adds the ability to have a thread efficient long poll service (such as the ...Teravus Ovares2009-07-297-5/+442
* * as per my e-mail to opensim-dev archive: https://lists.berlios.de/pipermai...Teravus Ovares2009-07-251-1/+1
* * Updated C# WebServer to the latest available source download (r19869) and a...Teravus Ovares2009-07-212-5/+45
* minor: remove some mono compiler warningsJustin Clarke Casey2009-07-152-3/+2
* Bump version in Framework/Servers/VersionInfo to 0.6.6.Jeff Ames2009-07-151-1/+1
* Applied patch from Mantis #3736 , which should stop the userserver crashing w...MW2009-06-181-1/+2
* Formatting cleanup.Jeff Ames2009-06-105-7/+7
* * Fix unit tests so that they correctly handle 404 missing asset responseJustin Clarke Casey2009-06-052-5/+8
* * Fix problem where known missing assets would stop save oar ever completingJustin Clarke Casey2009-06-052-13/+55
* * Add oar saving timeoutJustin Clarke Casey2009-06-052-2/+10
* * Removed some commented-out codelbsa712009-06-011-1/+0
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-0134-34/+34
* Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames2009-05-311-1/+28
* Added option (on my default) to the clone avatar function so that the clothes...MW2009-05-301-1/+9
* * So, giving up on my efforts to de-duplicate the asset handlers. I'll just s...lbsa712009-05-271-0/+10
* Update svn properties.Jeff Ames2009-05-271-26/+26
* * We have strand flavours.lbsa712009-05-262-8/+13
* * Introduced GetVersionString so we can harness the whole thing.lbsa712009-05-262-3/+24
* * slowly getting there...lbsa712009-05-261-12/+7
* * Changed Version to property for great justicelbsa712009-05-261-1/+9
* * Added test to make sure version info is 27 chars long (still don't know exa...lbsa712009-05-262-0/+18
* * reseparate inventory item creator id and creator uuidJustin Clarke Casey2009-05-252-5/+1
* * Upped version number to 0.6.5lbsa712009-05-251-1/+1
* * Pipes IPEndPoint through all Login methods, including LLSD/OSD login paths.Adam Frisby2009-05-232-2/+3
* * Pipes requestors IP address through all XmlRpcRequest delegates. This is ne...Adam Frisby2009-05-232-2/+3
* cleaning out warnings.Dr Scofield2009-05-225-5/+8
* adding RemoveXmlRpcHandler to IHttpServerDr Scofield2009-05-222-0/+14
* Remove the pre-log4net, discrete output methods from the consolesMelanie Thielker2009-05-201-1/+1
* Add copyright headers, formatting cleanup.Jeff Ames2009-05-205-14/+95
* Bug fix on POST asset so that the new asset service connector can talk to the...diva2009-05-151-2/+5
* * 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