aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | ported optimizations of MeasureVarUInt (#747)Dan Engelbrecht2026-02-062-2/+13
* | fix target folder cleanup in builds download (#746)Dan Engelbrecht2026-02-062-12/+10
* | only check file size for requested range in asio TransmitFileAsync in debug m...Dan Engelbrecht2026-02-061-41/+63
* | Merge pull request #723 from ue-foundation/lm/service-interactive-sessionLiam Mitchell2026-02-044-40/+16
|\ \
| * | Revert "Run Windows service as an interactive session, so we correctly respon...Liam Mitchell2026-02-031-2/+2
| * | Respond to RequestApplicationExit() in http server implementations even in no...Liam Mitchell2026-01-294-40/+16
| * | Run Windows service as an interactive session, so we correctly respond to Req...Liam Mitchell2026-01-191-2/+2
* | | 5.7.20-pre1v5.7.20-pre1Dan Engelbrecht2026-02-041-1/+1
* | | use matcher over regex (#744)Dan Engelbrecht2026-02-047-18/+59
* | | implemented chunking for TransmitFile path (#736)Stefan Boberg2026-02-042-58/+121
* | | Merge pull request #724 from ue-foundation/lm/restrict-reads-to-projectLiam Mitchell2026-02-031-4/+32
|\ \ \
| * | | Disallow external file reads from project with unset project rootsLiam Mitchell2026-01-291-5/+8
| * | | Revert to previous behaviour for path checking in the presence of an empty pr...Liam Mitchell2026-01-281-9/+13
| * | | Use std::mismatch to compare paths and hoist project root canonicalization ou...Liam Mitchell2026-01-211-13/+18
| * | | Restrict filesystem reads in snapshot to paths under project rootLiam Mitchell2026-01-191-2/+18
| |/ /
* | | reduce blocking in scrub (#743)Dan Engelbrecht2026-02-034-67/+101
* | | add command line option for scrub timeslice (#742)Dan Engelbrecht2026-02-034-5/+25
* | | only disable backlog scheduling when downloaded payload is not on disk (#741)Dan Engelbrecht2026-02-023-7/+15
* | | 5.7.20-pre0v5.7.20-pre0Dan Engelbrecht2026-01-291-1/+1
* | | reduce batch size for reads (#740)Dan Engelbrecht2026-01-295-5/+8
* | | don't do full cb-object validation on cache records when read from disk (#739)Dan Engelbrecht2026-01-292-10/+10
* | | restore missing healthinfo call (#737)Dan Engelbrecht2026-01-282-0/+8
* | | 5.7.19v5.7.19Dan Engelbrecht2026-01-281-1/+1
* | | changelogDan Engelbrecht2026-01-281-1/+1
* | | 5.7.19-pre2v5.7.19-pre2Dan Engelbrecht2026-01-281-1/+1
* | | Avoid conversion from JSon to compact binary when querying for builds to avoi...Dan Engelbrecht2026-01-287-18/+25
* | | 5.7.19-pre1v5.7.19-pre1Dan Engelbrecht2026-01-271-1/+1
* | | allow download specification for zen builds download (#734)Dan Engelbrecht2026-01-278-128/+346
* | | avoid big ioworker backlog (#733)Dan Engelbrecht2026-01-265-40/+59
* | | builds scanning cache (#727)v5.7.19-pre0Dan Engelbrecht2026-01-2311-199/+1112
* | | make sure new blocks generated by a part is accessible to following parts (#732)Dan Engelbrecht2026-01-232-81/+92
* | | Zs/oplog navigation fix (#731)Zousar Shaker2026-01-233-6/+7
* | | hotfix 5.7.18 (#730)Dan Engelbrecht2026-01-229-40/+70
* | | fixed bad merge in CHANGELOG.mdv5.7.18-pre0v5.7.18v5.7.17-pre0v5.7.17Stefan Boberg2026-01-211-1/+1
* | | zen hub (#574)Stefan Boberg2026-01-2114-15/+1813
* | | builds multipart upload (#722)Dan Engelbrecht2026-01-208-1437/+2240
|/ /
* | zenserver API changes, some other minor changes (#720)Stefan Boberg2026-01-199-29/+186
* | ZenServerProcess API changes (#719)Stefan Boberg2026-01-199-53/+177
* | remove ZENCORE_API completely (#718)Stefan Boberg2026-01-1922-423/+404
* | OTLP/trace improvements (#717)Stefan Boberg2026-01-196-35/+152
* | small doc updates (#715)Stefan Boberg2026-01-194-1/+36
* | consul package and basic client added (#716)Stefan Boberg2026-01-199-20/+466
* | Merge pull request #701 from ue-foundation/lm/mac-daemon-modeLiam Mitchell2026-01-152-41/+35
|\ \
| * | Run clang-format on service.cppLiam Mitchell2026-01-151-3/+2
| * | Rename IsElevated to RequiresElevationLiam Mitchell2026-01-151-9/+9
| * | Implement final changes required for daemon mode on MacLiam Mitchell2026-01-072-33/+28
| |/
* | 5.7.16v5.7.16Dan Engelbrecht2026-01-151-1/+1
* | 5.7.16-pre4v5.7.16-pre4Dan Engelbrecht2026-01-151-1/+1
* | throw error on bad oidctoken-exe-path (#713)Dan Engelbrecht2026-01-153-10/+25
* | use current locale when converting wide char command line arguments to string...Dan Engelbrecht2026-01-1512-1/+50