Hao Kung
|
de1e8763dd
|
Security -> Authentication
AuthN renames and design changes
|
2015-03-02 15:25:52 -08:00 |
Levi B
|
fa18a8fb30
|
Rename HttpRequest.IsSecure -> HttpRequest.IsHttps
|
2015-02-17 10:50:07 -08:00 |
Brennan
|
6224268953
|
Updating .kproj files
|
2015-02-04 14:20:22 -08:00 |
David Fowler
|
dceba03f4a
|
Removed unused dependencies
#173
|
2015-01-19 01:43:09 -08:00 |
Stephen Halter
|
db484a7dcb
|
Rename Microsoft.AspNet.HttpFeature to Microsoft.AspNet.Http.Interfaces
|
2015-01-16 19:46:04 -08:00 |
Chris Ross
|
d43cf30eff
|
#162 - Rename PipelineCore project to Http.Core. Part 2.
|
2015-01-15 12:37:34 -08:00 |
Chris Ross
|
68be1d1b19
|
#162 - Change PipelineCore namespace to Http.Core. Part-1.
|
2015-01-15 11:52:34 -08:00 |
Chris Ross
|
4fb21644fc
|
Implement strongly typed headers.
|
2015-01-14 15:41:09 -08:00 |
Chris Ross
|
5872feb224
|
#139 - Mime multipart request parsing.
|
2015-01-07 15:42:46 -08:00 |
Victor Hurdugaci
|
7569703906
|
Add schema version to kproj files
|
2014-11-25 10:49:23 -08:00 |
Chris Ross
|
b5156a00b3
|
Argument validation cleanup.
|
2014-11-14 15:14:16 -08:00 |
Chris Ross
|
ba693dd383
|
Code cleanup.
|
2014-11-14 15:11:41 -08:00 |
Chris Ross
|
1dd3a2ee1f
|
#147 - OWIN: Throw KeyNotFoundException if the underlying Feature is missing. Return defaults for required entries.
|
2014-11-14 15:11:40 -08:00 |
Victor Hurdugaci
|
76bb27e5d3
|
Update KProj to the latest format
|
2014-11-12 15:09:59 -08:00 |
Chris Ross
|
389e27e460
|
#134 - Add HeadersSent api.
|
2014-11-06 10:59:52 -08:00 |
David Fowler
|
3bbdce3511
|
Added package descriptions
|
2014-10-31 01:38:05 -07:00 |
Chris Ross
|
dcb710cfbe
|
Update Claims dependency.
|
2014-10-17 09:47:52 -07:00 |
Pranav K
|
dc04ff843c
|
Reacting to CLR package versioning changes
|
2014-10-10 10:32:48 -07:00 |
David Fowler
|
20de1d0597
|
Fix up references
|
2014-10-05 05:08:26 -07:00 |
Chris Ross
|
335895d9b4
|
#122 - Rename IBuilder to IApplicationBuilder.
|
2014-09-10 11:45:02 -07:00 |
David Fowler
|
90dad40029
|
Updated to use the new target framework in project.json
|
2014-09-04 01:27:14 -07:00 |
David Fowler
|
aac0ce134c
|
Updated to use the new target framework in project.json
|
2014-08-28 23:31:29 -07:00 |
Pranav K
|
e2a3f1455b
|
Reacting to System.IO package version change
|
2014-08-20 06:56:33 -07:00 |
David Fowler
|
274f20a383
|
Removed source files from the project
|
2014-08-15 08:14:48 -07:00 |
Chris Ross
|
384d54577e
|
Remove unused field.
|
2014-07-23 09:14:34 -07:00 |
Pranav K
|
8ab566e049
|
Reverting version change to ComponentModel
|
2014-07-14 15:35:04 -07:00 |
Pranav K
|
ccbf458f71
|
Reacting to System.Collections version change
|
2014-07-14 15:27:24 -07:00 |
Pranav K
|
6c94e0317b
|
Reacting to System.Collections version change
|
2014-07-14 15:07:44 -07:00 |
David Fowler
|
8f39f6d4b5
|
Renamed configurations to frameworks in project.json
|
2014-07-13 21:50:53 -07:00 |
Chris Ross
|
1074fc102a
|
OWIN WebSockets: Cleanup, docs, extension methods.
|
2014-07-09 17:19:41 -07:00 |
Chris Ross
|
b1c82c0066
|
#96 Enable AspNet->Owin WebSockets.
|
2014-07-09 10:03:13 -07:00 |
Chris Ross
|
31edabdfcb
|
#96 Enable Owin->AspNet WebSockets.
|
2014-07-09 10:03:11 -07:00 |
Chris Ross
|
bc2cf1223e
|
#89 - Rename OnRequestAborted to RequestAborted.
|
2014-07-01 16:24:27 -07:00 |
Chris Ross
|
05a275faae
|
OWIN: #87 Make IHttpAuthenticationFeature.Handler not throw.
|
2014-06-30 11:06:32 -07:00 |
Chris Ross
|
13f4c242ab
|
Rename T to TFeature, Creator to Factory.
|
2014-06-27 09:52:56 -07:00 |
Chris Ross
|
f4a397dfcc
|
OWIN: Support dynamically creatable features.
|
2014-06-27 09:21:06 -07:00 |
Chris Ross
|
f5173e44ae
|
Expand feature support for OWIN->K.
|
2014-06-27 09:21:04 -07:00 |
Chris Ross
|
df730a47a9
|
Rename CancellationToken parameter.
|
2014-06-26 10:11:29 -07:00 |
Chris Ross
|
ff31b958fe
|
#80 - Add CancellationToken to GetClientCertAsyc, GetFormAsync.
|
2014-06-26 09:32:44 -07:00 |
Brice Lambson
|
7f1135cec3
|
Bump version to 1.0.0-*
|
2014-06-19 16:33:18 -07:00 |
Chris Ross
|
b6f4207b3b
|
#70 - Refactor client cert feature interface.
|
2014-06-19 11:46:13 -07:00 |
Chris Ross
|
2ae3a24a16
|
Remove CallCancelled property. Fix Owin query string. Add Owin user. Add Owin tests.
|
2014-06-19 09:02:49 -07:00 |
David Fowler
|
124749de28
|
Fixed project.json casing
|
2014-05-26 02:49:34 -07:00 |
David Fowler
|
57717dd325
|
Fixed casing of project.json
|
2014-05-25 10:04:11 -07:00 |
David Fowler
|
e5724c7301
|
Renamed Project.json to Project.json2
|
2014-05-25 10:04:11 -07:00 |
Pranav K
|
aa9b259da7
|
Updating kproj file to match tooling changes
|
2014-05-18 20:13:55 -07:00 |
Andrew Peters
|
00d49bbd60
|
Updating copyright headers
|
2014-05-08 23:01:09 -07:00 |
Chris Ross
|
4e36207b14
|
Owin adapter: Fix FeatureMap constructor visibility.
|
2014-05-06 15:08:50 -07:00 |
Chris Ross
|
8b26f1d319
|
Move IBuilder and related components to the Ms.AspNet.Builder namespace.
|
2014-05-05 21:05:21 -07:00 |
Chris Ross
|
0ecb989103
|
Name Microsoft.AspNet.Abstractions to Microsoft.AspNet.Http.
|
2014-05-05 16:04:53 -07:00 |