Граф коммитов

257 Коммитов

Автор SHA1 Сообщение Дата
Pranav K c6357bd2f6 Removing declaration expressions 2014-10-01 14:51:46 -07:00
Chris Ross 88da31af7c Cleanup. 2014-09-26 08:59:44 -07:00
Chris Ross 66144c864e #67 - Fire disconnect notifications even for gracefull disconnects. 2014-09-26 08:59:42 -07:00
Chris Ross 56483cb0ed #54 - Throw if anyone tries to modify the response headers after they are sent. 2014-09-24 13:39:09 -07:00
Chris Ross 5f7c06d0ec Fix request stream tests. 2014-09-15 14:20:56 -07:00
David Fowler a1c2f68a58 Updated to use the new target framework in project.json 2014-09-04 01:44:15 -07:00
David Fowler a7e97313b5 Updated to use the new target framework in project.json 2014-08-29 00:07:19 -07:00
Chris Ross 4b76d93801 Change spelling of Cancelled to Canceled. Cleanup. 2014-08-25 14:21:19 -07:00
Chris Ross 5de5534982 #43 - Honor CancellationTokens for Read/Write/Flush/SendFileAsync. 2014-08-25 14:18:57 -07:00
David Fowler 47a0530cc4 Removed source files from the project 2014-08-15 09:38:17 -07:00
Chris Ross 1416cc4d69 #46 - Rename Microsoft.Net.Server to Microsoft.Net.Http.Server. 2014-08-06 15:49:53 -07:00
Chris Ross 6fab49b6e0 #52 - Enable parallel tests by using dynamic ports. 2014-07-24 16:13:03 -07:00
Chris Ross 53e38e2a23 #45 Add friendly header collection APIs for people using WebListener directly. 2014-07-23 09:18:27 -07:00
David Fowler b2d2840a6f Renamed configurations to frameworks in project.json 2014-07-13 22:09:09 -07:00
Chris Ross 91b61bf6f6 Add using statement for extension methods. 2014-07-08 10:11:25 -07:00
Chris Ross 112e3e5358 Rename IHttpOpaqueUpgradeFeature to IHttpUpgradeFeature. 2014-07-03 14:03:57 -07:00
Chris Ross 81c967dfa4 Rename OnRequestAborted to RequestAborted. 2014-07-02 09:04:48 -07:00
Chris Ross e15fe540a8 Enable custom auth challenges. Integrate IAuthenticationHandler. 2014-07-01 14:57:27 -07:00
Chris Ross 0e197a59ed More HTTPS tests. 2014-07-01 14:57:25 -07:00
Chris Ross 6f550d67a4 Improve the auth infrastructure. Expose the user. 2014-07-01 14:57:22 -07:00
Chris Ross 0103307aac Fix https tests. 2014-06-26 10:24:44 -07:00
Brice Lambson 7a9590e8d5 Bump version to 1.0.0-* 2014-06-19 16:58:34 -07:00
Chris Ross 741d5b57ee Include client certificate feature renames. 2014-06-19 13:44:24 -07:00
Chris Ross a3dfa41372 Add WebSocket tests. Fix Connection header. 2014-06-19 08:59:10 -07:00
Chris Ross 6a810fd648 Add opaque upgrade tests. 2014-06-19 08:59:04 -07:00
Chris Ross 9191bddf00 Wait for requests to drain during shutdown. 2014-05-30 15:54:03 -07:00
David Fowler 60812e51f1 Fixed project.json casing in kproj 2014-05-26 02:55:37 -07:00
David Fowler 66ea95eb49 Fixed casing of project.json 2014-05-25 10:07:13 -07:00
David Fowler 88b0c498d6 Renamed Project.json to Project.json2 2014-05-25 10:07:13 -07:00
Pranav K 475294688e Updating kproj file to match tooling changes 2014-05-18 20:13:57 -07:00
Chris Ross 587492738c Remove unused dependency. 2014-05-08 12:27:49 -07:00
Chris Ross 3c5a5346c6 Sort dependencies. 2014-05-08 12:10:55 -07:00
Chris Ross 72e14ebd6f Copy the tests for the lower level API. 2014-05-08 12:05:57 -07:00
Wei Wang 9c5253a415 Sort dependencies and remove duplicates in dependencies 2014-05-07 18:28:44 -07:00
Chris Ross 98f14182b1 Remove AssemblyInfo files. Remove direct OWIN references. 2014-05-07 09:04:34 -07:00
Wei Wang 81abb2d431 Fix ordering of usings and dependencies after namespace renaming 2014-05-06 14:25:07 -07:00
Chris Ross 13e595ee18 Fix Logging dependency. 2014-05-06 12:09:02 -07:00
Wei Wang bc93ff9aec Update dependency namespace 2014-05-05 20:08:02 -07:00
Chris Ross 903197e1ce Fix HttpAbstraction dependencies. 2014-05-05 17:14:45 -07:00
David Fowler 21616bcde5 Fixed up xunit references and fixed sample. 2014-05-04 11:28:12 -07:00
anpete 35fcc7a579 Update file headers 2014-05-01 17:43:17 -07:00
Chris Ross 8e23200fd2 #3 - Implement IHttpRequestLifetime 2014-04-28 14:54:33 -07:00
Chris Ross bfab162b4b Seperate the server layers into two projects. 2014-04-22 09:56:09 -07:00
Chris Ross f8b1679240 Update to new project tooling. 2014-04-16 14:16:46 -07:00
Chris Ross af1a97cd7c WebListener: Normalize request read validation. 0 size is invalid. Return 0 if closed. 2014-03-28 11:03:09 -07:00
Chris Ross 3ff8eba3a7 Rename test project as FunctionalTests. 2014-03-26 14:28:54 -07:00
Chris Ross a7210c9938 Test: Move xunit attribute to AssemblyInfo. 2014-03-26 14:19:12 -07:00
Chris Ross aed5b9a1c9 Convert tests to K test. 2014-03-25 15:42:50 -07:00
Chris Ross 546af5ddee Rename Prefix to UrlPrefix. Seperate IServerInformation to its own implementation. 2014-03-24 11:34:07 -07:00
Chris Ross eb27892470 Code review cleanup. 2014-03-24 11:34:04 -07:00
Chris Ross 9e8032cc8a Update IServerFactory, ILoggerFactory. 2014-03-24 11:34:02 -07:00
Chris Ross 55ad9ab17a Support multi-value response headers. 2014-03-12 08:28:45 -07:00
David Fowler 27d834ae6a Added required packages for K 2014-03-08 04:16:12 -08:00
Chris Ross ab7e4cb3c8 Prototype IServerFactory 2014-02-20 13:42:04 -08:00
Chris Ross 2dac6756dc Fix json file formatting. 2014-02-17 12:16:02 -08:00
Chris Ross 742db6ad65 Change to the new abstractions. 2014-02-15 15:38:17 -08:00
Chris Ross 251630590d Initial port. 2014-02-07 17:01:08 -08:00