pan-wang
448a2afed8
fix the AV in recycle process, issue #192 . ( #201 )
...
* fix the AV in recycle process. this is due to we call Recycle again when the background thread exists
* more fixes
* reset hosting mode when all applications got removed
2017-10-21 13:40:45 -07:00
jhkimnew
02cffd16ec
Jhkim/refactoring test ( #176 )
...
Cleans up IIS initialization testing framework
2017-10-19 12:15:24 -07:00
Justin Kotalik
68014a7acd
Changes async calls to use OnAsyncComplete event pattern ( #184 )
2017-10-17 16:06:59 -07:00
pan-wang
7117147a09
adding FREB and more ETW log ( #185 )
...
* adding FREB log and more ETW logs
* add missing aspnetcore_event.h file from previous commit
* Update aspnetcore_event.h
change provide id as 0x8000 is used by cors
2017-10-17 14:43:31 -07:00
Justin Kotalik
051f13f17d
Add AppVeyor. ( #188 )
2017-10-15 14:38:23 -07:00
pan-wang
746f578c3c
Panwang/inproc ( #174 )
...
refactoring the code to support inprocess (step 1) with app_offline and Graceful shutdown support
2017-10-04 17:35:11 -07:00
Justin Kotalik
ea7bc30dd3
Avoid AV if schema change doesn't exist. ( #177 )
2017-10-03 14:21:39 -07:00
jhkimnew
df673f631c
Disable tests ( #175 )
2017-09-29 16:35:16 -07:00
jhkimnew
890e49e539
ANCM Test Refactoring: Initial check-in to fix the build issue on AspNetCI ( #172 )
...
* Initial check-in to fix the build issue on AspNetCI
* Updated with Jimmy's feedbacks
2017-09-29 14:49:12 -07:00
Justin Kotalik
f130330db8
Updating Xunit and dotnet versions ( #143 )
2017-09-25 15:10:31 -07:00
Justin Kotalik
2e540341db
Adds in-process mode to ANCM. ( #152 )
2017-09-20 16:09:56 -07:00
Justin Kotalik
5c2906a7c6
[WIP] Fixing win7 compilation issues. ( #141 )
2017-09-13 14:40:00 -07:00
jhkimnew
0120dae36b
Jhkim/updatetest ( #155 )
...
* Added new test scenarios for websocket
* Fixed test issues
* Fixed test issues
2017-09-13 14:32:53 -07:00
jhkimnew
c5f59e06c3
Added new test scenarios for websocket ( #153 )
2017-09-12 11:39:55 -07:00
pan-wang
a732b106f5
Fix websocket close handshake issue and race condition when websocket client disconnect without close handshake ( #151 )
2017-09-11 18:44:15 -07:00
Justin Kotalik
509ddc6ced
Adds ANCM in-process flag. ( #144 )
2017-09-11 15:30:54 -07:00
Luke Latham
6b8449f491
Sortable log files with stdoutLogFile ( #131 )
...
Fixes #130
2017-08-30 14:33:30 -07:00
Nate McMaster
d15129110e
Ensure .NET Core 1.0.5 is installed
2017-08-24 13:07:05 -07:00
pan-wang
93b37e14db
fix websocket connection issue and some memory leak, and add debug print ( #129 )
2017-08-04 14:51:15 -07:00
Nate McMaster
24f09551d9
Remove usage of PackagePublisher
2017-07-28 17:17:26 -07:00
Nate McMaster
a8802b2d2c
Fix versions in the test project so restore works
2017-07-28 09:52:21 -07:00
Nate McMaster
42853bcca1
Update bootstrapper to use the compiled version of KoreBuild
2017-07-27 15:03:42 -07:00
Pranav K
4b9a10363c
Explicitly call Restore on AspNetCore.csproj before calling pack on it.
2017-07-18 14:53:34 -07:00
Pranav K
4d35489e85
Use dotnet pack to pack AspNetCore file
2017-07-17 14:44:36 -07:00
jhkimnew
afba2d05ae
Jhkim/add test gracefulshutdown ( #120 )
...
Add new test for Graceful shutdown and Filtering MS request headers
2017-07-12 16:48:47 -07:00
jhkimnew
078a03ac70
Fixed build issue ( #119 )
2017-07-10 15:02:53 -07:00
pan-wang
002c8b9bc9
Adding shutdown http message to support the scenario that ctrl signal is not allowed ( #118 )
2017-07-10 14:55:15 -07:00
Ryan Brandenburg
622da80b43
Update PackagePublisher version ( #113 )
2017-06-23 13:46:21 -07:00
pan-wang
6b411adbd0
revert the preserve host header change as it failed on Antares ( #114 )
2017-06-21 16:48:38 -07:00
pan-wang
cee4cf7544
Antares blocks some windows APIs. We have use socket instead of calli… ( #109 )
...
* Antares blocks some windows APIs. We have use socket instead of calling GetExtendedTcpTable to check whether the backend is listening on given port.
* Use socket instead of calling GetExtendedTcpTable to check if the backend process listens on given port since Antares blocks couple APIs
* Antares blocks some windows APIs. We have use socket instead of calling GetExtendedTcpTable
* update format
* format change
2017-06-12 19:41:12 -07:00
Chris R
f5253459ec
Change nuget pacakge version to include -pre-
2017-06-12 15:16:01 -07:00
Pranav K
e714153782
Update to PackagePublisher 1.0.2-*
2017-06-09 10:29:14 -07:00
jhkimnew
fc54fef0bf
Fix nuget output path ( #107 )
...
Fix nuget output path
* Update theoutput path of nuget package
2017-06-08 10:42:32 -07:00
pan-wang
bce531f61a
add features: flowing authentication info, hosting environment variable support; fix client disconnect and app_offline issues ( #102 )
...
resubmit
2017-05-23 17:25:45 -07:00
jhkimnew
88cc1c14d0
Added a new environment variable value UsePrivateAspNetCoreFile for ANCMTestFlags and fixing test issues ( #101 )
2017-05-17 16:40:29 -07:00
jhkimnew
ec90853147
Disable using privateAspNetCoreFile to test release candiate build ( #100 )
2017-05-17 12:57:39 -07:00
jhkimnew
c7e17d13f3
ANCM test update to fix test issues ( #99 )
2017-05-16 17:08:14 -07:00
jhkimnew
289ecd475d
Added ANCMtestFlags environment variable ( #98 )
2017-05-16 10:38:17 -07:00
Pranav K
1d9dcdf7ae
Install NuGet.CommandLine 3.5.0 to acquire nuget.exe
2017-05-15 14:01:05 -07:00
jhkimnew
2c5132251b
Updated to support IISExpress and add new test cases for the additional environment variables ( #93 )
2017-04-24 18:17:33 -07:00
Sourabh Shirhatti
5854e03ddc
Update Korebuild and dependency versions ( #85 )
...
Merging
2017-04-03 16:06:25 -07:00
jhkimnew
5ae8155c2a
Updated version for Microsoft.Net.Http.Headers to fix build issue
2017-02-27 17:25:33 -08:00
jhkimnew
c983c0e642
Updated to remove throwing exception when test starts with 32 bit mode
2017-02-27 17:09:56 -08:00
jhkimnew
5fadbcb329
Upgrade to VS2017 ( #76 )
2017-02-27 16:37:59 -08:00
jhkimnew
cc29517ef3
Add https client ceritificate mapping test ( #74 )
2017-02-24 17:52:16 -08:00
jhkimnew
fc580eb0e9
Updated copy license for test
2017-02-14 11:39:37 -08:00
jhkimnew
b4e3ccf67f
added test cases to Dev branch ( #72 )
2017-02-14 11:15:45 -08:00
jhkimnew
135aa12529
Remove MAX_PATH buffersize to support long file path ( #69 )
...
This is already reviewed by Pan.
2017-02-10 14:35:51 -08:00
pan-wang
044648a213
fixing graceful shutdown on Win7 and IISExpress
2017-01-23 15:33:17 -08:00
pan-wang
66b98a1c04
update 502.5 error page
2017-01-17 15:44:15 -08:00