- 1744d45 Roll forward of https://github.com/bazelbuild/bazel/commit/a58fe3fa6b9ab1f7bfcd1ad8c94ab1f09a4cca39: Fix most Unicode encoding bugs. by Fabian Meumertzheim · 4 months ago
- fc6b384 Automated rollback of commit a58fe3fa6b9ab1f7bfcd1ad8c94ab1f09a4cca39. by Googler · 4 months ago
- a58fe3f Fix most Unicode encoding bugs by Fabian Meumertzheim · 4 months ago
- 335e7d7 Reimplement --quiet using a field in the command server proto. by Googler · 5 months ago
- a585662 Replace lang_proto_libraries with loads from protobuf by Googler · 5 months ago
- 1b9870e Log exceptions from tasks in IdleTaskManager. by Googler · 6 months ago
- 6fae208 Add the ability to register idle tasks. by Googler · 6 months ago
- 62f17ba Call `PooledInterner#shrinkAll` in `IdleServerTasks` and after the GC when `SequencedSkyframeExecutor` resets the evaluator. by Googler · 11 months ago
- 1b25072 Suppress errorprone warnings for hardcoding loopback addresses. by Googler · 11 months ago
- 1a0b3a0 Retry binding to ipv6 localhost by Googler · 1 year, 2 months ago
- 91ad91d Add `CommandExtensionReporter` to `CommandEnvironment` to enable streaming back by Googler · 1 year, 4 months ago
- f6344ff Run idle server GC immediately following a `--nokeep_state_after_build_command` instead of waiting 10 seconds. by Googler · 1 year, 8 months ago
- 7227fd4 Automatic code cleanup. by Googler · 2 years, 1 month ago
- 122a783 Fix typos by Tetsuo Kiso · 2 years, 6 months ago
- aeb5372 Make BuildSummaryStatsModule compatible with Skymeld. by Googler · 2 years, 7 months ago
- 74c9444 Automatic code cleanup. by Googler · 2 years, 7 months ago
- 5179d03 Split `third_party/grpc` into `grpc` and `grpc-java` [2/3] by Vasilios Pantazopoulos · 3 years ago
- feda6e1 Keep track of when memory pressure starts off in a bad state. by dmaclach · 3 years, 2 months ago
- 1987af2 Automatic code cleanup. by Googler · 3 years, 3 months ago
- 9407a12 Add support for tracking memory pressure events. by dmaclach · 3 years, 4 months ago
- ec2eda1 Add system CPU and memory metrics to the trace profile. by twerth · 3 years, 6 months ago
- 7c015cd Add ability for BlazeModule to set the slow interrupt message. by janakr · 3 years, 7 months ago
- 496de7e Make errors around the filesystem and Blaze server bookkeeping "environmental" errors rather than build failures. by janakr · 3 years, 11 months ago
- 8d4663a Use constant-time comparison for checking request cookie by michajlo · 4 years ago
- 6ebc9fb Propagate response extensions from BlazeRuntime#afterCommand to the CommandService API. by Googler · 4 years, 1 month ago
- 4182af4 Add a field to `RunRequest` to pass arbitrary messages to the `CommandServer`. by jhorvitz · 4 years, 3 months ago
- 65d18a5 Add ability to interrupt commands by David Cummings · 4 years, 3 months ago
- a161839 Consolidate Interrupted failure detail codes into INTERRUPTED by michajlo · 4 years, 4 months ago
- a33de17 [2/3] Bump grpc to 1.32.x to fix a too_many_pings regression by Dmitry Ivankov · 4 years, 5 months ago
- cde925d Remove explicit exit codes that correspond to their failure details in DetailedExitCode.of. by janakr · 4 years, 5 months ago
- 6e94b05 Try disabling grpc server auto flow control by Dmitry Ivankov · 4 years, 5 months ago
- 4e11dc1 Stop using reflection to create GrpcServerImpl by michajlo · 4 years, 6 months ago
- 2625afc Move some process management heavy lifting out of GrpcServerImpl by michajlo · 4 years, 7 months ago
- 432f671 Extract shutdown hook functionality into its own class with tests by michajlo · 4 years, 7 months ago
- f963a2c Move pid file watcher to its own class by michajlo · 4 years, 7 months ago
- c940fa4 Use isIPv6Preferred to check if we should use ipv6 or not by pcloudy · 4 years, 8 months ago
- 1ada9a5 Check isIpV4StackPreferred before binding with ipv6 address by Yun Peng · 4 years, 8 months ago
- 74178a5 Provide more accurate ExitCode and FailureDetails when an exception is caught during the loading phase. by Googler · 4 years, 9 months ago
- 91fc5f3 Implement --shutdown_on_low_sys_mem for macOS. by jmmv · 4 years, 10 months ago
- e21dcab Split .../lib:runtime by Yannic Bonenberger · 4 years, 10 months ago
- b3549ca Add helper class InterruptedFailureDetails by mschaller · 4 years, 11 months ago
- 9ec48cf Use failure details in BlazeRuntime and GrpcServerImpl by mschaller · 4 years, 11 months ago
- c3bcb98 Migrating to fluent logging (green). by janakr · 5 years ago
- 30e9915 Replace all calls of AutoProfiler.logged with calls to GoogleAutoProfilerUtils.logged. Would like to get rid of remaining callers that use a logger, but decent first step. by janakr · 5 years ago
- 3d97eac Clean up failure_details.proto by mschaller · 5 years ago
- bb4d4cc Fold FailureDetailUtil into DetailedExitCode by mschaller · 5 years ago
- 5fa0b35 Rename Foo.FooCode enums to Foo.Code. by Googler · 5 years ago
- 636430a Prefix InterruptedCode's UNSPECIFIED with the enum name by mschaller · 5 years ago
- cb9fbc0 Document FailureDetail message, introduce Interrupted by mschaller · 5 years ago
- fdfd88d Propagate context in the gRPC server by Googler · 5 years ago
- ac99c29 Automated rollback of commit 618e5a28f7f735c37724377b15775a4975349c74. by michajlo · 5 years ago
- 618e5a2 Use FileSystemUtils.moveFile instead of renameTo function of Path by pcloudy · 5 years ago
- 335973b Correct address format in server status proto by michajlo · 5 years ago
- b7f5605 Create proto file containing server metadata on server startup by michajlo · 6 years ago
- 5d28837 Simplify API of ProcMeminfoParser by ulfjack · 6 years ago
- 38ba843 Rewrite GrpcServerImpl to remove RpcSink by ulfjack · 6 years ago
- 68c57f0 Correct misspelled English words in comments and printed messages in Bazel's src/... directory (and run fix) by jingwen · 6 years ago
- 2602a17 Thread creation cleanup; always use named threads by ulfjack · 6 years ago
- 5a5ab5f Guard idle low-memory shutdown check by a startup flag --(no)shutdown_on_low_sys_mem, keeping it disabled to begin with. by shreyax · 6 years ago
- 8066db0 Shutdown (on linux) if we are idle and the system is using up too much RAM. by shreyax · 6 years ago
- c1832a4 Refactor GrpcServerImpl so that we have a separate CommandManager that handles all the running commands logic, and a server Watcher that periodically checks the state of the server (currently only examines if it's been idle for longer than the max_idle_secs flag) by shreyax · 6 years ago
- 013ac41 Remove unused workspace variable. by twerth · 7 years ago
- f05c0a4 Add a option to disable idle gc. by Benjamin Peterson · 7 years ago
- 1d35ca0 Replace instances of Blaze with Bazel. by Dan Fabulich · 7 years ago
- d9b1082 Remove the unused method IdleServerTasks#continueProcessing() . by lberki · 7 years ago
- bbcf203 Delete the now-useless interfaces ServerCommand and CommandExecutor. by lberki · 7 years ago
- ac8eb42 Move BlazeRuntime/BlazeCommandDispatcher shutdown to where they are created. by lberki · 7 years ago
- 92125f8 Remove ShutdownBlazeServerException in favor of indicating that the server should be shut down in BlazeCommandResult. by lberki · 7 years ago
- 4741aa8 Add a "direct" mode to "blaze run" that makes the process being run a direct by lberki · 7 years ago
- 275ae45 Automated rollback of commit 4869c4e17d5b1410070a1570f3244148d8f97b5d. by pcloudy · 7 years ago
- a155b53 Replace all usages of Blaze's Preconditions class with guava. by tomlu · 7 years ago
- d5f0ecb Some minor quality of life improvements related to the fact that the default value of --max_idle_secs is 15s when the TEST_TMPDIR environment variable is set. by nharmata · 7 years ago
- 4869c4e Delayed rollforward of commit 8fb311b4dced234b2f799c16c7d08148619f4087. by kush · 7 years ago
- 8601d4a Throw a checked exception if there's an error reading /proc/meminfo, and handle it properly. by janakr · 7 years ago
- 3bcb9f6 More BUILD file refactorings. by philwo · 8 years ago
- 97abb52 Rename all logger instances to "logger" (instead "LOG" or "log"). by lberki · 8 years ago
- 1cbe62a Send Bazel startup options to server. by ccalvarin · 8 years ago
- fd37b51 Ensure that shutdown commands end the server process before completion by mschaller · 8 years ago
- 3d2a68c Automated conversion to Java 8 by laurentlb · 8 years ago
- 61ecd28 Fix a few style issues. by lberki · 8 years ago
- 8981f7e Migrate the lib.server package to Java 8. by lberki · 8 years ago
- f39dc6f Move InvocationPolicy to the options parser package. by ccalvarin · 8 years ago
- a94aa63 Fix a bunch of issues related to server startup/shutdown: by lberki · 8 years ago
- 0ddda78 Move InvocationPolicy from a startup argument to part of the RunRequest proto. by ccalvarin · 8 years ago
- 3a26d69 Clarify the log lines used when a command is interrupted to more obviously disambiguate the case where the blaze grpc client tells the blaze grpc server to cancel a running command (e.g. the blaze user ctrl+c's the blaze client) between the case a streaming rpc call gets cancelled (e.g. when the grpc client hangs up). by Nathan Harmata · 8 years ago
- bef19d1 Rollback of commit 8fb311b4dced234b2f799c16c7d08148619f4087. by Dmitry Lomov · 8 years ago
- 8fb311b Reinstate idleness checks where the server self-terminates when it's idle and there is either too much memory pressure or the workspace directory is gone. by Lukacs Berki · 8 years ago
- 7539205 Reinstate IdleServerTasks that accidentally got disabled with the switch from AF_UNIX to gRPC. by Lukacs Berki · 8 years ago
- 2f6fede Add a little more logging so that we have more data about gRPC communication issues. by Lukacs Berki · 8 years ago
- 78cae6d Global cleanup change. by Googler · 8 years ago
- 9f60395 Make the server commit suicide if its PID file vanishes. by Lukacs Berki · 8 years ago
- 97eb333 Remove the unused class RPCService and its test. by Lukacs Berki · 8 years ago
- 91d1ea0 Move ProcMeminfoParser to lib.unix, where it belongs by Ulf Adams · 8 years ago
- 7be337f Rollback of commit 70c5790e4fb01db382d61d457596a46b68ba8d13. by Janak Ramakrishnan · 8 years ago
- 6450c18 Bazel client: delete and don't use the server.pid by Laszlo Csomor · 8 years ago
- f7a5769 Store and use commandId and cookie as ByteStrings by Michajlo Matijkiw · 8 years ago
- c925f34 Avoid deadlock when a client disconnects with the gRPC queue full. by Lukacs Berki · 8 years ago
- 3a3c483 Remove support for using AF_UNIX to communicate between the Bazel cient and the Bazel server. by Lukacs Berki · 8 years ago
- 83e7c71 Line buffer stderr. by Lukacs Berki · 8 years ago
- fc23b32 Chunk large stdout/err writes in RpcOutputStream by Michajlo Matijkiw · 8 years ago