aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-25Add OWNERSmain-16kDan Willemsen
2019-04-09Merge branch 'aosp/upstream-master'build-tools-releaseDan Willemsen
2019-04-05Initial empty repositoryInna Palant
2019-03-18Adding C++ gRPC libraries. Also fixing build for latest Bazel. (#64)Ola Rozenfeld
2019-02-12Clarify semantics around do_not_cache and skip_cache_lookup (#55)Eric Burnett
2019-01-30Create CODEOWNERS (#53)Dmitry Lomov
2019-01-28Fix description in BatchReadBlobsResponse (#51)Santiago Gil
2019-01-21Add note on case-sensitivity in Directories. (#50)Steven Bergsieker
2019-01-09Fixing broken formatting/links in documentation. (#47)Ola Rozenfeld
2019-01-07Add reserved keywords to instance name segments. Fixes #41. (#45)Ola Rozenfeld
2019-01-07Document that parent directories of outputs are created implicitly. (#42)Ed Schouten
2019-01-03Correct errors in UpdateActionResult's comment (#44)Sadaf
2018-11-22Add a message field to ExecuteResponse. (#36)Ed Schouten
2018-11-16fix typoJakob Buchgraber
2018-11-06Readme - add Scoot to server implementation links (#37)Drew Gassaway
2018-10-24README: Add a few links to existing projects (#35)Ed Baunton
2018-10-22Remove misleading word 'contents' from output directories documentation (#31)Ola Rozenfeld
2018-10-16Removing the no-parent restriction in output files and directories (#29)Ola Rozenfeld
2018-10-16Clarify semantics of CancelOperation (#30)Ola Rozenfeld
2018-09-25Allowing file symlink outputs. (#28)Ola Rozenfeld
2018-09-18Fixing comment erroneously mentioning 10MB batch limit. (#27)Ola Rozenfeld
2018-08-30Merge pull request #26 from ola-rozenfeld/pathOla Rozenfeld
2018-08-22Fixing OutputFile comment: path is relative to working directory.Ola Rozenfeld
2018-08-19Merge pull request #24 from ola-rozenfeld/semverOla Rozenfeld
2018-08-19Adding SemVer package namesOla Rozenfeld
2018-08-14Merge pull request #23 from EdSchouten/not-implementedOla Rozenfeld
2018-08-14Correct the spelling of UNIMPLEMENTED.Ed Schouten
2018-07-17Merge pull request #18 from juergbi/symlinksOla Rozenfeld
2018-07-16Adding semver Java ruleOla Rozenfeld
2018-07-16Add support for symbolic linksJürg Billeter
2018-07-13Merge pull request #22 from ola-rozenfeld/javaOla Rozenfeld
2018-07-13Adding a Java proto BUILD rule.Ola Rozenfeld
2018-07-09Merge pull request #21 from ola-rozenfeld/limitOla Rozenfeld
2018-07-08Moving batch limits into the Capabilities API.Ola Rozenfeld
2018-07-08Fixing tag number.Ola Rozenfeld
2018-07-08Merge pull request #20 from ola-rozenfeld/batchOla Rozenfeld
2018-07-08Adding batch downloads method and minor naming tweaks.Ola Rozenfeld
2018-07-04Merge pull request #19 from ola-rozenfeld/versionOla Rozenfeld
2018-07-04Adding supported RE API versions to Server CapabilitiesOla Rozenfeld
2018-06-20TypoOla Rozenfeld
2018-06-20Merge pull request #10 from alercah/action-in-casOla Rozenfeld
2018-06-20Put Action messages into the CAS.Alexis Hunt
2018-06-20Merge pull request #9 from alercah/bigger-commandOla Rozenfeld
2018-06-20Move output and platform specs into Command.Alexis Hunt
2018-06-20Remove the option to pass output files inline.Alexis Hunt
2018-06-20Merge pull request #2 from alercah/watcher-waitOla Rozenfeld
2018-06-20Replace Watcher with WaitOperation.Alexis Hunt
2018-06-20Merge pull request #8 from alercah/wdOla Rozenfeld
2018-06-20Add a working directory to the Action message.Alexis Hunt
2018-06-20Merge pull request #5 from alercah/inline-outputsOla Rozenfeld