| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | | | |||||
| * | | | 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 |
| | | | | |||||
| * | | | Merge pull request #28 from EpicGames/non-elevated-asio | zousar | 2021-11-26 | 4 | -89/+124 |
| |\| | | |/ |/| | ASIO Mode Fixes | ||||
| | * | Address review feedback. | Zousar Shaker | 2021-11-26 | 1 | -2/+2 |
| | | | |||||
| | * | Move HandlePackageOffers out of ifdef to fix static compile error. | Zousar Shaker | 2021-11-25 | 1 | -38/+40 |
| | | | |||||
| | * | Fix asio bug where input of less than 16 bytes would not get consumed. | Zousar Shaker | 2021-11-25 | 1 | -1/+1 |
| | | | | | | | | | This would cause hangs when the tail of a multi-part body was less than 16 bytes. | ||||
| | * | Make asio trace messages controlled by a compile-time verbosity define. | Zousar Shaker | 2021-11-25 | 1 | -8/+16 |
| | | | |||||
| | * | Fix handling of packages/offers in asio mode to match http.sys mode. | Zousar Shaker | 2021-11-25 | 4 | -76/+91 |
| | | | |||||
| | * | Fix asio request routing so that a url of "/cas" will route to the service ↵ | Zousar Shaker | 2021-11-24 | 1 | -4/+14 |
| | | | | | | | | | | | | | for prefix "/cas/". Also change the behavior for asio request routing to adhere to the "longest match rule" like http.sys. | ||||
| * | | Added .gdb_history to .gitignore | Martin Ridgers | 2021-11-26 | 1 | -0/+1 |
| | | | |||||
| * | | Added "xmake project" output to .gitignore | Martin Ridgers | 2021-11-26 | 1 | -0/+2 |
| | | | |||||
| * | | Sponsor PIDs were getting truncated to 16 bits which isn't portable | Martin Ridgers | 2021-11-26 | 1 | -1/+1 |
| | | | |||||
| * | | Added support for loading Lua config file from CLI option and merged ↵ | Per Larsson | 2021-11-25 | 3 | -144/+181 |
| | | | | | | | | | server/service config. | ||||
| * | | Merge branch 'main' of https://github.com/EpicGames/zen | Per Larsson | 2021-11-24 | 1 | -1/+6 |
| |\| | |||||
| | * | Merge pull request #27 from EpicGames/asio-acceptor | zousar | 2021-11-24 | 1 | -1/+6 |
| | |\ | | | | | | | Changed the asio acceptor initialization to allow dual stack IPV6 connections. | ||||
| | | * | Changed the asio acceptor initialization to allow dual stack IPV6 | Zousar Shaker | 2021-11-24 | 1 | -1/+6 |
| | | | | | | | | | | | | | connections. | ||||
| * | | | Added bundle xmake task. | Per Larsson | 2021-11-24 | 2 | -0/+51 |
| |/ / | |||||
| * | | Updated deploy script to set platform, architecture and configuration. | Per Larsson | 2021-11-24 | 1 | -11/+11 |
| | | | |||||
| * | | Merge branch 'main' of https://github.com/EpicGames/zen | Per Larsson | 2021-11-24 | 2 | -1/+4 |
| |\| | |||||
| | * | Fixed unused variable in integration tests. | Per Larsson | 2021-11-23 | 1 | -0/+4 |
| | | | |||||
| | * | Removed unused variable. | Per Larsson | 2021-11-23 | 1 | -1/+0 |
| | | | |||||
| * | | Set empty body in Jupiter client. | Per Larsson | 2021-11-24 | 1 | -0/+4 |
| |/ | |||||
| * | Prevent destroying ASIO server connection until callbacks complete | Per Larsson | 2021-11-23 | 1 | -61/+54 |
| | | |||||
| * | Comment out unused variables to fix warnings. | Per Larsson | 2021-11-22 | 1 | -7/+7 |
| | | |||||
| * | Changed Health service to return CbObject instead of JSON. | Per Larsson | 2021-11-22 | 1 | -2/+1 |
| | | |||||
| * | Merge branch 'main' of https://github.com/EpicGames/zen | Per Larsson | 2021-11-18 | 1 | -5/+6 |
| |\ | |||||
| | * | Add errorcode to output when a task fails | Joe Kirchoff | 2021-11-18 | 1 | -5/+6 |
| | | | |||||
| * | | Extended Health endpoint with support for returning build version and log file. | Per Larsson | 2021-11-18 | 5 | -21/+144 |
| |/ | |||||
| * | Change error code for failed upsteam apply | Joe Kirchoff | 2021-11-17 | 1 | -1/+1 |
| | | |||||
| * | Set horde worker requirements, limit to Win-RemoteExec pool | Joe Kirchoff | 2021-11-17 | 1 | -4/+37 |
| | | |||||