summaryrefslogtreecommitdiff
path: root/src/buildstream/_cas/casdprocessmanager.py
Commit message (Expand)AuthorAgeFilesLines
* _cas/casdprocessmanager.py: Use Messenger convinence functions.Tristan van Berkom2020-12-221-16/+5
* scheduler.py: Use threads instead of processes for jobsBenjamin Schubert2020-12-041-34/+61
* casdprocessmanager.py: Add stubs for the Remote Asset APIJürg Billeter2020-08-131-0/+25
* casdprocessmanager.py: Set `_bytestream` to `None` when closing channelJürg Billeter2020-06-251-0/+1
* casdprocessmanager.py: make sure --protect-session-blobs is always passedabderrahim/protect-blobsAbderrahim Kitouni2020-06-081-2/+2
* casdprocessmanager.py: Check that buildbox-casd process is not a zombiectolentino/check-casd-processctolentino82020-05-151-0/+3
* Update all packages requirementsBenjamin Schubert2020-05-111-1/+1
* casdprocessmanager.py: Check if buildbox-casd process is alive while waiting ...ctolentino/casd-timeoutctolentino82020-05-051-2/+12
* casdprocessmanager.py: Relax timeout for establishing buildbox-casd connectionctolentino82020-05-051-2/+3
* casdprocessmanager.py: Set up socket path via a symlinkTristan Maat2019-12-031-4/+57
* casserver.py: Proxy CAS requests to buildbox-casdTristan Maat2019-12-031-0/+8
* CASDChannel: don't need to call GetCapabilitiesAngelos Evripiotis2019-11-221-5/+1
* cascache: _CASCacheUsageMonitor has channelAngelos Evripiotis2019-11-221-1/+1
* Extract casd_channel logic to CASDChannelAngelos Evripiotis2019-11-221-4/+85
* CASDProcessManager: 'release_resources' conventionAngelos Evripiotis2019-11-221-14/+11
* cascache: extract CASDProcess in new moduleAngelos Evripiotis2019-11-221-0/+159