summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mount: don't pass nonempty optionabderrahim/fuse3Abderrahim Kitouni2020-03-281-1/+1
* cascache.py: remove creation of the 'cas/objects' directorybschubert/stricter-cas-socbschubert152020-03-241-1/+0
* cascache.py: Create cas logs in the buildstream cache directorybschubert152020-03-242-3/+16
* _downloadablefilesource.py: don't download the file if etag matchesabderrahim/etagAbderrahim Kitouni2020-03-211-1/+5
* node.pyx: Add note on node exceptions in pluginstlater/node-exceptionsTristan Maat2020-03-201-0/+4
* _protos: Update remote_execution.protojuerg/reapiJürg Billeter2020-03-164-132/+139
* _protos: Rebuild with latest protobufJürg Billeter2020-03-1612-165/+141
* storage: Add generic Directory._create_empty_file() methodJürg Billeter2020-03-103-12/+4
* storage: Add Directory.open_file() methodJürg Billeter2020-03-103-0/+53
* utils.py: Add mode and encoding parameters to _tempnamedfile()Jürg Billeter2020-03-101-2/+4
* storage: Add public Directory.exists() methodJürg Billeter2020-03-106-23/+35
* _filebaseddirectory.py: Improve _exists() methodJürg Billeter2020-03-102-8/+15
* _filebaseddirectory.py: Support follow_symlinks in descend()Jürg Billeter2020-03-101-8/+31
* _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
* _sandboxreapi.py: Sort platform properties by nameJürg Billeter2020-03-092-12/+20
* _frontend/cli.py: Fix formatting for `bst show` help textChandan Singh2020-03-041-6/+5
* _sandboxbuildboxrun.py: Fix signal handlingjuerg/buildbox-signalsJürg Billeter2020-03-021-2/+17
* _sandboxreapi.py: Support read-only rootjuerg/reapi-readonlyJürg Billeter2020-02-271-3/+10
* _sandboxreapi.py: Ensure mount points existJürg Billeter2020-02-271-4/+18
* _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
* _sandboxreapi.py: Support optional network accessJürg Billeter2020-02-272-1/+4
* _sandboxreapi.py: Set unixUID and unixGID platform propertiesJürg Billeter2020-02-272-6/+20
* _sandboxreapi.py: Set OSFamily and ISA platform propertiesJürg Billeter2020-02-271-1/+6
* Canonicalize OS nameJürg Billeter2020-02-272-5/+14
* _sandboxremote.py: Support stdout and stderr digestsjuerg/reapi-logJürg Billeter2020-02-201-2/+12
* sandbox: Move log forwarding from SandboxREAPI to SandboxRemoteJürg Billeter2020-02-202-9/+10
* cascache.py: Don't trip up on empty digests in fetch_blobs()Jürg Billeter2020-02-201-1/+2
* _project.py: fix the case where a simple string is passed to host-filesabderrahim/simple-host-filesAbderrahim Kitouni2020-02-171-1/+1
* element.py: Reimplement support for incremental workspace buildsJürg Billeter2020-02-111-11/+56
* buildelement.py: Use marker file to avoid rerunning configureJürg Billeter2020-02-112-9/+28
* sandbox: Add _create_empty_file() methodJürg Billeter2020-02-112-1/+48
* _filebaseddirectory.py: Add _create_empty_file() methodJürg Billeter2020-02-111-0/+4
* _casbaseddirectory.py: Add _create_empty_file() methodJürg Billeter2020-02-111-0/+8
* _artifact: Import workspaced artifacts with mtimesDarius Makovsky2020-02-111-2/+3
* element.py: Add MTime to output_node_properties for workspaced elementsJürg Billeter2020-02-111-0/+7
* _sandboxreapi.py: Support setting output_node_propertiesJürg Billeter2020-02-111-0/+7
* element.py: Store sources vdir when caching buildtreesJürg Billeter2020-02-112-2/+14
* _artifact.py: Add helper methods for new sources fieldJürg Billeter2020-02-111-0/+28
* artifact.proto: Add sources fieldJürg Billeter2020-02-112-13/+24
* sandbox: Remove unused _SandboxBatchCallJürg Billeter2020-02-112-20/+0
* _artifact.py: Remove unused get_metadata_dependencies() methodJürg Billeter2020-02-111-19/+0
* _artifact.py: Remove unused rootdir parameter from cache() methodJürg Billeter2020-02-112-6/+5
* utils.py: Remove unused FileListResult.combine() methodJürg Billeter2020-02-111-12/+0
* cascache.py: Remove unused diff_trees() methodJürg Billeter2020-02-111-68/+0
* _artifactcache.py: Remove unused diff() methodJürg Billeter2020-02-111-27/+0
* element.py: stage_artifact(): Drop unused update_mtimes parameterJürg Billeter2020-02-111-26/+2