aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/server
Commit message (Expand)AuthorAge
...
* Fix #1602: Bazel server couldn't start on system lacking IPv6 support.Gravatar Philipp Wollermann2016-08-04
* Prefer IPv6 when binding the gRPC server to localhost, because the OS X sandb...Gravatar Philipp Wollermann2016-08-03
* Bump grpc-java lib to version 0.15.0 non-binariesGravatar dapengzhang02016-07-25
* Actually restart server timeout on Ping() and Cancel() RPCs.Gravatar Lukacs Berki2016-07-18
* Use System#nanoTime() in the server timeout thread because it's monotonous, u...Gravatar Lukacs Berki2016-07-18
* Rollback of commit feb1321044e3b7be34f9c1d7dacf9881d99a7327.Gravatar Klaus Aehlig2016-07-13
* Rollback of commit a3381b6ac136a0cab3ba86020c739fe16b42cee9.Gravatar Kristina Chodorow2016-07-12
* Fix default for temporary directories to honor TMPDIRGravatar Klaus Aehlig2016-07-11
* Move the verification of the JVM earlier in the client so that less time pass...Gravatar Lukacs Berki2016-07-08
* Make the timeout thread shut the server down in an orderly way.Gravatar Lukacs Berki2016-07-07
* Figure out the actual address of the command port a little differently, in a ...Gravatar Lukacs Berki2016-04-28
* Fix a race condition introduced in unknown commit (that is, the January of 20...Gravatar Lukacs Berki2016-04-26
* Revert server.pid to be a symlink so that old server version can shut down ne...Gravatar Lukacs Berki2016-04-26
* Make gRPC mode honor --max_idle_secs.Gravatar Lukacs Berki2016-04-25
* Write the server.pid file from C++ instead of Java.Gravatar Lukacs Berki2016-04-25
* Make the server tell not only the port, but also the address it is listening on.Gravatar Lukacs Berki2016-04-25
* Make the PID be the contents of the PID file instead of a symlink.Gravatar Lukacs Berki2016-04-25
* Make the integration tests pass with gRPC client/server comms.Gravatar Lukacs Berki2016-04-21
* Assorted changes wrt. gRPC client/server comms:Gravatar Lukacs Berki2016-04-21
* Block when another command is running on the server and not on the client whe...Gravatar Lukacs Berki2016-04-20
* Bind the gRPC command server port only to localhost.Gravatar Lukacs Berki2016-04-19
* Make it possible to interrupt commands when communicating over gRPC.Gravatar Lukacs Berki2016-04-19
* Do not start the AF_UNIX server when in gRPC mode.Gravatar Lukacs Berki2016-04-19
* Rename field names in command_server.proto so that they don't conflict with C...Gravatar Lukacs Berki2016-04-18
* Initial version of client-server communication over gRPC. Gravatar Lukacs Berki2016-04-15
* Add the --grpc_port startup option and start a Java server if it's passed in.Gravatar Lukacs Berki2016-04-14
* Add stub gRPC C++ client and Java server.Gravatar Lukacs Berki2016-04-12
* Replace an exception message check with a class check. It's saner.Gravatar Lukacs Berki2016-04-05
* Update the check for a broken stream in the RPC server.Gravatar Lukacs Berki2016-03-31
* Revamp the client/server communication protocol so that it is portable to Win...Gravatar Lukacs Berki2016-03-22
* When --experimental_oom_more_eagerly is enabled, tell Bazel to exit with an O...Gravatar Janak Ramakrishnan2016-03-10
* Changed UNIX_PATH_MAX from 108 to 104 because the limit is 104 on OS XGravatar Yun Peng2016-03-02
* Fix a race where an interrupt sent from the client near the start of an invoc...Gravatar Eric Fellheimer2016-02-23
* Rename FilesystemUtils to NativePosixFiles.Gravatar Lukacs Berki2016-01-27
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Use AutoProfiler in the Bazel codebase.Gravatar Nathan Harmata2015-09-08
* Add a server.pid file for platforms where GetPeerProcessId is not supportedGravatar Doug Rabson2015-08-14
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25