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