Martin Ridgers
|
eb605a5a71
|
Version bump
(git:8795212 - Martin Ridgers - 2021-11-04 08:46:10 +0100)
[CL 18048957 by Martin Ridgers in ue5-main branch]
|
2021-11-04 04:12:41 -04:00 |
|
Martin Ridgers
|
f1a46b0fa4
|
Added a way to spawn an unelvated child process from an elevated parent
(git:d7ac559 - Martin Ridgers - 2021-11-03 15:26:34 +0100)
[CL 18048953 by Martin Ridgers in ue5-main branch]
|
2021-11-04 04:12:30 -04:00 |
|
Martin Ridgers
|
87ad5622d7
|
Split the two schemes of starting a child UnrealTraceServer process into separate functions
(git:2778f91 - Martin Ridgers - 2021-11-03 15:25:32 +0100)
[CL 18048949 by Martin Ridgers in ue5-main branch]
|
2021-11-04 04:12:22 -04:00 |
|
Martin Ridgers
|
b6a2e8a78a
|
Added missing include
9a52de8 / Martin Ridgers / 2021-09-09 10:18:14 +0200
[CL 17470666 by Martin Ridgers in ue5-main branch]
|
2021-09-09 06:23:37 -04:00 |
|
Martin Ridgers
|
817c79dc99
|
Version bump
7046877 / Martin Ridgers / 2021-09-06 13:37:34 +0200
[CL 17437719 by Martin Ridgers in ue5-main branch]
|
2021-09-06 08:09:01 -04:00 |
|
Martin Ridgers
|
aa5694a26f
|
Fallback to %USERPROFILE% if SHGetFolderPath() fails
899150b / Martin Ridgers / 2021-09-06 13:36:21 +0200
[CL 17437718 by Martin Ridgers in ue5-main branch]
|
2021-09-06 08:08:55 -04:00 |
|
Martin Ridgers
|
142f49d912
|
Include GetLastError() just in case setting the working directory happens to fail
223e89d / Martin Ridgers / 2021-09-06 13:30:04 +0200
[CL 17437711 by Martin Ridgers in ue5-main branch]
|
2021-09-06 08:08:06 -04:00 |
|
Martin Ridgers
|
25e863fc8c
|
Remove any administrator privileges from the daemon. Not that the token is still considered elevated for now.
ff3b45c / Martin Ridgers / 2021-09-06 13:28:52 +0200
[CL 17437652 by Martin Ridgers in ue5-main branch]
|
2021-09-06 08:02:38 -04:00 |
|
Martin Ridgers
|
1fbfc3a502
|
Use the error_code variant in case create_directories throws an exception
88a366f / Martin Ridgers / 2021-09-06 13:27:55 +0200
[CL 17437649 by Martin Ridgers in ue5-main branch]
|
2021-09-06 08:02:30 -04:00 |
|
Martin Ridgers
|
9fded1be28
|
Debug builds always copy the trace server's binary out of the tree
6f913e7 / Martin Ridgers / 2021-09-06 13:27:18 +0200
[CL 17437644 by Martin Ridgers in ue5-main branch]
|
2021-09-06 08:01:28 -04:00 |
|
Martin Ridgers
|
6324f56b11
|
Put the threaded mode of the daemon behind its own define
b0ad3b6 / Martin Ridgers / 2021-09-06 13:26:33 +0200
[CL 17437630 by Martin Ridgers in ue5-main branch]
|
2021-09-06 07:58:29 -04:00 |
|
Martin Ridgers
|
3de0c803d8
|
UnrealTraceStore was locking the directory it was launched from
229bc59 / Martin Ridgers / 2021-09-06 11:01:30 +0200
[CL 17437627 by Martin Ridgers in ue5-main branch]
|
2021-09-06 07:58:21 -04:00 |
|
Martin Ridgers
|
e42372b04b
|
Use a lock file instead of a shared-memory and semaphores as they orphan easily
d0ce7dd / Martin Ridgers / 2021-08-31 11:30:14 +0200
[CL 17416636 by Martin Ridgers in ue5-main branch]
|
2021-09-03 01:31:43 -04:00 |
|
Martin Ridgers
|
c094a7aee2
|
Flush log file writes
8c5de4f / Martin Ridgers / 2021-08-31 10:03:40 +0200
[CL 17416621 by Martin Ridgers in ue5-main branch]
|
2021-09-03 01:31:34 -04:00 |
|
Martin Ridgers
|
2b01886f39
|
Use the same "home" location for logs and lock files
ab6f020 / Martin Ridgers / 2021-08-31 10:03:09 +0200
[CL 17405999 by Martin Ridgers in ue5-main branch]
|
2021-09-02 14:10:51 -04:00 |
|
Martin Ridgers
|
65575f23a1
|
Erroneous while statement
9c1fc1f / Martin Ridgers / 2021-08-30 08:54:46 +0200
[CL 17400720 by Martin Ridgers in ue5-main branch]
|
2021-09-02 06:57:18 -04:00 |
|
Martin Ridgers
|
d5423f9da0
|
Clang doesn't have C++20's std::format yet
67aa8c5 / Martin Ridgers / 2021-08-30 08:54:21 +0200
[CL 17400103 by Martin Ridgers in ue5-main branch]
|
2021-09-02 05:42:51 -04:00 |
|
Martin Ridgers
|
329f09c726
|
Limit the number of attempts to create a log file
d6ce1fd / Martin Ridgers / 2021-08-30 08:53:45 +0200
[CL 17399680 by Martin Ridgers in ue5-main branch]
|
2021-09-02 05:18:53 -04:00 |
|
Martin Ridgers
|
2c03194b4b
|
Only iterate the log directory if it exists
b980707 / Martin Ridgers / 2021-08-30 08:52:59 +0200
[CL 17399389 by Martin Ridgers in ue5-main branch]
|
2021-09-02 04:55:12 -04:00 |
|
Martin Ridgers
|
ee35a9da51
|
Stop std::fs calls raising exceptions if files or directories exist
f6d44f8 / Martin Ridgers / 2021-08-30 08:52:09 +0200
[CL 17399356 by Martin Ridgers in ue5-main branch]
|
2021-09-02 04:43:20 -04:00 |
|
Martin Ridgers
|
30e2368654
|
Missing define if Clang was used on not-Apple platforms
35869a0 / Martin Ridgers / 2021-08-30 08:50:24 +0200
[CL 17399109 by Martin Ridgers in ue5-main branch]
|
2021-09-02 04:05:43 -04:00 |
|
Martin Ridgers
|
d288af126d
|
Version bump
ffd11d5 / Martin Ridgers / 2021-08-26 11:46:47 +0200
[CL 17385730 by Martin Ridgers in ue5-main branch]
|
2021-09-01 09:21:02 -04:00 |
|
Martin Ridgers
|
d70eb42b87
|
Added some help text
353f1ab / Martin Ridgers / 2021-08-26 11:46:05 +0200
[CL 17385400 by Martin Ridgers in ue5-main branch]
|
2021-09-01 08:43:35 -04:00 |
|
Martin Ridgers
|
24dd632cae
|
Always require a command to be given
a46df10 / Martin Ridgers / 2021-08-26 11:45:47 +0200
[CL 17385132 by Martin Ridgers in ue5-main branch]
|
2021-09-01 08:01:19 -04:00 |
|
Martin Ridgers
|
96e57a116c
|
Do not fallback to forking when running without arguments
a3f384d / Martin Ridgers / 2021-08-26 11:09:19 +0200
[CL 17385031 by Martin Ridgers in ue5-main branch]
|
2021-09-01 07:45:29 -04:00 |
|