aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/blaze.cc
Commit message (Expand)AuthorAge
...
* Propagate detected value of BAZEL_SH to --client_env.Gravatar Dmitry Lomov2017-08-18
* Send Bazel startup options to server.Gravatar ccalvarin2017-08-16
* Windows: detect if started from Windows ExplorerGravatar Laszlo Csomor2017-07-28
* Include <cinttypes> instead of <stdint.h>Gravatar Damien Martin-Guillerez2017-07-27
* Implement bash.exe detection logic.Gravatar Dmitry Lomov2017-07-19
* Ensure that shutdown commands end the server process before completionGravatar mschaller2017-07-12
* Delete the unused OptionProcessor::ParseOptions(argc,argv).Gravatar lpino2017-07-11
* Use a CommandLine struct to store the command line parsed by the OptionProces...Gravatar lpino2017-07-11
* Raise the maximum number of processes and open files to their maximum.Gravatar jmmv2017-07-11
* Don't set the +x bit by default on WriteFile().Gravatar lberki2017-06-27
* Bazel client: explain the name of A-server.jarGravatar László Csomor2017-06-07
* Fix a bunch of issues related to server startup/shutdown:Gravatar lberki2017-06-06
* Add new reasons for server restart: PID_FILE_BUT_NO_SERVER, SERVER_VANISHED a...Gravatar janakr2017-05-17
* cpp: remove out-dated StartServer() documentation commentGravatar Thiago Farina2017-05-15
* cpp: remove all code supporting kServerPidSymlinkGravatar Thiago Farina2017-05-09
* cpp: add PrintWarning() function to errors.hGravatar Thiago Farina2017-05-09
* cpp: turn ListSeparator() function into a constantGravatar Thiago Farina2017-04-25
* cpp: remove unncessary function prototypesGravatar Thiago Farina2017-04-24
* Avoid false positive uninitialized variable use warning in blaze.ccGravatar Peter Foley2017-04-11
* Move InvocationPolicy from a startup argument to part of the RunRequest proto.Gravatar ccalvarin2017-04-07
* Bazel client: simplify ReadDirectorySymlinkGravatar laszlocsomor2017-03-31
* Remove configurability of abrupt exit code behavior.Gravatar ccalvarin2017-03-29
* Bazel client: use PathAsJvmFlag for JVM flagsGravatar Laszlo Csomor2017-03-09
* Convey the value of the --host_javabase startup option to the server.Gravatar Lukacs Berki2017-03-06
* Bazel client: do not use `errno`.Gravatar Laszlo Csomor2017-03-02
* Bazel client: simplify {Read,Write}File semanticsGravatar Laszlo Csomor2017-03-01
* Convert --use_action_cache to a regular optionGravatar Googler2017-03-01
* Adds --[no]use_action_cache startup option to disable the action cache.Gravatar Googler2017-02-15
* gRPC improvements:Gravatar Lukacs Berki2017-02-13
* Bazel client: retry moving install base directoryGravatar Laszlo Csomor2017-02-08
* Bazel client: platform-dependent `strerror` Gravatar László Csomor2017-01-27
* Bazel client: abstract away mtime handlingGravatar Laszlo Csomor2017-01-19
* Add a comment to clarify why we set the mtime on the install base.Gravatar Lukacs Berki2017-01-17
* When the server doesn't return an exit code, add the location of the server l...Gravatar Lukacs Berki2017-01-13
* Signal an error when the client cannot write to stdout or stderr.Gravatar Lukacs Berki2017-01-11
* Bazel client: split CanAccess to specific methodsGravatar Laszlo Csomor2017-01-11
* Kill the server when the server.pid.txt file cannot be found and start a new ...Gravatar Lukacs Berki2017-01-11
* Rollback of commit 70c5790e4fb01db382d61d457596a46b68ba8d13.Gravatar Janak Ramakrishnan2017-01-05
* Bazel client: generalize path handlingGravatar Laszlo Csomor2016-12-19
* fix declaration of Pipe variableGravatar Thiago Farina2016-12-14
* Record correct exit code for uncaught exceptions in async threads.Gravatar Chloe Calvarin2016-12-13
* Description redacted.Gravatar Julio Merino2016-12-09
* move MakeDirectories() into file_platform.hGravatar Thiago Farina2016-12-07
* Bazel client: make it compile with MSVCGravatar Laszlo Csomor2016-11-28
* Bazel client: platform-specific {Read,Write}FileGravatar Laszlo Csomor2016-11-28
* Bazel client: platform-dependent signal handlingGravatar Laszlo Csomor2016-11-24
* Bazel client: MakeCanonical into file_<platform>Gravatar Laszlo Csomor2016-11-24
* Bazel client: depend less on <unistd.h>Gravatar Laszlo Csomor2016-11-24
* Bazel client: delete and don't use the server.pidGravatar Laszlo Csomor2016-11-24
* Adds logging functionality to the bazel client, which will be activated in a ...Gravatar Chloe Calvarin2016-11-23