- 3cb1aef Allow setting the Blaze server's QoS class via a --macos_qos_class flag. by jmmv · 6 years ago
- 0d10749 Bazel client: add and use blaze::GetPathEnv() by Laszlo Csomor · 6 years ago
- 087fea1 Windows: Bash is no longer required for everything by Laszlo Csomor · 6 years ago
- 18a0e23 Use posix_spawn to start the Bazel server. by jmmv · 6 years ago
- a215710 Make PrepareEnvironmentForJvm() explicitly inherit environment variables. by jmmv · 6 years ago
- 3c182f9 Switch to using memcmp instead of strncmp by Googler · 6 years ago
- feca25d Internal change by Googler · 6 years ago
- 5a02ad3 Do not override no_proxy/NO_PROXY env variables; use a gRPC channel argument. by arostovtsev · 6 years ago
- 28841a6 Windows, Bazel client: detect Bash early enough by Laszlo Csomor · 6 years ago
- 6d19f36 Store invocation_policy as std::string instead of raw pointer. by arostovtsev · 6 years ago
- eb5598c Delete outdated comment by michajlo · 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
- 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
- f59fad7 Actually use wall time for startup_time (as documented). by twerth · 6 years ago
- efdb3f6 Quiet more warnings from com.google.protobuf.UnsafeUtil by cushon · 7 years ago
- 47b567f Automated rollback of commit fb44656f73e1aeff2a559225b1add8f40a7ddf23. by michajlo · 7 years ago
- fb44656 Internal change by Googler · 7 years ago
- 8ddd782 Add --unlimit_coredumps to raise the soft coredump limit to the hard limit. by jmmv · 7 years ago
- 6a118a6 Add more detailed reporting of the differences between startup options. by skainswo · 7 years ago
- f05c0a4 Add a option to disable idle gc. by Benjamin Peterson · 7 years ago
- 78142a6 Add a normal startup-option for setting the digest function. by ccalvarin · 7 years ago
- 2a8b657 Add a --server_javabase startup option as an alias for the LHS --host_javabase by cushon · 7 years ago
- 6c8166e Fix block_for_lock. by ccalvarin · 7 years ago
- 6bc22d5 blaze.cc: add missing fflush(3) before execve(2) by Klaus Aehlig · 7 years ago
- 3842bd3 jdk: use parallel old gc and disable compact strings by buchgr · 7 years ago
- 20500d3 Fix race condition between server startup and command port reading. by twerth · 7 years ago
- ae43043f Windows,Bazel client: multithreaded file writing by Laszlo Csomor · 7 years ago
- c816b89 Automatic ClangTidyReadability code cleanup. by Googler · 7 years ago
- 49eaa8f Bazel,client: actually cache directory creations by Laszlo Csomor · 7 years ago
- f5043d6 Windows,client: extract embedded binaries faster by Laszlo Csomor · 7 years ago
- da91730 Windows,Bazel client: check embedded tools faster by Laszlo Csomor · 7 years ago
- c325124 PiperOrigin-RevId: 201390253 by Googler · 7 years ago
- 4ad6969 do not start server if shutdown requested (+ not in batch mode) by Googler · 7 years ago
- a81c200 Remove the connect-to-server dots at server startup. by ccalvarin · 7 years ago
- 72141a1 update bazel's embedded jdk to jdk9 by cushon · 7 years ago
- ac69da0 Move path-manipulation functions to own library file. by ccalvarin · 7 years ago
- 9cf0f65 Set no_proxy=localhost when an http_proxy is detected, instead of deleting the http_proxy value. by ruperts · 7 years ago
- 90e116c Add --ignore_all_rc_files startup options. by ccalvarin · 7 years ago
- 849df36 Use the local JDK as the default target javabase by cushon · 7 years ago
- 15933a7 Automated rollback of commit 52356e76a02067e9dc79b469e9b97bd017d077ab. by jingwen · 7 years ago
- 52356e7 Automatic code cleanup. by Googler · 7 years ago
- d3d37f0 Keep LANG/LANGUAGE and related environment variables for the process spawned by "blaze run --direct_run". by lberki · 7 years ago
- 8448f57 Remove die() and replace it with BAZEL_DIE, part of the logging framework. by ccalvarin · 7 years ago
- 520c66f Make the client's java startup command line list all startup options. by ccalvarin · 7 years ago
- c5a5880 Remove pdie. by ccalvarin · 7 years ago
- dbe1ed7 Remove startup JVM version check by cushon · 7 years ago
- a7b2f29 Remove the --allow_configurable_attributes startup option. by ccalvarin · 7 years ago
- 7383976 Fold in warning and error output into client logging. by ccalvarin · 7 years ago
- 9eea0f9 Update the client's skeleton logging framework to use it for --client_debug. by ccalvarin · 7 years ago
- 12d00dc blaze.cc: Remove unused had_to_wait variable by David Ostrovsky · 7 years ago
- 5f8c94a Prefix startup dots with "Connecting to local Bazel server..." message. by ruperts · 7 years ago
- c2499c4 Expose --output_user_base to the Bazel server process by Klaus Aehlig · 7 years ago
- 4741aa8 Add a "direct" mode to "blaze run" that makes the process being run a direct by lberki · 7 years ago
- a7831cc Use the workspace name in the process title of the Bazel server. by philwo · 7 years ago
- 109dc14 Remove unnecessary debugging code. by philwo · 7 years ago
- 747d8cd Bazel client: address very subtle race condition during self extraction. by nharmata · 7 years ago
- f74f9fe Support explicitly specifying a location for jvm.out by michajlo · 7 years ago
- 70eabb6 Emit Blaze server pid when there is a connection timeout. by felly · 7 years ago
- 6364017 Change config expansion application order, gated by startup flag --expand_configs_in_place. by ccalvarin · 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
- c64adc6 Make the error message emitted when the server crashes during startup a bit more intelligible. by lberki · 7 years ago
- 1a27c9f client: deduplicate classpath for Bazel server by Laszlo Csomor · 7 years ago
- a9c46e5 Automated rollback of commit 61977f4ae57c877fc28be176f36c28642b276eec. by lberki · 7 years ago
- 61977f4 Don't release the client lock while the server executes a command. The by Googler · 7 years ago
- 54a3ac2 Internal change by Googler · 8 years ago
- 932f7a0 Bazel client: debug info for corrupt installation by László Csomor · 8 years ago
- 5a0d6ff Propagate detected value of BAZEL_SH to --client_env. by Dmitry Lomov · 8 years ago
- abc69c3 Automated rollback of commit 2f38404728a12840e416566b453e9cdebab5d859. by elenairina · 8 years ago
- 2f38404 Propagate detected value of BAZEL_SH to --client_env. by Dmitry Lomov · 8 years ago
- 1cbe62a Send Bazel startup options to server. by ccalvarin · 8 years ago
- c4fb218 Windows: detect if started from Windows Explorer by Laszlo Csomor · 8 years ago
- 0f3481b Include <cinttypes> instead of <stdint.h> by Damien Martin-Guillerez · 8 years ago
- 891f540 Implement bash.exe detection logic. by Dmitry Lomov · 8 years ago
- fd37b51 Ensure that shutdown commands end the server process before completion by mschaller · 8 years ago
- 2a32a66 Delete the unused OptionProcessor::ParseOptions(argc,argv). by lpino · 8 years ago
- c00ba52 Use a CommandLine struct to store the command line parsed by the OptionProcessor. by lpino · 8 years ago
- a96369c Raise the maximum number of processes and open files to their maximum. by jmmv · 8 years ago
- 69e74cd Don't set the +x bit by default on WriteFile(). by lberki · 8 years ago
- 41627ad Bazel client: explain the name of A-server.jar by László Csomor · 8 years ago
- a94aa63 Fix a bunch of issues related to server startup/shutdown: by lberki · 8 years ago
- faa9dcf Add new reasons for server restart: PID_FILE_BUT_NO_SERVER, SERVER_VANISHED and SERVER_UNRESPONSIVE, since it looks like these are happening with upsetting frequency in our new grpc world. by janakr · 8 years ago
- c800f84 cpp: remove out-dated StartServer() documentation comment by Thiago Farina · 8 years ago
- da10d78 cpp: remove all code supporting kServerPidSymlink by Thiago Farina · 8 years ago
- c32ad5e cpp: add PrintWarning() function to errors.h by Thiago Farina · 8 years ago
- c3aee5a cpp: turn ListSeparator() function into a constant by Thiago Farina · 8 years ago
- b605a24 cpp: remove unncessary function prototypes by Thiago Farina · 8 years ago
- f795c75 Avoid false positive uninitialized variable use warning in blaze.cc by Peter Foley · 8 years ago
- 0ddda78 Move InvocationPolicy from a startup argument to part of the RunRequest proto. by ccalvarin · 8 years ago
- 111b3ac Bazel client: simplify ReadDirectorySymlink by laszlocsomor · 8 years ago
- 1419dda Remove configurability of abrupt exit code behavior. by ccalvarin · 8 years ago
- 4875b25 Bazel client: use PathAsJvmFlag for JVM flags by Laszlo Csomor · 8 years ago
- bfd9aa3 Convey the value of the --host_javabase startup option to the server. by Lukacs Berki · 8 years ago
- 508af30 Bazel client: do not use `errno`. by Laszlo Csomor · 8 years ago
- 6e2ccb7 Bazel client: simplify {Read,Write}File semantics by Laszlo Csomor · 8 years ago
- 2f11192 Convert --use_action_cache to a regular option by Googler · 8 years ago
- 226724a Adds --[no]use_action_cache startup option to disable the action cache. by Googler · 8 years ago
- 381275a gRPC improvements: by Lukacs Berki · 8 years ago
- 918814e Bazel client: retry moving install base directory by Laszlo Csomor · 8 years ago
- 6f1e31a Bazel client: platform-dependent `strerror` by László Csomor · 8 years ago
- ce1b3e1 Bazel client: abstract away mtime handling by Laszlo Csomor · 8 years ago