aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/layout/manager.rs
Commit message (Expand)AuthorAgeFilesLines
* layou: implement ack lockingAlex Auvolat2023-11-151-6/+68
* layout: add helper for cached/external values to centralize recomputationAlex Auvolat2023-11-151-13/+9
* layout: wip cache global minsAlex Auvolat2023-11-151-3/+3
* layout/sync: fix bugs and add tracingAlex Auvolat2023-11-111-2/+8
* table sync: adapt to new layout historyAlex Auvolat2023-11-111-0/+1
* layout: add helpers to LayoutHistory and prepare integration with TableAlex Auvolat2023-11-091-1/+32
* layout: fix tracker bugsAlex Auvolat2023-11-091-1/+7
* layout: begin managing the update tracker valuesAlex Auvolat2023-11-091-2/+5
* layout: separate code path for synchronizing update trackers onlyAlex Auvolat2023-11-091-40/+100
* layout: refactor to use a RwLock on LayoutHistoryAlex Auvolat2023-11-091-46/+47
* layout: more refactoringAlex Auvolat2023-11-091-39/+77
* wip: split out layout management from System into separate LayoutManagerAlex Auvolat2023-11-091-0/+177