aboutsummaryrefslogtreecommitdiff
path: root/zenserver
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | Fixed up Windows-specific include statementsMartin Ridgers2021-10-296-15/+29
| * | | | | | | | | | | | | | | | | GCC doesn't like whitespace after a \ in a raw string literalMartin Ridgers2021-10-291-1/+1
| * | | | | | | | | | | | | | | | | Use THIRDPARTY_START/END instead of MSVC-specific #pragmaMartin Ridgers2021-10-291-3/+2
| * | | | | | | | | | | | | | | | | Misplaced #pragma onceMartin Ridgers2021-10-291-2/+0
| * | | | | | | | | | | | | | | | | Fixed std::memory_order compile errorsMartin Ridgers2021-10-292-3/+3
| * | | | | | | | | | | | | | | | | Merged mainMartin Ridgers2021-10-281-10/+62
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merged mainMartin Ridgers2021-10-261-1/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merged mainMartin Ridgers2021-10-257-177/+254
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merged mainMartin Ridgers2021-10-202-16/+103
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merged mainMartin Ridgers2021-10-181-26/+87
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merged mainMartin Ridgers2021-10-1610-40/+43
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merged mainMartin Ridgers2021-10-155-6/+24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merged mainMartin Ridgers2021-10-144-69/+110
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | Use std::fs::path for IoBuffer::MakeFromFile().Martin Ridgers2021-10-142-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bug in z$ service returning partial cache records and enable small obje...Per Larsson2021-12-144-13/+23
* | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bug in z$ GC.Per Larsson2021-12-131-34/+36
* | | | | | | | | | | | | | | | | | | | | | | | | | Refactored z$ GC.Per Larsson2021-12-132-134/+182
* | | | | | | | | | | | | | | | | | | | | | | | | | Added support for triggering GC with different params and refactored GC sched...Per Larsson2021-12-123-50/+32
* | | | | | | | | | | | | | | | | | | | | | | | | | Added size to GcStorage.Per Larsson2021-12-103-30/+24
* | | | | | | | | | | | | | | | | | | | | | | | | | Set GC default enabled and interval set to zero (off).Per Larsson2021-12-102-5/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | Format fix.Per Larsson2021-12-093-10/+9
* | | | | | | | | | | | | | | | | | | | | | | | | | Merged main.Per Larsson2021-12-097-67/+168
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Return status_code as ErrorCode from jupiter api if not successfulJoe Kirchoff2021-12-072-26/+72
| * | | | | | | | | | | | | | | | | | | | | | | | | Better error tracking when remote execute fails to postJoe Kirchoff2021-12-021-15/+17
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | 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 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-293-3/+33
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | Address review feedback and fix issue when deploying.Zousar Shaker2021-11-291-1/+0
| | * | | | | | | | | | | | | | | | | | | | | | | Disable forced elevation for zenserver.exe.Zousar Shaker2021-11-291-2/+0
| | * | | | | | | | | | | | | | | | | | | | | | | If MyDocuments isn't available, use zen data folder in largest drive.Zousar Shaker2021-11-291-0/+33
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Disabled cache tracker.Per Larsson2021-12-092-5/+14
* | | | | | | | | | | | | | | | | | | | | | | | Added options for Z$ max duration and whether to collect small objects.Per Larsson2021-12-094-165/+161
* | | | | | | | | | | | | | | | | | | | | | | | GC default off.Per Larsson2021-12-092-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | Fixed bug in z$ garbage collection.Per Larsson2021-12-091-117/+150
* | | | | | | | | | | | | | | | | | | | | | | | Added z$ GC tests.Per Larsson2021-12-091-28/+140
* | | | | | | | | | | | | | | | | | | | | | | | Added support for z$ small object garbage collection.Per Larsson2021-12-081-42/+205
* | | | | | | | | | | | | | | | | | | | | | | | First pass of z$ garbage collection.Per Larsson2021-12-072-4/+99
* | | | | | | | | | | | | | | | | | | | | | | | Added support for time based eviction policy in structured cache.Per Larsson2021-12-073-117/+216
* | | | | | | | | | | | | | | | | | | | | | | | Added simple GC interval scheduling.Per Larsson2021-12-053-9/+56
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'gc' of https://github.com/EpicGames/zen into gcPer Larsson2021-12-011-12/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Fixed crash in cache tracker.Per Larsson2021-11-301-12/+28
* | | | | | | | | | | | | | | | | | | | | | | | | Added naive container CAS GC support.Per Larsson2021-12-011-1/+0
|/ / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | Added CacheStore and CAS store sizes to status endpoint.Per Larsson2021-11-302-7/+27
* | | | | | | | | | | | | | | | | | | | | | | | Added z$ memory/disk layer size.Per Larsson2021-11-293-18/+178
* | | | | | | | | | | | | | | | | | | | | | | | Moved GC to background thread and added endpoint to trigger/status GC.Per Larsson2021-11-294-17/+74
* | | | | | | | | | | | | | | | | | | | | | | | Merged main.Per Larsson2021-11-256-153/+193
|\| | | | | | | | | | | | | | | | | | | | | | |