Commit Graph

169 Commits (aa24545178c41d57296286b4b88d3c64ac7cabd2)

Author SHA1 Message Date
NextTurn 31af6fe11c Remove dead codes 2020-04-13 09:44:26 +08:00
NextTurn ec3f6f383f Skip the failing process helper test 2020-04-13 09:20:30 +08:00
NextTurn f4c40aba0e
Always set process priority if specified 2020-04-11 15:26:30 +08:00
NextTurn 459d5d7647 Increase code coverage 2020-04-11 14:08:12 +08:00
NextTurn b0c09e1bb1 Enable strong cryptography when running on .NET Framework 4.6 2020-04-09 18:07:22 +08:00
NextTurn 505c2385c9 Enable system default TLS versions when targeting .NET Framework 4.6.1 2020-04-09 11:51:16 +08:00
Oleg Nenashev 00c9f37041
Merge pull request #495 from NextTurn/version
Fix versioning of WinSW builds
2020-04-08 12:08:50 +02:00
NextTurn 6c630c24c4
Skip the failing test 2020-04-08 17:24:49 +08:00
NextTurn fed55ba9d4
Fix versioning 2020-04-08 16:27:23 +08:00
Scott Selberg fef46672ab
Feature/eliminate newlines (#483)
* Added code to collapse newlines, line returns and groups of spaces into a single space.
This is to allow users to put lots of arguments into the configuration xml using one
line per argument for readability.  This is really helpful when trying to wrap swarm-client.jar
calls which can have a lot of long arguments.

* fixed the comment text.

* included tabs in the list of things to collapse.

* added back in the missing space for the tab.

* Switched to a regex.

* Just removing newlines, line returns and tabs.

* Trimming off leading and trailing whitespace.

* Updated per recommendation from NextTurn.
2020-04-07 08:36:03 +08:00
Oleg Nenashev 9bae4caf90
Merge pull request #361 from NextTurn/expand
Ensure that environment variables are loaded before resolving configurations
2020-04-06 09:40:58 +02:00
Oleg Nenashev 638d78f297
Merge pull request #465 from NextTurn/commands
Split commands into functions
2020-04-06 09:37:51 +02:00
NextTurn 01f3c2d79d
Split commands into functions 2020-04-06 13:55:09 +08:00
Next Turn 5fcfe177af
Merge pull request #463 from NextTurn/nullable
Annotate for NRT
2020-03-31 23:52:07 +08:00
Oleg Nenashev 109e754813
Merge pull request #464 from NextTurn/domain
Fix default domain name
2020-03-31 11:19:47 +02:00
NextTurn f83916d430
Load environment variables first 2020-03-31 13:45:51 +08:00
NextTurn 2c22e62aa0
Fix default domain name 2020-03-31 08:40:25 +08:00
NextTurn ba6881a106
Annotate for NRT 2020-03-30 23:23:25 +08:00
NextTurn 750ac75dc6
Set description via advapi32 2020-03-29 17:16:01 +08:00
NextTurn 23c2202406
Support security descriptor string 2020-03-28 14:50:19 +08:00
Next Turn 3f58cdef68
Merge pull request #357 from NextTurn/emit
Optimize DynamicProxy
2020-03-28 00:01:02 +08:00
Next Turn 6280a688ed
Merge pull request #362 from NextTurn/pinvoke
Improve P/Invoke signatures
2020-03-25 21:45:39 +08:00
Oleg Nenashev ecadc0ef8b
Merge pull request #403 from NextTurn/ims
Support 'If-Modified-Since' for downloads
2020-03-25 11:05:52 +01:00
NextTurn 80e99d8426
Rework P/Invoke signatures 2020-03-24 23:37:02 +08:00
NextTurn 05b421b37b
Remove unused file 2020-03-24 23:36:16 +08:00
NextTurn fc08355620
Specify Unicode versions 2020-03-24 23:36:16 +08:00
NextTurn 5bc19e43af
Introduce constant strings 2020-03-24 23:36:16 +08:00
NextTurn f1036e613b
Replace GetLastError 2020-03-24 23:36:16 +08:00
NextTurn 3bb10ab60d
Remove unnecessary attributes 2020-03-24 23:36:15 +08:00
Oleg Nenashev dbb8efe410
Merge pull request #430 from NextTurn/enum
Use generic enum parsing methods in all packages except .NET 2.0
2020-03-11 12:04:51 +01:00
NextTurn e843c5c89c
Generic enum parsing 2020-03-02 08:54:42 +08:00
NextTurn 76a7fff7a6
Use StringBuilder 2020-03-01 11:00:05 +08:00
NextTurn 89677a7f49
Support 'If-Modified-Since' for downloads 2020-02-25 11:12:59 +08:00
NextTurn b991f8c9f1
Revert CLI behaviors in non-interactive mode 2020-02-21 14:04:29 +08:00
NextTurn d97c72e48f
Disable MMI 2020-02-18 11:37:31 +08:00
Oleg Nenashev 0f0ed5f850
Merge pull request #408 from NextTurn/download
Update exception handling for downloads
2020-02-16 07:38:26 +01:00
NextTurn bf09ea36f9
Update downloading 2020-02-13 10:45:41 +08:00
Oleg Nenashev 3753bce369
Merge pull request #387 from NextTurn/stop
Treat ERROR_SERVICE_CANNOT_ACCEPT_CTRL as success for stop command
2020-02-12 21:04:57 +01:00
Oleg Nenashev 9a7e0b141a
Merge pull request #391 from NextTurn/redirect
Fix stdout/stderr redirection when log disabled
2020-02-12 21:04:06 +01:00
Oleg Nenashev 7bbe98e326
Merge pull request #385 from NextTurn/start
Treat ERROR_SERVICE_ALREADY_RUNNING as success for start command
2020-02-11 17:07:57 +01:00
NextTurn da2772c6c4
Treat ERROR_SERVICE_CANNOT_ACCEPT_CTRL as success for stop command 2020-02-10 19:14:52 +08:00
NextTurn 16205acbc8
Treat ERROR_SERVICE_ALREADY_RUNNING as success for start command 2020-02-10 19:08:28 +08:00
NextTurn b86a028392
Throw correct exceptions for IO errors 2020-02-10 18:59:08 +08:00
NextTurn 368b99d8a1
Implement atomic file movement 2020-02-10 18:28:59 +08:00
Oleg Nenashev 96c03efb0a
Merge pull request #397 from NextTurn/nullable
Annotate more nullable variables
2020-02-07 04:38:13 -05:00
Oleg Nenashev dc10d4d3ce
Merge pull request #367 from NextTurn/download
Parallelize downloads in .NET 4.6.1 and .NET Core bundles
2020-02-06 05:31:12 -05:00
NextTurn 08da959737
Optimize DynamicProxy 2020-02-06 18:20:38 +08:00
NextTurn ec6d9b0a69
Rename to FEATURE_CIM 2020-02-06 11:18:48 +08:00
NextTurn 30c5994c42
Migrate to MMI 2020-02-06 10:58:37 +08:00
NextTurn da71f5dd83
Annotate more nullable variables 2020-02-06 10:55:13 +08:00