summaryrefslogtreecommitdiff
path: root/buildstream/_artifactcache/casserver.py
Commit message (Expand)AuthorAgeFilesLines
* Lock cache cleanup in cas servervalentindavid/cache_server_fill_upValentin David2018-11-281-46/+56
* Cleanup cache in cas server more agressivelyValentin David2018-11-281-63/+86
* Move cas server from ref-based to object-based garbage collection.Valentin David2018-11-281-3/+11
* Update mtimes of objects for requested references.Valentin David2018-11-281-9/+17
* "Fallocate" object disk space to avoid getting NOSPC error when writingValentin David2018-11-281-6/+24
* Avoid copying temporary file when adding object to CAS in server.Valentin David2018-11-281-1/+1
* Fix type error in RPC messagesValentin David2018-11-281-2/+3
* Use f_bavail to query available space. Not f_bfree.Valentin David2018-11-281-1/+1
* Split up artifact cache and CAS cacheJürg Billeter2018-11-051-11/+9
* _artifactcache/casserver.py: Implement BatchUpdateBlobsJürg Billeter2018-10-011-2/+43
* _artifactcache/casserver.py: Use Context for artifact cache creationJürg Billeter2018-09-271-3/+1
* _artifactcache/casserver.py: Harmonize payload size limitJürg Billeter2018-09-251-5/+6
* _artifactcache/casserver.py: Implement BatchReadBlobsJürg Billeter2018-09-101-0/+25
* _artifactcache/casserver.py: Implement Capabilities serviceJürg Billeter2018-09-101-0/+24
* _artifactcache/casserver.py: Improve ByteStream error handlingJürg Billeter2018-08-151-19/+52
* _artifactcache/casserver.py: Fix resource_name format for blobsJürg Billeter2018-08-151-6/+30
* cascache: move tmp directory one level uptiagogomes/issue-520Tiago Gomes2018-08-091-1/+1
* _artifactcache/casserver.py: Update artifact ref mtime on accessJürg Billeter2018-07-171-1/+1
* _artifactcache/casserver.py: Add cache cleanup based on pushreceiveJürg Billeter2018-07-171-0/+66
* _artifactcache: Add CAS artifact serverJürg Billeter2018-07-171-0/+249