aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/HttpServer.dll (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-08-05* Commit a slightly modified OpenMetaverse compiled as a .NET 2.0 targetTeravus Ovares (Dan Olivares)1-0/+0
* Hopefully this allows older mono versions to still work. * A couple of points of note: * TimeZoneInfo.. replaced with DateTime.UtcNow - TimeSpan.FromHours(7); * HashSet<uint> replaced with Dictionary<uint,object> * Force use of the managed version of ReaderWriterLockSlim (don't use the pre-processor defs)
2009-07-25* Updates libOMV to version 0.7.0Teravus Ovares1-0/+0
* Uses mantis #3811 as a base (thanks jhuliman) with changes. * E-mail regarding interface changes sent to the opensim-dev list * Archive: https://lists.berlios.de/pipermail/opensim-dev/2009-July/007219.html
2009-03-27* Adding a few more requirements for *nixTeravus Ovares1-0/+0
2009-03-27* This updates LibOMV to the current release 0.6.0 on March 19 2009Teravus Ovares1-0/+0
* Important: HttpServer.dll was changed to HttpServer_OpenSim.dll so that the HttpServer references do not conflict if you've copied the OpenMetaverse.Http.dll and requirements to the OpenSimulator bin folder. This means that if you reference HttpServer.dll in any projects, you will need to change the reference to HttpServer_OpenSim.dll. It still uses the Same HttpServer namespace though.
2008-12-20* A few more fixes to HttpServer.Teravus Ovares1-0/+0
* http://www.codeplex.com/webserver/WorkItem/View.aspx?WorkItemId=3110 fix erronious call to beginread that caused an exception which was caught and ignored (increase performance) * Pass socket into httpclientcontectImp and call the disconnect + reuse method so the socket can be reused quicker (increase performance) * Ensured that in every error scenario beginAccept is called (stability) * Fixed header casing (standards compliance) * Fixed Connection: close handling (standards compliance)
2008-12-18* Add a nasty hack to try and give the HttpServer a few extra lives until we ↵Teravus Ovares1-0/+0
dig more into what's causing it to stop listening.
2008-10-03* Fixes a http protocol violation in HttpServer in Linux. ↵Teravus Ovares1-0/+0
StringWriter.Append() vs StringWriter.Append("\r\n"); StringWriter.Append() produces "\n" in *nix* * This doesn't solve anything. Just gets the protocol right.
2008-09-30* Replacing Net.HttpListener with HttpServer. Teravus Ovares1-0/+0
* This is a HUGE update.. and should be considered fraut with peril. * SSL Mode isn't available *yet* but I'll work on that next. * DrScofld is still working on a radical new thread pump scheme for this which will be implemented soon. * This could break the Build! This could break your Grid!
2008-09-30Updates HttpServer with the updated version. Adds ProtocolVersion, Removed ↵Teravus Ovares1-0/+0
dependency on xunit. This might break the build.. it might not.. we'll see haha.
2008-09-25Revert "update HttpServer.dll to r15903"Mike Mazur1-0/+0
This reverts commit 6488.
2008-09-25update HttpServer.dll to r15903Dahlia Trimble1-0/+0
2008-05-16Update svn properties.Jeff Ames1-0/+0
2008-05-14*SVN Executable on HttpServer.dllTeravus Ovares1-0/+0
2008-05-14* Applying patches from Melanie to cover permissions module. Thanks!Adam Frisby1-0/+0