aboutsummaryrefslogtreecommitdiff
path: root/zenserver
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | If-def'd Basic and SandboxedJob classes temporarilyMartin Ridgers2021-10-291-0/+17
| * | | | | | | | | | | | | | | | | Fixed warnings about unhandled switch casesMartin Ridgers2021-10-292-0/+27
| * | | | | | | | | | | | | | | | | Marked DataHash as unusedMartin Ridgers2021-10-291-0/+4
| * | | | | | | | | | | | | | | | | If-def'd out Basic/SandboxedFuncJob classes and CreateProcess() callsMartin Ridgers2021-10-291-0/+10
| * | | | | | | | | | | | | | | | | Use THIRDPARTY_START/END instead of MSVC pragmasMartin Ridgers2021-10-291-3/+2
| * | | | | | | | | | | | | | | | | Missing includeMartin Ridgers2021-10-291-0/+1
| * | | | | | | | | | | | | | | | | CAS.cpp/h -> cas.cpp/h to keep Zen's file casing consistentMartin Ridgers2021-10-293-3/+3
| * | | | | | | | | | | | | | | | | if-def'd out Windows specific featuresMartin Ridgers2021-10-293-0/+12
| * | | | | | | | | | | | | | | | | 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