Commit Graph

63 Commits

Author SHA1 Message Date
Chris Ross 112e3e5358 Rename IHttpOpaqueUpgradeFeature to IHttpUpgradeFeature. 2014-07-03 14:03:57 -07:00
Chris Ross fe0e5be913 Fix IList to IEnumerable change. 2014-07-03 10:06:24 -07:00
Chris Ross 81c967dfa4 Rename OnRequestAborted to RequestAborted. 2014-07-02 09:04:48 -07:00
Chris Ross 1a579aba01 Add missing using. 2014-07-01 15:13:48 -07:00
Chris Ross 872f18b63b Update Claims dependency to 1.0.0-*. 2014-07-01 14:57:32 -07:00
Chris Ross 136811e732 Make IServerFactory AssemblyNeutral. 2014-07-01 14:57:29 -07:00
Chris Ross e15fe540a8 Enable custom auth challenges. Integrate IAuthenticationHandler. 2014-07-01 14:57:27 -07:00
Chris Ross 6f550d67a4 Improve the auth infrastructure. Expose the user. 2014-07-01 14:57:22 -07:00
David Fowler bb0fb639ae Updated packages due to changes in security contracts 2014-07-01 10:31:16 -07:00
Chris Ross e7508af2d9 Include IHttpClientCertificateFeature changes. 2014-06-26 10:16:57 -07:00
David Fowler d803dc84d8 Fixed websockets version 2014-06-20 00:11:30 -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
David Fowler ecfd1bbe60 Removed System.IO.FileSystem.Primitives dependency 2014-06-19 09:47:29 -07:00
Chris Ross 07fc434cab Cleanup sample, #regions, dependencies. 2014-06-19 08:59:18 -07:00
Chris Ross 577b074024 WebSockets cleanup. 2014-06-19 08:59:14 -07:00
Chris Ross a3dfa41372 Add WebSocket tests. Fix Connection header. 2014-06-19 08:59:10 -07:00
Chris Ross d1dab1665e Expose Opaque and WebSockets. 2014-06-19 08:58:59 -07:00
Chris Ross 271a8714d8 Remove ChannelBinding stub, it's now available. 2014-06-02 09:25:57 -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 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
David Fowler 3c38eb1f35 React to renames 2014-05-06 00:35:11 -07:00
Wei Wang bc93ff9aec Update dependency namespace 2014-05-05 20:08:02 -07:00
Chris Ross 1952e683ac Fix a few more HttpAbstractions references. 2014-05-05 18:24:59 -07:00
Chris Ross 903197e1ce Fix HttpAbstraction dependencies. 2014-05-05 17:14:45 -07:00
anpete 35fcc7a579 Update file headers 2014-05-01 17:43:17 -07:00
Chris Ross 7555b17d41 Update filesystem dependencies. 2014-05-01 15:37:23 -07:00
Chris Ross 8e23200fd2 #3 - Implement IHttpRequestLifetime 2014-04-28 14:54:33 -07:00
Chris Ross e2d8020727 #20 - Enable SendFile on CoreClr. 2014-04-28 12:32:17 -07:00
Chris Ross c8af917927 Expose IPAddress, X509Certificate. 2014-04-22 10:00:31 -07:00
Chris Ross bfab162b4b Seperate the server layers into two projects. 2014-04-22 09:56:09 -07:00
David Fowler 93aa23b6ab Removed ifdefs around RemoteIP and ClientCerts. 2014-04-19 16:40:58 -07:00
Chris Ross f8b1679240 Update to new project tooling. 2014-04-16 14:16:46 -07:00
Chris Ross 60f09fbc93 Make lower level public API. Layering. 2014-03-31 12:47:28 -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
David Fowler 36a2524780 Updated CLR dependencies 2014-03-28 00:23:16 -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
David Fowler b374c1b7e3 Updated dependencies to account for new changes to do with safe handles. 2014-03-24 08:33:00 -07:00
Chris Ross 55ad9ab17a Support multi-value response headers. 2014-03-12 08:28:45 -07:00
Chris Ross fd510db13c Remove request limit throttle. Move to middleware later. 2014-03-11 15:16:50 -07:00