Commit Graph

126 Commits

Author SHA1 Message Date
David Fowler 3ebff3a957 React to hosting changes again 2015-04-01 03:46:10 -07:00
David Fowler 1c40229e8c React to hosting changes 2015-04-01 03:28:49 -07:00
Ajay Bhargav Baaskaran 39b8d204fd React to aspnet/HttpAbstractions#160 - Implemented OnResponseCompleted 2015-03-17 16:22:47 -07:00
Hao Kung efc5ea9b5d React to auth changes 2015-03-16 16:46:56 -07:00
N. Taylor Mullen b84b0dbfac Update .kproj => .xproj. 2015-03-11 14:08:56 -07:00
N. Taylor Mullen ad192f5883 Remove BOM from project.json, *.cmd, *.sh and *.shade files. 2015-03-09 13:01:52 -07:00
N. Taylor Mullen 099494c5d3 Update aspnet50/aspnetcore50 => dnx451/dnxcore50. 2015-03-08 13:00:33 -07:00
Praburaj 74ea7f723d Rename Microsoft.AspNet.Http.Interfaces => Microsoft.AspNet.Http 2015-03-05 16:35:00 -08:00
Brennan cdf6350b93 Logging API changes 2015-03-04 17:14:23 -08:00
Praburaj ca3259f703 Implementing IRequestIdentifierFeature
Using code from HttpListener codebase to generate trace ids just to be consistent with other code.
2015-03-04 14:27:08 -08:00
Hao Kung c08721c7b3 React to AuthN renames 2015-03-02 15:37:35 -08:00
Praburaj fc6b855f42 Changing the AppFunc signature to pass IFeatureCollection
Reaction to bug: https://github.com/aspnet/Hosting/issues/162
2015-02-25 17:43:04 -08:00
David Fowler f6e049ff85 Removed the build time dependency and added a reference to Hosting.Interfaces 2015-02-10 10:27:41 -08:00
Stephen Halter 65adcffb92 Handle HttpFeature rename 2015-01-18 20:59:49 -08:00
Pranav K 70b2bdba99 Reacting to System.Threading version changes 2014-12-15 15:07:49 -08:00
Chris Ross ce8abf7767 Ensure the logger factory is initialized. 2014-12-02 13:45:29 -08:00
Chris Ross 2ecf92f7e8 #79 - Log verbose request & response details. 2014-12-02 10:15:44 -08:00
Chris Ross 3fdf656353 #74 - Log the listening addresses at startup. 2014-12-02 10:13:00 -08:00
Victor Hurdugaci f6aa12cfa8 Add schema version to kproj files 2014-11-25 11:08:17 -08:00
Chris Ross ecf9454efe Make prefix add & remove thread safe. 2014-11-17 09:24:46 -08:00
Chris Ross 46a11be2ed #39 - Hot add/remove prefixes. #13 - Support Add/Remove(string). 2014-11-17 09:24:42 -08:00
Victor Hurdugaci 15344d8d7a Update KProj to the latest format 2014-11-12 15:39:40 -08:00
Chris Ross f6c1a559a0 Add new HeadersSent API. 2014-11-06 11:56:23 -08:00
David Fowler 4394a3e2fa Merge branch 'release' into dev 2014-10-31 02:46:34 -07:00
David Fowler 01a4d8d5bb Added package descriptions 2014-10-31 02:46:22 -07:00
Chris Ross 75caf72cb3 Merge branch 'release' into dev 2014-10-24 12:25:49 -07:00
Chris Ross 6e2b94dde3 #76 - Suppress shutdown error logs. 2014-10-24 12:15:07 -07:00
Pranav K 733eb85b54 Adding reference to allow building 2014-10-24 00:26:35 -07:00
Pranav K 10ef1b33c1 Reacting to System.Collections.Concurrent version change 2014-10-24 00:04:46 -07:00
Chris Ross a42a069dcf Enable WindowsIdentity for CoreCLR. 2014-10-20 10:34:46 -07:00
Chris Ross b7fb516aac Update Claims dependency. 2014-10-17 10:42:51 -07:00
Pranav K b43c27763d Reacting to CoreCLR version changes 2014-10-10 15:15:57 -07:00
Pranav K 8b774e3abf Reacting to CLR package versioning changes 2014-10-10 10:34:50 -07:00
David Fowler 31b4a9598d Fixup references 2014-10-05 14:14:03 -07:00
Chris Ross 8bbf5db1ac #69 - Make WebListener target Net45. 2014-10-02 15:51:30 -07:00
jhawk42 4350866536 change-to-libraryloader-l1-1-0 2014-10-01 15:18:52 -07:00
Chris Ross 19b1db41de Remove WindowsAuth middleware package. 2014-09-26 11:40:56 -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
jhawk42 4d2b2a14d5 Win7PlusCoreSystem 2014-09-24 15:17:58 -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 c8c6b4e02d Suppress InvalidParameter errors on respone Dispose for aborted requests. 2014-09-17 09:22:09 -07:00
Chris Ross 0139bea6d2 #56 - Make Request & Response Stream throw IOException. 2014-09-15 09:41:29 -07:00
David Fowler 736fc684e6 Work around build failures 2014-09-14 21:53:30 -07:00
Pranav K c1680e92d6 Reacting to System.Text.Encoding package version change 2014-09-11 10:07:08 -07:00
Chris Ross 9fc4e8704b #62 - Abort the request for read/write failures. 2014-09-08 16:06:51 -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 e5543d6adf Move RequestStreamAsyncResult to its own file. 2014-08-28 09:04:46 -07:00
Chris Ross 8cda77db5a #25 - Fix request stream async memory leak, dispose RequestStreamAsyncResult. 2014-08-27 16:09:59 -07:00