aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * 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.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
| | |/ | |/|
| * | Merge pull request #31 from EpicGames/non-elevated-asiozousar2021-12-011-1/+37
| |\|
| | * 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
| * | 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
| * | | Merge pull request #30 from EpicGames/non-elevated-asiozousar2021-11-296-41/+125
| |\ \ \ | | | |/ | | |/|
| | * | 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
| |\| | | | |/ | |/|
| | * 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
| | * 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 fo...Zousar Shaker2021-11-241-4/+14
| * | 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
* | | | Added support for z$ small object garbage collection.Per Larsson2021-12-081-42/+205
|/ / /
* | | First pass of z$ garbage collection.Per Larsson2021-12-073-5/+100
* | | Added support for time based eviction policy in structured cache.Per Larsson2021-12-075-123/+265
* | | Fixed bug in container GC.Per Larsson2021-12-051-1/+1
* | | Check available disk space before GC.Per Larsson2021-12-054-2/+68
* | | Added simple GC interval scheduling.Per Larsson2021-12-058-44/+238