Chris Ross
df425e4796
Server: Expose WebSocketOptions. Make feature replacement configurable.
2014-06-30 12:50:55 -07:00
Chris Ross
b24d808b58
#10 - Rename Middleware package to Server.
2014-06-30 12:22:16 -07:00
David Fowler
e74c4bfa81
Disable flaky engine tests
2014-06-29 09:28:43 -07:00
David Fowler
6277e70ac8
Added KestrelHttpServer
2014-06-29 08:44:08 -07:00
David Fowler
9118d037fe
Updated the kproj
2014-06-27 23:02:52 -07:00
Louis DeJardin
7c626431a1
Adding Upgrade support, using WebSocket middleware from sample app
2014-06-27 22:25:38 -07:00
Louis DeJardin
5e51783087
Recompiling windows binaries because uv_loop_size was added
2014-06-27 21:00:06 -07:00
Louis DeJardin
0f1a72e7e0
Tiny CLR won't tell you what the OS is. Assume tiny CLR is running on Windows.
2014-06-27 20:59:39 -07:00
Louis DeJardin
e4b9bd265c
Adjusting Kestrel to run cross platform
2014-06-27 20:01:44 -07:00
Louis DeJardin
9c29ccdd32
Cross-platform LoadLibrary, adjusting libuv apis
2014-06-27 19:45:31 -07:00
Louis DeJardin
08a3685f53
Moving native resources, updating loading code
2014-06-27 19:33:48 -07:00
AndriySvyryd
e32d1b069f
Using the default namespace for the resources class
2014-06-27 15:40:38 -07:00
Praburaj
ecbf6e27fa
Adding more diagnostics to the test
...
Adding logic to throw and stop the tests if the response from the server is not OK.
2014-06-27 13:00:33 -07:00
DamianEdwards
b9fd70b930
Fixing more tslint errors
2014-06-27 11:11:41 -07:00
DamianEdwards
f1a82e6456
Fixing tslint errors
2014-06-27 11:00:37 -07:00
DamianEdwards
aae0635911
Updating MusicStore.Spa for latest MVC changes
2014-06-27 10:48:11 -07:00
Louis DeJardin
63637be073
Listener.Dispose should block until operation is complete
2014-06-25 20:57:12 -07:00
Brice Lambson
efd257a7be
Run tests on both k10 and net45
2014-06-25 09:46:41 -07:00
Hao Kung
dd1a75370d
React to identity renames
2014-06-23 15:16:43 -07:00
Pranav K
4b5b85a2ac
Use K_BUILD_VERSION in Universe if specified.
2014-06-22 06:24:18 -07:00
Pranav K
0023eac56b
Modify KoreBuild to not set a K_BUILD_VERSION if it is already set (CI scenarios)
2014-06-21 18:25:10 -07:00
Louis DeJardin
1f420837f5
Adding native dlls in custom build step
2014-06-20 21:59:11 -07:00
Louis DeJardin
9e4bc60205
Adding amd64 support
...
Moves Libuv.dll into nupkg
Uses ILibraryManager to locate location for native libraries
Updates version numbers to 1.0.0-*
Throws exceptions with error text provided by libuv.dll
Bind to ip4 or ip6 endpoints
Getting server defaults from ini
Enabling "Kestrel" to be used as a Main entrypoint
2014-06-20 21:09:44 -07:00
Brice Lambson
1703bf7445
Updating dev Nuget.config
2014-06-20 15:03:10 -07:00
Brice Lambson
a7ce8c9814
Updating release Nuget.config
2014-06-20 15:02:37 -07:00
Brice Lambson
75915500cc
Updating dev Nuget.config
2014-06-20 14:34:14 -07:00
Brice Lambson
4f54640fb5
Updating release Nuget.config
2014-06-20 14:34:13 -07:00
Brice Lambson
491dafb7a7
Updating dev Nuget.config
2014-06-20 14:31:41 -07:00
Brice Lambson
67398cf649
Updating release Nuget.config
2014-06-20 14:31:40 -07:00
Louis DeJardin
e41d2a4a3c
Adding universe build target for init-release
...
Creates release branch and updates NuGet.config as appropriate
2014-06-20 13:37:25 -07:00
David Fowler
980e28a79f
Updated kvm.ps1
2014-06-20 12:35:56 -07:00
Brice Lambson
54a66fc70e
React to more renames
2014-06-20 09:34:14 -07:00
David Fowler
32cd4db959
React to Helios rename
2014-06-19 22:26:28 -07:00
David Fowler
ba24762ab2
Removed invalid reference from e2e tests
2014-06-19 22:18:44 -07:00
Brice Lambson
6d56ee2471
Bump version to 1.0.0-*
2014-06-19 17:11:14 -07:00
Brice Lambson
9df90f615b
Bump version to 1.0.0-*
2014-06-19 16:10:41 -07:00
Brice Lambson
782e586c22
Bump versions to *-alpha2-*
2014-06-19 16:05:56 -07:00
Brice Lambson
b41abcffa6
React to version bumps and renames
2014-06-19 16:00:13 -07:00
Wei Wang
9a53c1d773
Change the author of package to MS OpenTech
2014-06-18 22:09:39 -07:00
Wei Wang
f938a6ad75
Change the default author in makefile.shade
2014-06-18 16:52:47 -07:00
Wei Wang
7724182925
Change the default author in makefile.shade
2014-06-18 16:33:46 -07:00
Wei Wang
fa27f77150
Change the default author in makefile.shade
2014-06-18 16:17:31 -07:00
Wei Wang
213cddb339
Default author is set in KoreBuild script
...
- If there is a non-empty env var "K_AUTHOR", use its value as default
author
- Otherwise, use the value of predefined var "AUTHORS"
2014-06-18 15:28:29 -07:00
Louis DeJardin
17e566c5d1
Adding "server.urls" configuration support to kestrel
2014-06-17 22:45:53 -07:00
DamianEdwards
7ec9c71181
MusicStore.Spa changes:
...
- Make the account manage page work
- Changed ngTextBoxFor extension not use the base TextBoxFor helper as it was adding unwanted client validation attributes
- Fix controller route
2014-06-16 18:09:08 -07:00
DamianEdwards
4a4fe86df4
Changed use of custom SmartJsonResult to JsonResult in MusicStore.Spa
2014-06-16 15:55:50 -07:00
DamianEdwards
2934514909
Fix MusicStore.Spa:
...
- Support self-host via commands
- Comment out calls to EF APIs that throw NIE
2014-06-16 15:00:57 -07:00
David Fowler
a1583f298c
Change k build to kpm build.
2014-06-15 07:49:55 -07:00
David Fowler
2e6f9859a9
Fixed duplicates in repo list
2014-06-15 07:42:33 -07:00
David Fowler
8422d7413a
Fix dependency order or projects
2014-06-15 07:32:53 -07:00