aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug in z$ GC.Per Larsson2021-12-133-52/+61
|
* Merge branch 'main' into gcPer Larsson2021-12-1335-2/+883
|\
| * Updated the readme for the thirdparty licenses folder.Zousar Shaker2021-12-091-2/+3
| |
| * Add TPS license approvals.Zousar Shaker2021-12-0934-0/+880
| |
* | Refactored z$ GC.Per Larsson2021-12-134-140/+213
| |
* | Added support for triggering GC with different params and refactored GC ↵Per Larsson2021-12-125-122/+189
| | | | | | | | scheduler.
* | Added size to GcStorage.Per Larsson2021-12-109-50/+50
| |
* | Set GC default enabled and interval set to zero (off).Per Larsson2021-12-104-44/+57
| |
* | Ignore clangd cache directory.Per Larsson2021-12-101-0/+4
| |
* | Format fix.Per Larsson2021-12-0912-50/+44
| |
* | Merged main.Per Larsson2021-12-0916-239/+494
|\|
| * Return status_code as ErrorCode from jupiter api if not successfulJoe Kirchoff2021-12-072-26/+72
| |
| * Merge pull request #33 from EpicGames/make_Materialize_threadsafemattpetersepic2021-12-062-43/+59
| |\ | | | | | | Make IoBufferCore::Materialize threadsafe
| | * Fixes from code reviewMatt Peters2021-12-032-10/+11
| | |
| | * Make IoBufferCore::Materialize threadsafeMatt Peters2021-12-022-43/+58
| | |
| * | Better error tracking when remote execute fails to postJoe Kirchoff2021-12-021-15/+17
| | |
| * | Merge pull request #32 from EpicGames/non-elevated-asiozousar2021-12-021-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 Shaker2021-12-011-1/+11
| | | |
| * | | Use 'Platform' instead of 'OSFamily' for Horde conditionJoe Kirchoff2021-12-011-11/+3
| | | |
| * | | Remove throw missed in last commitJoe Kirchoff2021-12-011-1/+0
| | | |
| * | | Write dummy file to ensure directories exist for remote executionJoe Kirchoff2021-12-011-0/+14
| | | |
| * | | Don't throw a runtime_error if remote execute api failsJoe Kirchoff2021-12-012-9/+23
| | |/ | |/| | | | | | | asio currently doesn't propagate the exception as a 500 error
| * | Merge pull request #31 from EpicGames/non-elevated-asiozousar2021-12-011-1/+37
| |\| | | | | | | Handle double slashes in URL path by normalizing them away like http.…
| | * Address review feedback/comments.Zousar Shaker2021-12-011-26/+32
| | |
| | * Handle double slashes in URL path by normalizing them away like http.sys.Zousar Shaker2021-11-301-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 mainMartin Ridgers2021-11-301-4/+8
| |\ \
| | * | Wait on an event instead of using sleep()Martin Ridgers2021-11-261-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-asiozousar2021-11-296-41/+125
| |\ \ \ | | | |/ | | |/| Get zenserver running non-elevated
| | * | Address review feedback and fix issue when deploying.Zousar Shaker2021-11-294-7/+6
| | | |
| | * | Disable forced elevation for zenserver.exe.Zousar Shaker2021-11-291-2/+0
| | | |
| | * | Allow http.sys mode to operate in local-only mode for non-admin users.Zousar Shaker2021-11-292-38/+70
| | | |
| | * | If MyDocuments isn't available, use zen data folder in largest drive.Zousar Shaker2021-11-291-0/+33
| | | |
| | * | Allow ZenMap to fallback to local shared memory when running non elevated.Zousar Shaker2021-11-291-0/+22
| | | |
| * | | Merge pull request #28 from EpicGames/non-elevated-asiozousar2021-11-264-89/+124
| |\| | | | |/ | |/| ASIO Mode Fixes
| | * Address review feedback.Zousar Shaker2021-11-261-2/+2
| | |
| | * Move HandlePackageOffers out of ifdef to fix static compile error.Zousar Shaker2021-11-251-38/+40
| | |
| | * Fix asio bug where input of less than 16 bytes would not get consumed.Zousar Shaker2021-11-251-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 Shaker2021-11-251-8/+16
| | |
| | * Fix handling of packages/offers in asio mode to match http.sys mode.Zousar Shaker2021-11-254-76/+91
| | |
| | * Fix asio request routing so that a url of "/cas" will route to the service ↵Zousar Shaker2021-11-241-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 .gitignoreMartin Ridgers2021-11-261-0/+1
| | |
| * | Added "xmake project" output to .gitignoreMartin Ridgers2021-11-261-0/+2
| | |
| * | Sponsor PIDs were getting truncated to 16 bits which isn't portableMartin Ridgers2021-11-261-1/+1
| | |
* | | Disabled cache tracker.Per Larsson2021-12-092-5/+14
| | |
* | | Added options for Z$ max duration and whether to collect small objects.Per Larsson2021-12-097-178/+181
| | |
* | | GC default off.Per Larsson2021-12-093-3/+3
| | |
* | | Fixed bug in z$ garbage collection.Per Larsson2021-12-091-117/+150
| | |
* | | Added z$ GC tests.Per Larsson2021-12-091-28/+140
| | |
* | | Merge branch 'gc' of https://github.com/EpicGames/zen into gcPer Larsson2021-12-082-4/+17
|\ \ \
| * | | Added tombstone flag to file cas.Per Larsson2021-12-082-4/+17
| | | |