| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added a missing file mode for a open() that creates a file | Martin Ridgers | 2021-12-08 | 1 | -1/+1 |
| | | |||||
| * | Fixed unused return value warnings from POSIX/Linux headers | Martin Ridgers | 2021-12-08 | 2 | -2/+4 |
| | | |||||
| * | Dependent variable definition as inside a if-Windows block | Martin Ridgers | 2021-12-08 | 1 | -6/+7 |
| | | |||||
| * | A 'long int' is larger on non-Windows causing narrowing warnings | Martin Ridgers | 2021-12-08 | 1 | -15/+23 |
| | | |||||
| * | Merged main | Martin Ridgers | 2021-12-08 | 5 | -85/+159 |
| |\ | |||||
| | * | Return status_code as ErrorCode from jupiter api if not successful | Joe Kirchoff | 2021-12-07 | 2 | -26/+72 |
| | | | |||||
| | * | Merge pull request #33 from EpicGames/make_Materialize_threadsafe | mattpetersepic | 2021-12-06 | 2 | -43/+59 |
| | |\ | | | | | | | Make IoBufferCore::Materialize threadsafe | ||||
| | | * | Fixes from code review | Matt Peters | 2021-12-03 | 2 | -10/+11 |
| | | | | |||||
| | | * | Make IoBufferCore::Materialize threadsafe | Matt Peters | 2021-12-02 | 2 | -43/+58 |
| | | | | |||||
| | * | | Better error tracking when remote execute fails to post | Joe Kirchoff | 2021-12-02 | 1 | -15/+17 |
| | | | | |||||
| | * | | Merge pull request #32 from EpicGames/non-elevated-asio | zousar | 2021-12-02 | 1 | -1/+11 |
| | |\ \ | | | | | | | | | Wrap asio call to Service->HandleRequest in try/catch like http.sys. | ||||
| | | * | | Wrap asio call to Service->HandleRequest in try/catch like http.sys. | Zousar Shaker | 2021-12-01 | 1 | -1/+11 |
| | | | | | |||||
| * | | | | Merged main | Martin Ridgers | 2021-12-08 | 10 | -63/+204 |
| |\| | | | |||||
| | * | | | Use 'Platform' instead of 'OSFamily' for Horde condition | Joe Kirchoff | 2021-12-01 | 1 | -11/+3 |
| | | | | | |||||
| | * | | | Remove throw missed in last commit | Joe Kirchoff | 2021-12-01 | 1 | -1/+0 |
| | | | | | |||||
| | * | | | Write dummy file to ensure directories exist for remote execution | Joe Kirchoff | 2021-12-01 | 1 | -0/+14 |
| | | | | | |||||
| | * | | | Don't throw a runtime_error if remote execute api fails | Joe Kirchoff | 2021-12-01 | 2 | -9/+23 |
| | | |/ | |/| | | | | | | | asio currently doesn't propagate the exception as a 500 error | ||||
| | * | | Merge pull request #31 from EpicGames/non-elevated-asio | zousar | 2021-12-01 | 1 | -1/+37 |
| | |\| | | | | | | | Handle double slashes in URL path by normalizing them away like http.… | ||||
| | | * | Address review feedback/comments. | Zousar Shaker | 2021-12-01 | 1 | -26/+32 |
| | | | | |||||
| | | * | Handle double slashes in URL path by normalizing them away like http.sys. | Zousar Shaker | 2021-11-30 | 1 | -1/+31 |
| | | | | | | | | | | | | | | | | Also treat backslashes in the path as forward slashes. Only allocate memory for the altered URL if needed. | ||||
| | * | | Merge remote-tracking branch 'origin/ridgers-pr' into main | Martin Ridgers | 2021-11-30 | 1 | -4/+8 |
| | |\ \ | |||||
| | | * | | Wait on an event instead of using sleep() | Martin Ridgers | 2021-11-26 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The sleep() means it can take up to "update_interval * 2" (currently 10 seconds) to shutdown the thread. Not only is it desirable that binaries exit cleanly as quickly as possible, units tests were taking a considerable amount of time to run due to the sleep. | ||||
| | * | | | Merge pull request #30 from EpicGames/non-elevated-asio | zousar | 2021-11-29 | 6 | -41/+125 |
| | |\ \ \ | | | |/ | | |/| | Get zenserver running non-elevated | ||||
| | | * | | Address review feedback and fix issue when deploying. | Zousar Shaker | 2021-11-29 | 4 | -7/+6 |
| | | | | | |||||
| | | * | | Disable forced elevation for zenserver.exe. | Zousar Shaker | 2021-11-29 | 1 | -2/+0 |
| | | | | | |||||
| | | * | | Allow http.sys mode to operate in local-only mode for non-admin users. | Zousar Shaker | 2021-11-29 | 2 | -38/+70 |
| | | | | | |||||
| | | * | | If MyDocuments isn't available, use zen data folder in largest drive. | Zousar Shaker | 2021-11-29 | 1 | -0/+33 |
| | | | | | |||||
| | | * | | Allow ZenMap to fallback to local shared memory when running non elevated. | Zousar Shaker | 2021-11-29 | 1 | -0/+22 |
| | | | | | |||||
| * | | | | Implement zen/internalfile for POSIX platforms | Martin Ridgers | 2021-12-02 | 2 | -13/+90 |
| | | | | | |||||
| * | | | | Fake concrt for non-Windows platforms | Martin Ridgers | 2021-12-02 | 1 | -0/+42 |
| | | | | | |||||
| * | | | | Only Windows-based terminals need VT100/ANSI support enabling | Martin Ridgers | 2021-12-02 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | Missing return statement | Martin Ridgers | 2021-12-02 | 1 | -1/+5 |
| | | | | | |||||
| * | | | | For portability's sake, removed two unused InternalFile methods | Martin Ridgers | 2021-12-02 | 2 | -9/+0 |
| | | | | | |||||
| * | | | | Use zen::ThrowLastError() in place of throwing system_error directly | Martin Ridgers | 2021-12-02 | 1 | -6/+5 |
| | | | | | |||||
| * | | | | Use zen::Memory::Alloc/Free instead of unportable _aligned_* | Martin Ridgers | 2021-12-02 | 1 | -2/+3 |
| | | | | | |||||
| * | | | | Moved "using namespace fmt::literals" out of file level scope | Martin Ridgers | 2021-12-02 | 1 | -2/+4 |
| | | | | | |||||
| * | | | | WideToUtf8() to PathToUtf8() | Martin Ridgers | 2021-12-02 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Deleted unused variable | Martin Ridgers | 2021-12-02 | 1 | -2/+0 |
| | | | | | |||||
| * | | | | Signed-unsigned comparison compile fix | Martin Ridgers | 2021-12-02 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | If-def'd a #pragma statement | Martin Ridgers | 2021-12-02 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | If-def wrapped some Windows-only includes | Martin Ridgers | 2021-12-02 | 1 | -2/+4 |
| | | | | | |||||
| * | | | | Stubbed out base minimum of MS' PPL use for non-Windows platforms | Martin Ridgers | 2021-12-02 | 1 | -0/+43 |
| | | | | | |||||
| * | | | | Ifdef'd Windows-only include | Martin Ridgers | 2021-12-02 | 1 | -1/+3 |
| | | | | | |||||
| * | | | | As a general rule include (seem) to be orderedl zen, 3rd-party, system | Martin Ridgers | 2021-12-02 | 1 | -4/+4 |
| | | | | | |||||
| * | | | | Missing include | Martin Ridgers | 2021-12-02 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | Use zen::PathToUtf8() instead of WideToUtf8() | Martin Ridgers | 2021-12-02 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Updated RunCommand's file traversal to use platform-agnostic strings | Martin Ridgers | 2021-12-02 | 1 | -4/+4 |
| | | | | | |||||
| * | | | | Added a "path_string" type to the file traversal class | Martin Ridgers | 2021-12-02 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Wrap include with ZEN_THIRDPARTY macros instead of pragmas | Martin Ridgers | 2021-12-02 | 1 | -3/+2 |
| | | | | | |||||
| * | | | | Cross-platform path-to-utf8 conversion | Martin Ridgers | 2021-12-02 | 1 | -1/+2 |
| | | | | | |||||