Ryan Brandenburg
|
ec56c0c963
|
Remove NETSTandard.Library.NETFramework
|
2017-07-07 10:26:21 -07:00 |
Nate McMaster
|
13e01db0d2
|
Fix minor bugs in samples and their NS.Library.NETFramework reference
|
2017-06-16 11:24:45 -07:00 |
Kiran Challa
|
02a05cccac
|
Fixed sample projects to refernce NETStandard.Library.NETFramework conditionally
|
2017-06-15 04:50:47 -07:00 |
David Fowler
|
00343d2b47
|
Support IOptions<RewriteOptions> (#243)
- Added a test
- Updated the sample to use services
|
2017-06-08 14:01:04 -10:00 |
Pavel Krymets
|
9ff653f421
|
React to logging in DI changes (#239)
|
2017-06-02 08:33:59 -07:00 |
John Luo
|
8b506cf36c
|
Cross-compile Response Compression
- GZipStream is not flushable on .NET Framework
|
2017-05-22 10:31:55 -07:00 |
Ajay Bhargav Baaskaran
|
565b94e3af
|
Target .NET Standard 2.0
|
2017-05-19 17:08:21 -07:00 |
Pavel Krymets
|
733e24f9bc
|
netcoreapp2.0 (#228)
|
2017-05-05 12:01:15 -07:00 |
Pranav K
|
a641231f66
|
Remove net451 as a cross-compile target
|
2017-03-23 11:27:45 -07:00 |
Kiran Challa
|
7e9b92072e
|
Converted samples and test projects to run on netcoreapp2.0
|
2017-03-23 09:52:35 -07:00 |
Nate McMaster
|
0e4442284d
|
Unify dependency versions to one file and remove workarounds
|
2017-03-15 12:43:29 -07:00 |
Nate McMaster
|
f1c0a1a441
|
Downgrade to stable packages
|
2017-02-14 16:15:30 -08:00 |
David Peden
|
ae7d0b9582
|
Make condition collection a first class citizen (#198)
|
2017-02-13 15:35:20 -08:00 |
Nate McMaster
|
24a95f6c5d
|
Upgrade to VS 2017
|
2017-01-30 15:59:19 -08:00 |
Stephen Halter
|
0a95102f5a
|
React to UseHttps change
|
2017-01-09 20:07:51 -08:00 |
Chris R
|
f51c601d61
|
Remove unused WebListener reference.
|
2017-01-03 15:45:15 -08:00 |
Pranav K
|
5c61ae5f02
|
Updating to 4.4 CoreFx packages
|
2016-12-21 16:15:59 -08:00 |
Pranav K
|
ea0042c685
|
Fix more versioning
|
2016-11-10 08:01:34 -08:00 |
Pranav K
|
e35814ac58
|
Fix versioning
|
2016-11-09 14:25:04 -08:00 |
Pranav K
|
445dcd9f1a
|
Updating versions to 1.2.0-*
|
2016-11-09 14:12:31 -08:00 |
Mikael Mengistu
|
13c145780c
|
Changed url rewrite sample regex to be more specific
|
2016-10-14 17:21:41 -07:00 |
Chris R
|
cfe8518fa4
|
Raise ResponseCompression version from 0.1 to 1.0
|
2016-10-14 11:12:36 -07:00 |
Chris R
|
1bd071de7a
|
#108 Set default mime types to compress
|
2016-10-14 10:48:42 -07:00 |
Chris R
|
e7b41c4f53
|
#108 Move compression providers back to options
|
2016-10-13 16:25:36 -07:00 |
Pranav K
|
88b78e7233
|
Updating to netcoreapp1.1
|
2016-10-13 11:11:48 -07:00 |
Mikael Mengistu
|
61c8f49e3e
|
Changing Rewrite version to 1.0.0
|
2016-10-13 10:13:52 -07:00 |
Pranav K
|
887bd70fd3
|
Revert "Updating to netcoreapp1.1"
This reverts commit 151bb91997.
|
2016-10-12 16:07:55 -07:00 |
Pranav K
|
151bb91997
|
Updating to netcoreapp1.1
|
2016-10-12 13:44:49 -07:00 |
Chris R
|
511d711620
|
#108 compression code cleanup
|
2016-10-12 11:28:50 -07:00 |
Mikael Mengistu
|
03b63e2c2a
|
Added more logging for rewrite/redirect scenarios
|
2016-10-10 16:16:56 -07:00 |
Chris R
|
cd833a7d63
|
#108 Have response compression replace IHttpSendFileFeature
|
2016-10-05 16:00:12 -07:00 |
Chris R
|
3cb0fc640a
|
#108 Make flush work for response compression
|
2016-10-04 13:10:06 -07:00 |
Pranav K
|
7be02fa146
|
Updating partner package versions
|
2016-10-03 20:12:14 -07:00 |
Chris R
|
9bc8a83a39
|
#108 Change ResponseCompression to be DI centric
|
2016-09-30 10:15:46 -07:00 |
Nate McMaster
|
3e119a87be
|
Remove rewrite rule API with default assumptions about skip remaining rules (#105)
|
2016-09-28 17:57:49 -06:00 |
Chris R
|
665f2f8773
|
ResponseCompression style cleanup
|
2016-09-26 12:11:45 -07:00 |
Yves57
|
2a402abefe
|
Response Compression middleware
|
2016-09-26 10:37:33 -07:00 |
Mikael Mengistu
|
58ef98b184
|
Sample project can now redirect to HTTPS (#106)
Sample project can now redirect to HTTPS
|
2016-09-21 22:02:45 -07:00 |
Nate McMaster
|
d2fb2cd776
|
Change the IHostingEnvironment parameter to IFileProvider for top-level IIS and Apache extension methods
Also fixup some xmldocs
|
2016-09-20 13:36:26 -07:00 |
Justin Kotalik
|
af2c1acee3
|
Adds XML comments and feedback from 1on1 with Nate.
|
2016-08-30 13:58:00 -07:00 |
Justin Kotalik
|
4a06b37280
|
Modifies .Rewrite and .Redirect to use normal regex syntax for backreferences
|
2016-08-30 09:59:57 -07:00 |
ZestyBread
|
f3b4658c2c
|
Feedback from David and API Review/ Tests
|
2016-08-28 20:16:54 -07:00 |
Justin Kotalik
|
0cb7445921
|
General bugfixes and style cleanup
|
2016-08-23 17:04:18 -07:00 |
Justin Kotalik
|
7a56073835
|
Mod_rewrite refactor with cleanup
|
2016-08-17 16:51:55 -07:00 |
Justin Kotalik
|
903949cc74
|
Update structure of code rules, refactor to IISRewrite
|
2016-08-10 16:54:59 -07:00 |
Justin Kotalik
|
5052a94cf7
|
IIS UrlRewrite Rule Application
|
2016-08-05 13:46:31 -07:00 |
Justin Kotalik
|
a62e327c23
|
IIS UrlRewrite parsing.
|
2016-08-01 15:39:28 -07:00 |
Justin Kotalik
|
68a766f2cd
|
Circular Dependency with Static Files fix.
|
2016-07-26 09:38:10 -07:00 |
Justin Kotalik
|
a9c2656404
|
Url Rewrite WIP
|
2016-07-25 16:11:11 -07:00 |
Doug Bunting
|
bc8785395c
|
One build to rule them all
- well, at least VS and command-line builds will share output
- part of aspnet/Coherence-Signed#277
|
2016-07-06 21:44:53 -07:00 |