aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/HttpServer.dll (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Commit a slightly modified OpenMetaverse compiled as a .NET 2.0 targetTeravus Ovares (Dan Olivares)2009-08-051-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)
* * Updates libOMV to version 0.7.0Teravus Ovares2009-07-251-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
* * Adding a few more requirements for *nixTeravus Ovares2009-03-271-0/+0
|
* * This updates LibOMV to the current release 0.6.0 on March 19 2009Teravus Ovares2009-03-271-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.
* * A few more fixes to HttpServer.Teravus Ovares2008-12-201-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)
* * Add a nasty hack to try and give the HttpServer a few extra lives until we ↵Teravus Ovares2008-12-181-0/+0
| | | | dig more into what's causing it to stop listening.
* * Fixes a http protocol violation in HttpServer in Linux. ↵Teravus Ovares2008-10-031-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.
* * Replacing Net.HttpListener with HttpServer. Teravus Ovares2008-09-301-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!
* Updates HttpServer with the updated version. Adds ProtocolVersion, Removed ↵Teravus Ovares2008-09-301-0/+0
| | | | | | | dependency on xunit. This might break the build.. it might not.. we'll see haha.
* Revert "update HttpServer.dll to r15903"Mike Mazur2008-09-251-0/+0
| | | | | This reverts commit 6488.
* update HttpServer.dll to r15903Dahlia Trimble2008-09-251-0/+0
|
* Update svn properties.Jeff Ames2008-05-161-0/+0
|
* *SVN Executable on HttpServer.dllTeravus Ovares2008-05-141-0/+0
|
* * Applying patches from Melanie to cover permissions module. Thanks!Adam Frisby2008-05-141-0/+0