aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/HttpServer.dll (unfollow)
Commit message (Collapse)AuthorFilesLines
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