aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote
Commit message (Expand)AuthorAge
* remote: concurrent blob downloads. Fixes #5215Gravatar buchgr2018-06-02
* Removes most ActionInputFileCache functionality.Gravatar shahan2018-06-01
* Enable --experimental_remote_spawn_cache by defaultGravatar ulfjack2018-05-28
* remote/http: simplify download logicGravatar Jakob Buchgraber2018-05-24
* Remove AbruptException(ExitCode exitCode) constructor.Gravatar lpino2018-05-17
* remote/exec: always mark files executable.Gravatar Jakob Buchgraber2018-05-16
* remote: recursively delete incomplete downloaded output directory.Gravatar Jakob Buchgraber2018-05-16
* remote/caching: improve error messages for remote cachingGravatar Jakob Buchgraber2018-05-07
* Sort entries by segment when building a parent node to prevent unordered dire...Gravatar James Judd2018-05-07
* Allow banning symlink action outputs from being uploaded to a remote cache.Gravatar Benjamin Peterson2018-05-03
* Report what RemoteSpawnCache is doing.Gravatar Benjamin Peterson2018-05-03
* remote: introduce --disk_cache_flagGravatar David Ostrovsky2018-05-02
* remote/http: fully read http content on error statusGravatar Jakob Buchgraber2018-04-30
* Remove the on-disk caching of Xcode locations.Gravatar jmmv2018-04-28
* Friendlier error messages on remote failures. Moving the error to the top. Re...Gravatar olaola2018-04-24
* This change adds timestamps (call start and end time) to the remote grpc log.Gravatar Googler2018-04-23
* Rename SpawnExecutionPolicy -> SpawnExecutionContext.Gravatar tomlu2018-04-19
* Automated rollback of commit 4465dae23de989f1452e93d0a88ac2a289103dd9.Gravatar buchgr2018-04-18
* This CL adds log entry protos and logging handlers for bytestream Read and Wr...Gravatar Googler2018-04-16
* This CL adds log entry protos and logging handlers for Watch, FindMissingBlob...Gravatar Googler2018-04-13
* Don't warn about /dev/null having been modifiedGravatar Mike Morearty2018-04-12
* remote/http: properly complete user promiseGravatar Jakob Buchgraber2018-04-10
* Consume the rest of the response stream for Watch RPC before returning. This ...Gravatar Googler2018-04-09
* Enable bulk writes in the HttpBlobStoreGravatar ulfjack2018-04-01
* Automated rollback of commit 0654620304728a5aecadd58138e96c41135d24e7.Gravatar ulfjack2018-03-30
* Enable bulk writes in the HttpBlobStoreGravatar ulfjack2018-03-30
* This change adds the writing of the remote execution log to a file behind an ...Gravatar Googler2018-03-29
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Remove unused execRoot parameter from buildActionGravatar George Gensure2018-03-27
* Ensure Runner name is always set.Gravatar Googler2018-03-27
* Only allow regular files and directories spawn outputs to be uploaded to a re...Gravatar Benjamin Peterson2018-03-27
* Local Disk Cache: Only write to disk if target hash doesn't already exist.Gravatar robinnabel2018-03-22
* remote/http: properly support read timeoutGravatar Jakob Buchgraber2018-03-22
* Automatic code cleanup.Gravatar Googler2018-03-21
* Propagating and printing server logs on demand.Gravatar olaola2018-03-21
* Propagating remote results, including stdout/err, to Bazel on execution timeo...Gravatar olaola2018-03-16
* remote/http: support refresh of oauth2 tokens in the remote cache.Gravatar Jakob Buchgraber2018-03-10
* Remove unnecessary I/O operations from handling remotely executed actions (fi...Gravatar olaola2018-03-08
* update to MethodDescriptor methods instead of fieldsGravatar Carl Mastrangelo2018-03-08
* Don't display remote exec failed message on interrupt. Fixes #4783Gravatar olaola2018-03-06
* Replace instances of XCode with Xcode which is the proper casing for the name.Gravatar Sergio Campama2018-03-06
* remote: Add interceptor for logging gRPC calls during remote execution/cachingGravatar Googler2018-03-05
* Adding a property name to the SpawnRunner. Most runners already had it, I jus...Gravatar olaola2018-02-22
* Bugfix: spawn output directories are not passed to remote execution.Gravatar olaola2018-02-21
* Inject the product name in the constructor where neededGravatar ulfjack2018-02-20
* Fix env for local fallback (from remote exec) on Windows and LinuxGravatar ulfjack2018-02-20
* Fix typo in cache download failure warningGravatar Alex Ryan2018-02-20
* Propagating whether there was a cache hit in the SpawnResult.Gravatar olaola2018-02-20
* Replace path implementation.Gravatar tomlu2018-02-08
* remote: Add support for HTTP Basic AuthGravatar Jakob Buchgraber2018-02-08