summaryrefslogtreecommitdiff
path: root/buildstream/storage/_casbaseddirectory.py
Commit message (Expand)AuthorAgeFilesLines
* storage.Directory.export_to_tar: mtime=_magic...aevri/mtime1Angelos Evripiotis2019-02-151-2/+2
* _casbaseddirectory.py: Do not resolve symlinksJürg Billeter2019-02-141-186/+3
* _casbaseddirectory.py: Return all directories in list_relative_paths()Jürg Billeter2019-02-131-4/+4
* _casbaseddirectory.py: Do not mimic os.walk() in list_relative_paths()Jürg Billeter2019-02-111-14/+1
* buildstream/storage/_casbaseddirectory.py: Fixing new (unnecessary-pass) lint...Tristan Van Berkom2018-12-261-5/+0
* CasBasedDirectory: Change constructor to take a CASCache instead of a ContextRichard Maw2018-11-191-6/+4
* _casbaseddirectory: Fix order of list_modified_pathsJim MacArthur2018-11-091-9/+26
* _casbaseddirectory.py: Enable direct CAS-to-CAS import.Jim MacArthur2018-11-091-85/+355
* Split up artifact cache and CAS cacheJürg Billeter2018-11-051-1/+1
* storage/_casbaseddirectory.py: Use Context for artifact cache creationJürg Billeter2018-09-271-2/+1
* _casbaseddirectory.py: Add a method for hash recalculationMartin Blanchard2018-09-071-0/+9
* Initial implementation of _casbaseddirectory.pyJim MacArthur2018-08-151-0/+563