summaryrefslogtreecommitdiff
path: root/src/buildstream/storage/directory.py
Commit message (Expand)AuthorAgeFilesLines
* storage: Add Directory.rename() methodJürg Billeter2020-04-271-0/+10
* storage: Add Directory.remove() methodJürg Billeter2020-04-271-0/+9
* storage: Add Directory.readlink() methodJürg Billeter2020-04-271-0/+8
* storage: Add Directory.file_digest() methodJürg Billeter2020-04-271-0/+9
* directory.py: Add isfile(), isdir() and islink() methodsJürg Billeter2020-04-271-0/+49
* storage: Add Directory.stat() methodJürg Billeter2020-04-271-0/+13
* storage: Add generic Directory._create_empty_file() methodJürg Billeter2020-03-101-0/+4
* storage: Add Directory.open_file() methodJürg Billeter2020-03-101-0/+10
* storage: Add public Directory.exists() methodJürg Billeter2020-03-101-0/+12
* storage: Remove unused Directory.set_deterministic_mtime()Jürg Billeter2020-02-111-6/+0
* storage: Support mtime property in Directory.import_files()Darius Makovsky2020-02-051-3/+6
* storage: Use specified mtime in import_filesDarius Makovsky2020-02-051-4/+3
* exceptions: Expose ErrorDomain, ErrorLoadReasonThomas Coldrick2020-01-231-1/+2
* Reformat code using BlackChandan Singh2019-11-141-6/+12
* Add initial mypy configuration and typesChandan Singh2019-09-021-13/+15
* types: Add a 'FastEnum' implementation and replace Enum by itBenjamin Schubert2019-07-291-2/+2
* Fix descend can not follow symlinksWilliam Salmon2019-07-251-1/+1
* utils.py: Make `magic_timestamp` a public variableshashwatdalal/make-magic-timestamp-publicShahwat Dalal2019-07-051-2/+2
* Directory: add `import_single_file` methodRaoul Hidalgo Charman2019-05-221-0/+4
* Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-211-0/+211