Commit Graph

122 Commits (35af3bf78dffe15d5c288acedaf3a619180b62d9)

Author SHA1 Message Date
NextTurn 35af3bf78d Standardize coding styles 2020-07-18 10:31:55 +08:00
NextTurn 236bd0b778 Check start time of child processes 2020-07-17 10:07:00 +08:00
NextTurn 700f45cb84 Avoid setting current process environment variables 2020-07-16 16:20:43 +08:00
NextTurn c454dcf85c Remove <stopparentprocessfirst> 2020-07-16 16:12:05 +08:00
NextTurn 2254aa78c4 Stop supporting .NET Framework 2.0/4.0 2020-07-16 11:23:17 +08:00
NextTurn afe25d1d82 Allow prompting for credentials 2020-07-06 13:28:24 +08:00
NextTurn 846fff5124 Remove dependency on Win32_Process 2020-07-06 09:51:49 +08:00
NextTurn 8beb21568e Merge <domain> and <user> to support User Principal Name 2020-06-26 09:42:47 +08:00
NextTurn eac8b8ca45 Remove `/redirect` option 2020-06-26 09:11:19 +08:00
NextTurn 3b2a9354c0 Remove dependency on Win32_Service 2020-06-26 09:02:32 +08:00
NextTurn f9e0126cf8 Improve signal-related logging 2020-06-23 22:34:37 +08:00
Daniel d18c5b237c
Fix outdated tag (#548)
* Fix outdated tag

* Replace logmode and rotate with log and roll

* Fix typo

* Fix quotes

* Fix quotes
2020-06-23 10:15:03 +08:00
NextTurn f260d7e5d9 Reorganize interop codes 2020-05-19 00:23:09 +08:00
NextTurn 09cdb0a0ec
Support <startarguments> and <stoparguments> 2020-05-09 11:49:25 +08:00
Koraniar d03e80cea6 Unit tests for custom proxy server 2020-05-04 12:04:19 -05:00
Koraniar 9c6518e246 Use credentials for proxy server 2020-05-01 20:11:10 -05:00
Koraniar 03fe39efeb Use a custom proxy server 2020-04-30 09:30:31 -05:00
Next Turn b8888c9a29
Prompt for elevation (#457)
* Prompt for elevation

* Add error messages for interop errors

* Assume process is elevated on Windows XP

Co-authored-by: Oleg Nenashev <o.v.nenashev@gmail.com>
2020-04-19 09:04:50 +02:00
Oleg Nenashev f2c17122bb
Merge pull request #511 from NextTurn/workingdir
Fix default working directory on .NET Core
2020-04-17 08:04:34 +02:00
NextTurn ea6cb8062a Remove strong name signing 2020-04-16 12:19:59 +08:00
NextTurn 55b8afe6b0
Fix default working directory on .NET Core 2020-04-15 14:21:26 +08:00
NextTurn 31af6fe11c Remove dead codes 2020-04-13 09:44:26 +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
NextTurn fed55ba9d4
Fix versioning 2020-04-08 16:27:23 +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
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 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 d97c72e48f
Disable MMI 2020-02-18 11:37:31 +08: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
NextTurn b86a028392
Throw correct exceptions for IO errors 2020-02-10 18:59:08 +08:00