summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/remote/TARGETS
AgeCommit message (Collapse)Author
2023-01-18authentication: add TLS and mTLS supportAlberto Sartori
2022-11-24Fix root directory upload to honor tree invariant.Sascha Roloff
2022-11-21Use the newly-added concept of private-depsKlaus Aehlig
While there, also add all direct dependencies explicitly; using directly dependencies that are pulled in only indireclty causes problems from a maintainability point of view.
2022-09-13Fix build with gcc/g++Oliver Reiche
2022-08-05BazelResponse: Support collecting output dirs in native modeOliver Reiche
2022-03-16Format: Apply compact JSON formattingOliver Reiche
2022-02-22Initial self-hosting commitKlaus Aehlig
This is the initial version of our tool that is able to build itself. In can be bootstrapped by ./bin/bootstrap.py Co-authored-by: Oliver Reiche <oliver.reiche@huawei.com> Co-authored-by: Victor Moreno <victor.moreno1@huawei.com>