Kiran Challa
5008e2743d
Removed style cop related shade files
2015-09-15 14:19:00 -07:00
Glenn Condron
1d06f1f935
Merge pull request #925 from mariusGundersen/patch-1
...
Removed dot from dnx run command
2015-09-15 12:49:15 -07:00
Chris R
2e225b0db6
Hosting#331 Add IServerAddressesFeature.
2015-09-15 12:47:18 -07:00
Doug Bunting
22952e1806
Add `restoreDir` parameter in `_k-restore.shade`
...
- enables use of this command where it's currently overridden
- in turn, this means `--quiet` would be honoured in those `makefile.shade` files
For example can use this hook to shut DNX build up a bit
- `makefile.shade` there calls `dnu restore` directly and ignores `--quiet`
2015-09-15 11:58:48 -07:00
Chris R
10176373c8
#351 Display hosting environment name and listening addresses on console.
2015-09-14 16:19:07 -07:00
Chris R
bda0386a93
#331 Add IServerAddressesFeature.
2015-09-14 16:19:06 -07:00
Hao Kung
da3c513ad4
React to security changes
2015-09-14 15:07:23 -07:00
Ryan Nowak
52cfdf75f2
Add AppendEncoded to the builder
...
This is needed because a builder may have an optimized path for an
unencoded string. There's also no 'common' encoded string implementation
so it's much more straightforward to put this on the interface.
2015-09-14 11:58:38 -07:00
Pranav K
896c146e24
Replacing NotNullAttribute with thrown exceptions
2015-09-14 11:48:07 -07:00
Kiran Challa
bfe1de4819
React to Cors api changes
2015-09-14 11:08:11 -07:00
Marius Gundersen
aa37d8c776
Removed dot from dnx run command
...
The dot (current folder) isn't needed when using the latest dnx
2015-09-14 18:10:09 +02:00
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