David Fowler
7a24045953
Split ParsingHelpers classes into their own files
...
#397
2015-09-13 22:07:17 -07:00
moozzyk
d59fa774a8
Updating licenses
2015-09-11 10:22:16 -07:00
Pranav K
98af679b0b
Adding NeutralResourcesLanguageAttribute
2015-09-10 18:45:23 -07:00
Ryan Nowak
ed3ea33918
Add IHtmlContentBuilder interface
...
Common interface for things that allow appending content (TagBuilder,
BufferedHtmlContent). We want to be able to expose this from APIs for
users to add content.
See discussion: https://github.com/aspnet/Mvc/issues/3087
2015-09-10 18:41:17 -07:00
Pranav K
78de14d248
Adding NeutralResourcesLanguageAttribute
2015-09-10 18:15:27 -07:00
Pranav K
b1a2db0a7c
Adding NeutralResourcesLanguageAttribute
2015-09-10 17:48:17 -07:00
Pranav K
3e6585dcc8
Adding NeutralResourcesLanguageAttribute
2015-09-10 17:38:16 -07:00
Pranav K
5bf429d212
Adding NeutralResourcesLanguageAttribute
2015-09-10 16:41:24 -07:00
ASP.NET Push Bot
f1c6231067
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: aspnet/dnvm@4f0b099409
2015-09-10 16:31:31 -07:00
ASP.NET Push Bot
063e40da8a
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: aspnet/dnvm@69bc83e979
2015-09-10 15:44:00 -07:00
Stephen Halter
958cc3eca3
Add missing arguments to LogDebug arguments in KestrelTrace
2015-09-10 12:40:16 -07:00
Kiran Challa
eae4cdaa32
React to errorhandler and errorpage extension name changes
2015-09-10 12:14:53 -07:00
Kiran Challa
77a8eca1fd
React to errorhandler and errorpage extension name changes
2015-09-10 12:10:56 -07:00
Stephen Halter
813127e7f6
Merge branch 'benaadams/negative-threads' into dev
2015-09-10 11:58:09 -07:00
Stephen Halter
ec88e57f67
Remove commented code in KestrelTrace
2015-09-10 11:41:27 -07:00
Stephen Halter
1ebf98d40d
Log message style changes
...
- Disabled some log messages for possibly being too verbose.
- Don't log ConnectionReadFin when there is an error.
2015-09-10 11:41:25 -07:00
Stephen Halter
0ef096b41c
Increment connection id for logging
2015-09-10 11:41:22 -07:00
Chris R
327dabb243
Fix namespace for Clear extension.
2015-09-10 11:35:22 -07:00
Chris R
00d5a056d9
#360 Add Response.Clear() extension.
2015-09-10 11:30:42 -07:00
Chris R
18a2663531
React to Authentication API changes.
2015-09-10 10:18:52 -07:00
Kiran Challa
7f25096dda
React to RazorPreCompileModule changes
2015-09-10 08:32:21 -07:00
Ben Adams
dda5774a8b
Throw exception if ThreadCount negative
2015-09-10 08:03:42 +01:00
Doug Bunting
fea510f1d0
React to `xunit.runner.aspnet` package updates
...
- aspnet/aspnet.xunit@5a12e89
2015-09-09 19:45:47 -07:00
Ben Adams
887cf2c7be
Negative thread count fix
2015-09-10 02:57:49 +01:00
ASP.NET Push Bot
3da317b230
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: aspnet/dnvm@42aa577684
2015-09-09 16:21:14 -07:00
Kiran Challa
585643cf86
Updating Sake to always use latest version
2015-09-09 15:24:02 -07:00
Kiran Challa
a7bebaae83
Updating Sake to always use latest version
2015-09-09 15:18:10 -07:00
Kiran Challa
15521ffc2b
Updating Sake to 0.2.2
2015-09-09 15:08:09 -07:00
Kiran Challa
c3bf1e8d6b
Updating build.sh to use Sake 0.2.2
2015-09-09 15:03:07 -07:00
Pranav K
525c6de035
Updating to Sake 0.2.2
2015-09-09 12:34:52 -07:00
Ajay Bhargav Baaskaran
a0d51b9c2f
Added Nuget feed and renamed packagelist json
2015-09-09 11:54:46 -07:00
Stephen Halter
dc08062545
Merge branch 'drussilla/add-logging' into dev
...
Conflicts:
src/Microsoft.AspNet.Server.Kestrel/Http/Connection.cs
src/Microsoft.AspNet.Server.Kestrel/Http/ListenerSecondary.cs
2015-09-09 11:28:09 -07:00
Pranav K
864cc39ce2
Updating to Sake 0.2.2
2015-09-09 11:19:24 -07:00
Pranav K
53a8ee36f3
Stop building Universe in Travis and AppVeyor
2015-09-09 09:44:11 -07:00
Justin Van Patten
df33a3cff8
StringValues improvements
...
- Add public struct enumerator (avoids enumerator allocations)
- Implement IReadOnlyList<string>
- Rename indexer parameter name from "key" to "index"
- Faster IndexOf (no more enumerator allocation & faster array enumeration)
- Faster Contains (no more box allocation)
- Faster CopyTo (no more enumerator allocation)
- Faster Concat (no more enumerator allocations; use CopyTo)
2015-09-09 09:17:06 -07:00
Justin Van Patten
20e534a570
Add more StringValues tests
2015-09-09 09:17:05 -07:00
Victor Hurdugaci
cddcb3b457
Add BrowserLink
2015-09-09 09:02:19 -07:00
ASP.NET Push Bot
c8b5844b98
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: aspnet/dnvm@0375986321
2015-09-09 04:16:06 -07:00
Ivan Derevyanko
ac77c11211
Make ConnectionCallback static again.
2015-09-09 02:13:49 +02:00
Ivan Derevyanko
2b2943d5b0
Restore static delegates
2015-09-09 01:27:44 +02:00
Stephen Halter
2041e4d08b
Prevent pipes from being closed prematurely on OS X and Linux
...
This change fixes the in-process marshalling of TCP handles on Mac and Linux
that is used to support having multiple threads accepting connections from
multiple loops.
On these two platforms, the ReadStart callback somtimes gets called with a
status and pipe_pending_count equal to zero. Now when the status is zero
just exit the callback without closing the pipe.
This change more closely follows the example at
https://nikhilm.github.io/uvbook/processes.html#sending-file-descriptors-over-pipes
2015-09-08 16:21:45 -07:00
Ivan Derevyanko
a93a66fe7c
Replace Trace.WriteLine with ITraceLogger
2015-09-09 00:26:26 +02:00
ASP.NET Push Bot
dd9ad89c51
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: aspnet/dnvm@0375986321
2015-09-08 15:10:36 -07:00
ASP.NET Push Bot
9992c4ad36
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: aspnet/dnvm@c964d0fceb
2015-09-08 13:54:56 -07:00
ASP.NET Push Bot
8c3dd150b5
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: aspnet/dnvm@697fd273a3
2015-09-08 13:11:07 -07:00
Chris R
4e0f0c79ec
#366 Rewind the request buffer after parsing the form.
2015-09-08 12:04:53 -07:00
Chris R
1b790467a1
#269 Use a json file instead of an ini file to configure hosting.
2015-09-08 09:50:47 -07:00
ASP.NET Push Bot
b03c00d1d9
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: aspnet/dnvm@b625b8d8b8
2015-09-08 08:52:37 -07:00
ASP.NET Push Bot
953d5823be
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: aspnet/dnvm@ba2fce908e
2015-09-08 08:50:51 -07:00
Levi B
43d0b0f65b
Update WebEncoders from Unicode 7.0 to Unicode 8.0
...
Add "how to update" file detailing update steps
2015-09-05 17:32:27 -07:00