Ben Adams
|
c0f82765aa
|
Move logging to new style
|
2015-11-10 10:43:51 +00:00 |
Ben Adams
|
a2c4e3a654
|
Task.Run -> ThreadPool.QueueUserWorkItem
Task.Run eventually ends up being QueueUserWorkItem.
The returned task is ignored, so no added goodness.
Short running item.
Cut out the middleman
|
2015-11-10 07:28:17 +00:00 |
Pawel Kadluczka
|
0bfc97e46f
|
Fixing test so that it runs on CoreClr
|
2015-11-10 01:44:42 +00:00 |
Damian Edwards
|
e1a95c97e1
|
Merge pull request #342 from benaadams/completed-task
Completed Task opt
|
2015-11-09 12:51:21 -08:00 |
Ben Adams
|
278bd9c962
|
Completed Task opt
|
2015-11-09 04:32:08 +00:00 |
Doug Bunting
|
dddc6a2ebb
|
Remove quotes from `@addTagHelper` directive
- react to aspnet/Razor#561 fix: PR aspnet/Razor#591 and commit aspnet/Razor@0c95315
|
2015-11-07 12:27:32 -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 |
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 |
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 |
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 |
Cesar Blum Silveira
|
2ffa50a80b
|
Merge branch 'release' into dev
|
2015-11-03 13:10:01 -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 |
Cesar Blum Silveira
|
889a24278d
|
Merge branch 'release' into dev
|
2015-11-02 17:36:41 -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 |
Cesar Blum Silveira
|
acd8d3d44d
|
Strong name everything.
|
2015-11-02 15:32:44 -08:00 |
Cesar Blum Silveira
|
4862a62a2f
|
Merge branch 'release' into dev
|
2015-11-02 14:42:35 -08:00 |
Cesar Blum Silveira
|
74d89b2e32
|
Strong name everything.
|
2015-11-02 14:40:58 -08:00 |
Cesar Blum Silveira
|
c78ad32b1e
|
Merge branch 'release' into dev
|
2015-11-02 12:23:20 -08:00 |
Ben Adams
|
ea6f6b10dc
|
Don't capture connection on closure
|
2015-11-01 13:27:17 +00:00 |
Chris R
|
a6a17f296d
|
React to ServerFactory changes.
|
2015-10-31 07:35:42 -07:00 |
Ben Adams
|
dd7c4b374d
|
Fix LibuvCopier DNXCore compile error
|
2015-10-31 01:53:24 +00:00 |
John Luo
|
5f91ce2f2b
|
Reacting to Hosting changes
|
2015-10-30 16:51:16 -07:00 |
John Luo
|
facf3ad0da
|
Missed update for test when reacting to hosting changes
|
2015-10-30 16:18:50 -07:00 |
John Luo
|
b466c3b7d7
|
Reacting to Hosting changes
|
2015-10-30 14:19:55 -07:00 |
Cesar Blum Silveira
|
8a06966024
|
Strong name Microsoft.AspNet.JsonPatch.
|
2015-10-30 12:57:49 -07:00 |
Pavel Krymets
|
af2c32f612
|
React to xunit change. Fix build error
|
2015-10-30 10:52:59 -07:00 |
N. Taylor Mullen
|
978e2bb474
|
React to aspnet/Razor#196.
- `TagHelper`s now auto-fill enums. Updated files to reflect new auto-filling enum changes.
|
2015-10-29 16:24:56 -07:00 |