index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
server
/
RPCServer.java
Commit message (
Expand
)
Author
Age
*
Reinstate IdleServerTasks that accidentally got disabled with the switch from...
Lukacs Berki
2017-02-07
*
Make the server commit suicide if its PID file vanishes.
Lukacs Berki
2017-01-13
*
Remove support for using AF_UNIX to communicate between the Bazel cient and t...
Lukacs Berki
2016-10-07
*
Rollback of commit f107debac45ddf5859b1eb963379769b5815b18f. Also includes th...
Janak Ramakrishnan
2016-08-12
*
Remove the AF_UNIX client/server communication protocol.
Lukacs Berki
2016-08-05
*
Fix a race condition introduced in unknown commit (that is, the January of 20...
Lukacs Berki
2016-04-26
*
Revert server.pid to be a symlink so that old server version can shut down ne...
Lukacs Berki
2016-04-26
*
Make gRPC mode honor --max_idle_secs.
Lukacs Berki
2016-04-25
*
Write the server.pid file from C++ instead of Java.
Lukacs Berki
2016-04-25
*
Make the PID be the contents of the PID file instead of a symlink.
Lukacs Berki
2016-04-25
*
Make the integration tests pass with gRPC client/server comms.
Lukacs Berki
2016-04-21
*
Do not start the AF_UNIX server when in gRPC mode.
Lukacs Berki
2016-04-19
*
Replace an exception message check with a class check. It's saner.
Lukacs Berki
2016-04-05
*
Update the check for a broken stream in the RPC server.
Lukacs Berki
2016-03-31
*
Revamp the client/server communication protocol so that it is portable to Win...
Lukacs Berki
2016-03-22
*
When --experimental_oom_more_eagerly is enabled, tell Bazel to exit with an O...
Janak Ramakrishnan
2016-03-10
*
Changed UNIX_PATH_MAX from 108 to 104 because the limit is 104 on OS X
Yun Peng
2016-03-02
*
Fix a race where an interrupt sent from the client near the start of an invoc...
Eric Fellheimer
2016-02-23
*
Rename FilesystemUtils to NativePosixFiles.
Lukacs Berki
2016-01-27
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Add a server.pid file for platforms where GetPeerProcessId is not supported
Doug Rabson
2015-08-14
*
Update from Google.
Han-Wen Nienhuys
2015-02-25