summaryrefslogtreecommitdiff
path: root/src/buildstream/storage/_casbaseddirectory.py
Commit message (Expand)AuthorAgeFilesLines
* cascache.py: Remove unused parameters from add_object()Jürg Billeter2020-12-091-1/+1
* _casbaseddirectory.py: Add _clear() methodJürg Billeter2020-09-031-1/+16
* _casbaseddirectory.py: Invalidate digest of parent in _reset()Jürg Billeter2020-09-031-3/+7
* Update node property support to match proto changesJürg Billeter2020-05-271-33/+30
* storage: Add Directory.rename() methodJürg Billeter2020-04-271-0/+11
* storage: Add Directory.remove() methodJürg Billeter2020-04-271-7/+22
* storage: Add Directory.readlink() methodJürg Billeter2020-04-271-0/+7
* storage: Add Directory.file_digest() methodJürg Billeter2020-04-271-0/+7
* storage: Add Directory.stat() methodJürg Billeter2020-04-271-14/+48
* storage: Implement __iter__ in Directory classesJürg Billeter2020-04-271-0/+3
* storage: Directory.open_file(): Allow w+ and x+ modesJürg Billeter2020-04-271-1/+1
* _casbaseddirectory.py: Validate path componentsJürg Billeter2020-04-271-0/+8
* _casbaseddirectory.py: Remove unused _copy_link_from_filesystem()Jürg Billeter2020-04-271-3/+0
* _casbaseddirectory.py: Fix temp file permissions in open_file()Jürg Billeter2020-04-201-0/+2
* _casbaseddirectory.py: Sort entries in export_to_tar()Jürg Billeter2020-04-081-1/+1
* _casbaseddirectory.py: Fix file mode in export_to_tar()Jürg Billeter2020-04-081-2/+3
* _casbaseddirectory.py: Fix encoding in open_file() for binary filesJürg Billeter2020-04-081-2/+7
* storage: Add generic Directory._create_empty_file() methodJürg Billeter2020-03-101-8/+0
* storage: Add Directory.open_file() methodJürg Billeter2020-03-101-0/+30
* storage: Add public Directory.exists() methodJürg Billeter2020-03-101-3/+3
* _casbaseddirectory.py: Mark find_root() method internalJürg Billeter2020-03-101-10/+10
* _casbaseddirectory.py: Tweak _add_file() parametersJürg Billeter2020-03-101-6/+5
* _casbaseddirectory.py: Add _set_subtree_read_only() methodJürg Billeter2020-02-271-0/+9
* _casbaseddirectory.py: Add support for directory node propertiesJürg Billeter2020-02-271-0/+7
* _casbaseddirectory.py: Fix _create_empty_file()Jürg Billeter2020-02-271-1/+1
* _casbaseddirectory.py: Fix _exists()Jürg Billeter2020-02-271-3/+3
* _casbaseddirectory.py: Add _create_empty_file() methodJürg Billeter2020-02-111-0/+8
* _casbaseddirectory.py: Add assert to IndexEntry.get_directory()Jürg Billeter2020-02-111-0/+1
* storage: Remove unused Directory.set_deterministic_mtime()Jürg Billeter2020-02-111-5/+0
* _casbaseddirectory.py: Use the new _add_entry where possibletlater/CASdiffTristan Daniël Maat2020-02-051-9/+2
* _casbaseddirectory.py: Implement `_apply_changes`Tristan Maat2020-02-051-3/+112
* _casbaseddirectory.py: Refactor _add_fileTristan Maat2020-02-051-7/+14
* storage: Support mtime property in Directory.import_files()Darius Makovsky2020-02-051-7/+35
* storage: Use specified mtime in import_filesDarius Makovsky2020-02-051-1/+1
* _casbaseddirectory: remove unused _copy_link_from_filesystemDarius Makovsky2019-12-241-3/+0
* _casbaseddirectory.py: Add _reset() methodJürg Billeter2019-12-051-1/+6
* lint: remove all unecessary elif/else after break/continueBenjamin Schubert2019-12-021-2/+2
* Reformat code using BlackChandan Singh2019-11-141-53/+58
* _casbaseddirectory.py: Use CASCache.import_directory()juerg/capture-treeJürg Billeter2019-10-021-56/+13
* Addition of --long option to list-contents:becky/list_contents_long_optionRebecca Grayson2019-09-021-0/+40
* Fix descend can not follow symlinksWilliam Salmon2019-07-251-4/+47
* Implmented export_to_tar for casbaseddirectoryWilliam Salmon2019-07-251-1/+30
* Fix infinite recursion in _partial_import_cas_into_casWilliam Salmon2019-07-251-2/+7
* _casbaseddirectory: rm unused methodsAngelos Evripiotis2019-07-091-26/+0
* _casbaseddirectory: fix '_mark_changed' spellingAngelos Evripiotis2019-07-091-1/+1
* _casbaseddirectory: rm unused exception classesAngelos Evripiotis2019-07-091-29/+0
* utils.py: Make `magic_timestamp` a public variableshashwatdalal/make-magic-timestamp-publicShahwat Dalal2019-07-051-2/+2
* _casbaseddirectory: match methods to base classAngelos Evripiotis2019-06-181-13/+28
* _casbaseddirectory: Add support for can_linkRaoul Hidalgo Charman2019-05-221-9/+17
* Directory: add `import_single_file` methodRaoul Hidalgo Charman2019-05-221-0/+12