aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tighten elliptical ring radiifeature/oplog-dependency-graphMtBntChvn2026-02-212-8/+8
* use elliptical rings for node expansion placementMtBntChvn2026-02-212-13/+26
* replace fireworks expansion with ripple (concentric rings) placementMtBntChvn2026-02-212-82/+127
* focus view on expanded node and fit children after expansionMtBntChvn2026-02-201-0/+1
* reduce expansion spread for tighter graph layoutMtBntChvn2026-02-201-3/+3
* prevent re-push on collapse and re-expandMtBntChvn2026-02-201-1/+3
* fix collapsed nodes not re-expandableMtBntChvn2026-02-201-1/+1
* remove breadcrumb path dimming from graph nodesMtBntChvn2026-02-201-8/+0
* extract shared GraphEngine from graph views, add filtering and searchMtBntChvn2026-02-206-4068/+3133
* WIP: add real data mode to graph debug playgroundMtBntChvn2026-02-202-62/+2791
* add uniform view navigation links to dashboard pagesMtBntChvn2026-02-188-111/+1762
* add interactive dependency graph view to dashboardMtBntChvn2026-02-185-0/+1192
* add selective request logging support to http.sys (#762)Stefan Boberg2026-02-183-39/+156
* convert ZEN_ASSERTs to exception to handle corrupt data gracefully (#760)Dan Engelbrecht2026-02-182-13/+58
* add http server root password protection (#757)Dan Engelbrecht2026-02-1719-166/+415
* misc fixes brought over from sb/proto (#759)Stefan Boberg2026-02-177-31/+49
* added ResetConsoleLog (#758)Stefan Boberg2026-02-163-0/+14
* add foundation for http password protection (#756)Dan Engelbrecht2026-02-133-0/+275
* spelling fixes (#755)Dan Engelbrecht2026-02-131-2/+2
* logging config move to zenutil (#754)Stefan Boberg2026-02-1317-99/+187
* add IHttpRequestFilter to allow server implementation to filter/reject reques...Dan Engelbrecht2026-02-1310-96/+353
* add IsLocalMachineRequest to HttpServerRequest (#749)Dan Engelbrecht2026-02-126-7/+78
* add simple http client tests (#751)Dan Engelbrecht2026-02-128-27/+202
* reduce lock time for project store gc precache and gc validate (#750)Dan Engelbrecht2026-02-112-46/+261
* Fix formatting of stat pages (#748)Liam Mitchell2026-02-094-3/+10
* ported optimizations of MeasureVarUInt (#747)Dan Engelbrecht2026-02-061-2/+12
* fix target folder cleanup in builds download (#746)Dan Engelbrecht2026-02-061-12/+9
* 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
* | use matcher over regex (#744)Dan Engelbrecht2026-02-046-18/+58
* | implemented chunking for TransmitFile path (#736)Stefan Boberg2026-02-041-58/+119
* | 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-033-67/+100
* | add command line option for scrub timeslice (#742)Dan Engelbrecht2026-02-033-5/+23
* | only disable backlog scheduling when downloaded payload is not on disk (#741)Dan Engelbrecht2026-02-022-7/+14
* | reduce batch size for reads (#740)Dan Engelbrecht2026-01-294-5/+5
* | don't do full cb-object validation on cache records when read from disk (#739)Dan Engelbrecht2026-01-291-10/+9
* | restore missing healthinfo call (#737)Dan Engelbrecht2026-01-281-0/+5
* | Avoid conversion from JSon to compact binary when querying for builds to avoi...Dan Engelbrecht2026-01-286-18/+24
* | allow download specification for zen builds download (#734)Dan Engelbrecht2026-01-277-126/+323
* | avoid big ioworker backlog (#733)Dan Engelbrecht2026-01-263-39/+56
* | builds scanning cache (#727)v5.7.19-pre0Dan Engelbrecht2026-01-2310-199/+1110
* | make sure new blocks generated by a part is accessible to following parts (#732)Dan Engelbrecht2026-01-232-81/+92