Louis DeJardin
ebd6af0fd6
Trying to get 100 Continue working again
2014-06-08 01:03:56 -07:00
David Fowler
c14ecd8e7a
Merge pull request #64 from graemechristie/update-source-url-for-kvm-sh
...
Update source url for kvm sh
2014-06-07 22:48:19 -07:00
Louis DeJardin
044bbb83e6
Getting request body variations to work
2014-06-07 02:49:25 -07:00
Louis DeJardin
313db3f0cf
Removing unnecessary using statements
2014-06-06 22:16:08 -07:00
Louis DeJardin
e517e39aac
Not working, but worth taking a snapshot of the source
2014-06-06 22:13:31 -07:00
Praburaj
59fad3bbb3
Adding CoreCLR variation of test on selfhost
2014-06-06 17:34:12 -07:00
harshgMSFT
a499d4a92a
Routing DI Changes II : Adding services for routing.
2014-06-06 17:08:01 -07:00
ajcvickers
b53404596f
Updating to add new parameter for Navigation class
2014-06-06 15:04:53 -07:00
Praburaj
2f88fb4d9d
Removing work around applied
...
Bug https://github.com/aspnet/identity/issues/102 is fixed. Removing the work around applied for the same.
2014-06-06 12:10:46 -07:00
Ryan Nowak
d112adc1f2
Fix breaking changes from MVC
2014-06-06 11:26:50 -07:00
Ryan Nowak
28b89c8fe5
Changing to list
2014-06-06 10:16:47 -07:00
Ryan Nowak
d10682d15b
Issue aspnet/Mvc#56 - merging RouteContext and RequestContext
...
This is the routing part of these changes, and just the breaking changes
parts.
Follow-ups will add:
- DataTokens
- Tracking the logical stack of routers
2014-06-06 10:11:57 -07:00
Brice Lambson
71a77685e6
Add Resources.cs to fix VS warnings
2014-06-06 09:42:09 -07:00
Ryan Nowak
1d4ceef81b
Turning on warnings as errors for routing
2014-06-04 18:42:41 -07:00
Graeme Christie
1df3730bb6
Renamed kvmsetup.sh kvminstall.sh in line with Win32 script for consistency
2014-06-05 09:32:17 +08:00
Graeme Christie
1bd9da3620
Updated URL of kvm.sh in install script, now it exists in the upstream repo
2014-06-05 09:28:13 +08:00
Glenn Condron
f6e9c40786
some minor cleanup
2014-06-04 16:14:40 -07:00
Glenn Condron
646dae6d58
Add kvminstall.ps1 to allow easier acquisition of KVM
2014-06-04 16:14:36 -07:00
David Fowler
9851adabc0
Merge pull request #48 from graemechristie/KvmShellImplementation
...
Kvm shell implementation
2014-06-05 00:25:15 +02:00
Ryan Nowak
4a51ced5de
Fix project file
2014-06-04 13:02:37 -07:00
Praburaj
6d50b397c0
The cookie name pointed by DefaultAuthenticationTypes.ApplicationCookie changed
...
This was changed with a recent identity checkin. Fixing this in test which was expecting a different cookie name.
2014-06-04 12:45:38 -07:00
Hao Kung
892afc5fab
React to Identity API changes
2014-06-04 11:13:13 -07:00
Praburaj
a7e4fa9c9d
OptionsServices.GetDefaultServices() call no longer required
...
This is in response to a recent change.
2014-06-03 17:02:07 -07:00
harshgMSFT
1d3e41560c
Routing DI Changes I:
...
Moving out Default Handler and IInlineConstraintResolver from RouteCollection.
These are moved to a new interface IRouteBuilder, (instead of an IInlineConstraintResolver, it takes in an IServiceProvider).
This means all RouteCollectionExtensions are moved to RouteBuilderExtensions.
2014-06-03 16:50:48 -07:00
Louis DeJardin
c9d6db14bc
Adding an engine, a thread manager, an accept loop
2014-06-03 16:41:55 -07:00
Hao Kung
3fb1a06e25
Add OptionsServices in UseServices
2014-06-03 15:03:57 -07:00
Pranav K
caa18342bc
Updating makefile to include Options and Logging repos
2014-06-03 11:13:25 -07:00
Pranav K
032ad4a444
Updating makefile to include Options and Logging repos
2014-06-03 11:10:02 -07:00
Pranav K
967ca3757e
Updating makefile to include Options and Logging repos
2014-06-03 11:06:48 -07:00
Pranav K
d1aed15ec4
Adding switch to build.cmd to skip KRE install
2014-06-03 10:17:34 -07:00
Pranav K
352063a7c8
Adding switch to build.cmd to skip KRE install
2014-06-03 10:17:12 -07:00
Rowan Miller
d2a4f7bb2e
Update CONTRIBUTING.md
2014-06-03 10:17:02 -07:00
Pranav K
8d43a4fac2
Adding switch to build.cmd to skip KRE install
2014-06-03 10:16:50 -07:00
Pranav K
874ef7bc76
Adding switch to build.cmd to skip KRE install
2014-06-03 10:16:35 -07:00
Pranav K
7d4345f62f
Adding switch to build.cmd to skip KRE install
2014-06-03 10:15:47 -07:00
Pranav K
44503744a3
Adding switch to build.cmd to skip KRE install
2014-06-03 10:15:37 -07:00
Pranav K
7aee4c1b81
Adding switch to build.cmd to skip KRE install
2014-06-03 10:14:35 -07:00
Pranav K
1bd9dd46e1
Adding switch to build.cmd to skip KRE install
2014-06-03 10:14:14 -07:00
Pranav K
f467b1f8f3
Adding switch to build.cmd to skip KRE install
2014-06-03 10:11:51 -07:00
Graeme Christie
3bec520b0e
Fixed issue where ZPROFILE would not be set and zshrc not updated
2014-06-03 22:29:48 +08:00
Graeme Christie
b26d08ba30
Fixed indentation on bash scripts
2014-06-03 21:25:55 +08:00
Graeme Christie
030af218fb
Cleaned up kvm.sh and kvmsetup.sh
...
Removed some redundant code
2014-06-03 18:34:49 +08:00
Graeme Christie
5b6febecdc
Merged Master
2014-06-03 17:40:46 +08:00
Louis DeJardin
2334fe6dc8
Marking the unit test project target framework explicitly
2014-06-02 17:29:38 -07:00
Louis DeJardin
1b412bc99f
Adding libuv p/invokes
2014-06-02 16:32:31 -07:00
Louis DeJardin
3404100f08
Adding empty projects and solution
2014-06-02 16:31:33 -07:00
Louis DeJardin
f099426a9e
Adding empty project structure
2014-06-02 16:24:55 -07:00
Eilon Lipton
5ddccdca08
Changes for community PRs
2014-06-02 12:37:49 -07:00
Eilon Lipton
37b551591e
Changes for community PRs
2014-06-02 12:27:12 -07:00
Eilon Lipton
acd8aecf13
Fixed formatting
2014-06-02 12:25:22 -07:00