SteveSandersonMS
|
54aad643c8
|
Decode Node's JSON response into arbitrary .NET type. Add VS stuff.
|
2015-11-05 22:05:43 +00:00 |
SteveSandersonMS
|
52953c5fe9
|
Fix working directory (e.g., for when running under IIS Express)
|
2015-11-05 12:25:29 -08:00 |
Stephen Halter
|
9d19eed88f
|
Merge branch 'benaadams/memorypool2-allocate' into dev
|
2015-11-05 12:16:43 -08:00 |
Stephen Halter
|
bb9f83186b
|
Remove unused parameter from ListenerSecondary.ReadStartCallback
|
2015-11-05 12:09:50 -08:00 |
SteveSandersonMS
|
46dc743177
|
Fix various path issues
|
2015-11-05 11:46:10 -08:00 |
Ricardo Peres
|
a4c4e20d4e
|
Restored Killed console message
Added Started console message
Captured possible exception from node process
|
2015-11-05 10:41:24 -08:00 |
SteveSandersonMS
|
b5fb560c54
|
Require lodash (works around NPM dependency issue on Windows)
|
2015-11-05 10:22:39 -08:00 |
SteveSandersonMS
|
3e7dfa617a
|
Update version of base package to -alpha4
|
2015-11-05 09:17:46 -08:00 |
Stephen Halter
|
fff28990fe
|
Ensure ListenerSecondary buffer isn't double freed or freed too early
- Call buf_init in StartAsync so we have access to a KestrelThread
|
2015-11-04 16:21:29 -08:00 |
Chris R
|
f050e09283
|
Revert use of explicit converters that prevent APIs from returning null.
|
2015-11-04 16:03:36 -08:00 |
Stephen Halter
|
74f08c16df
|
Merge branch 'benaadams/listenersecondary-allocs' into dev
|
2015-11-04 15:34:42 -08:00 |
Ben Adams
|
3e7969cefe
|
Move handle creation to constructor
|
2015-11-04 22:44:30 +00:00 |
Stephen Halter
|
272ce27c79
|
Merge branch 'benaadams/delegates' into dev
|
2015-11-04 14:21:13 -08:00 |
Ben Adams
|
5cef608e52
|
Dispose _ptr
|
2015-11-04 22:20:51 +00:00 |
Ben Adams
|
22dfd31261
|
More readable loop condition
|
2015-11-04 22:04:19 +00:00 |
Chris R
|
31c7db25a2
|
Merge branch 'release' into dev
|
2015-11-04 13:39:13 -08:00 |
SteveSandersonMS
|
7c3d22c7b6
|
Add react tag helper. Clean up code and make it more consistent.
|
2015-11-04 12:19:43 -08:00 |
Chris R
|
a0466868e1
|
Publish tests with no-source to avoid signing issue.
|
2015-11-04 11:42:10 -08:00 |
Stephen Halter
|
3e6df1e685
|
Merge branch 'benaadams/LibuvCopier-compile-issue' into dev
|
2015-11-04 10:58:58 -08:00 |
Stephen Halter
|
35bbddf9b5
|
Merge branch 'benaadams/listener-primary-alloc' into dev
|
2015-11-04 10:14:52 -08:00 |
Stephen Halter
|
04b2885f10
|
Merge branch 'benaadams/listener-allocation' into dev
|
2015-11-04 10:12:33 -08:00 |
Stephen Halter
|
f4be290d4a
|
Merge branch 'benaadams/connection-allocs' into dev
|
2015-11-04 10:08:36 -08:00 |
Brennan Conroy
|
13886a5af3
|
Merge branch 'release' into dev
|
2015-11-04 09:54:16 -08:00 |
Cesar Blum Silveira
|
87a20119fd
|
Merge branch 'release' into dev
|
2015-11-04 09:22:28 -08:00 |
BrennanConroy
|
7371558dbf
|
azureadwebstack release feed
|
2015-11-04 08:33:47 -08:00 |
David Fowler
|
2aa067549f
|
Merge pull request #329 from benaadams/no-header-array-alloc
Don't alloc array per header
|
2015-11-04 05:11:10 -08:00 |
Ben Adams
|
cc84097016
|
Listener - remove closure allocation
|
2015-11-04 12:36:32 +00:00 |
Ben Adams
|
1d4b9d6633
|
ListenerPrimary - reduce closure allocation
Still captures string pipeName
|
2015-11-04 12:33:51 +00:00 |
Ben Adams
|
d104e8a08d
|
Reduce delegate allocation
|
2015-11-04 12:31:44 +00:00 |
Ben Adams
|
34c1a671f0
|
ListenerSecondary - reduce closure allocation
|
2015-11-04 12:20:00 +00:00 |
Ben Adams
|
5ae1c4ecb2
|
MemoryPool2 Allocate returns newest
Rather than a while loop on Allocate; return last memory block created
rather than returning it to the pool and checking if one can be removed.
|
2015-11-04 08:37:12 +00:00 |
Ben Adams
|
c113c0d3a2
|
Don't alloc array per header
i.e `new StringValues(string)` rather than `new StringValues(new [] {
string } )`
|
2015-11-04 07:11:55 +00:00 |
Cesar Blum Silveira
|
9e7a3ae335
|
Strong name Microsoft.AspNet.IISPlatformHandler.
|
2015-11-03 20:48:36 -08:00 |
Pavel Krymets
|
c1311f903e
|
Rename Microsoft.Dnx.Compilation.Abstractions to Microsoft.Extensions.Compilation.Abstractions
|
2015-11-03 15:08:40 -08:00 |
Cesar Blum Silveira
|
c7d5603c9e
|
Merge branch 'release' into dev
|
2015-11-03 13:29:07 -08:00 |
Cesar Blum Silveira
|
2ffa50a80b
|
Merge branch 'release' into dev
|
2015-11-03 13:10:01 -08:00 |
Cesar Blum Silveira
|
79eed1807e
|
Strong name Microsoft.AspNet.TestHost.
|
2015-11-03 12:42:26 -08:00 |
Cesar Blum Silveira
|
7770e5f4db
|
Strong name everything.
|
2015-11-03 12:05:40 -08:00 |
Chris R
|
3c1fa00c4d
|
React to Query changes.
|
2015-11-03 11:37:22 -08:00 |
Nick Craver
|
bacf76098e
|
Performance improvements
This adds additional performance improvements (namely string.Concat
overloads) on top of #411.
|
2015-11-03 06:55:13 -05:00 |
SteveSandersonMS
|
e410affbd8
|
Switch ES2015 example to use middleware inlined into Startup.cs instead of MVC controller/action
|
2015-11-02 21:02:47 -08:00 |
SteveSandersonMS
|
0c59f670b2
|
Simplify ReactRenderer API when referencing default modules
|
2015-11-02 20:23:05 -08:00 |
SteveSandersonMS
|
7e1955c6fe
|
Make app.AddNodeServices optional in Angular case. Fix tag helper attribute name. Bump versions.
|
2015-11-02 20:07:31 -08:00 |
Cesar Blum Silveira
|
889a24278d
|
Merge branch 'release' into dev
|
2015-11-02 17:36:41 -08:00 |
Cesar Blum Silveira
|
354e0876a6
|
Merge branch 'release' into dev
|
2015-11-02 16:32:11 -08:00 |
Cesar Blum Silveira
|
edf44555f1
|
Merge branch 'release' into dev
|
2015-11-02 16:20:35 -08:00 |
Cesar Blum Silveira
|
eaee76dfeb
|
Strong name everything.
|
2015-11-02 16:16:55 -08:00 |
Chris R
|
7e573631f7
|
Make other FormReader.ReadForm return Dictionary.
|
2015-11-02 15:56:06 -08:00 |
Cesar Blum Silveira
|
201e3d325a
|
Strong name everything.
|
2015-11-02 15:50:03 -08:00 |
Cesar Blum Silveira
|
acd8d3d44d
|
Strong name everything.
|
2015-11-02 15:32:44 -08:00 |