aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote
Commit message (Expand)AuthorAge
* 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
* User-friendlier representation of a missing digest.Gravatar olaola2018-02-08
* Fixing #4585: broken re-execution of orphaned actions.Gravatar olaola2018-02-08
* remote: correct link to remote caching documentation.Gravatar buchgr2018-02-05
* site/docs: add documentation for remote caching.Gravatar Jakob Buchgraber2018-02-02
* remote: Rewrite the HTTP caching client in Netty. Fixes #4481Gravatar buchgr2018-01-26
* Disable concurrent change detectionGravatar ulfjack2018-01-22
* Prevent broken cache entries on concurrent file changesGravatar ulfjack2018-01-19
* actions,temp: respect TMPDIR envvarGravatar Laszlo Csomor2018-01-15
* Remove some unnecessary depsGravatar Ulf Adams2018-01-15
* Plumb exec root through to all spawn runners.Gravatar tomlu2018-01-11
* Have the RemoteSpawnRunner use the execution platform present in the Spawn to...Gravatar John Cater2018-01-10
* Use EmptyActionInput instead of null in SpawnInputExpanderGravatar ulfjack2018-01-08