aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/blaze_util_linux.cc
Commit message (Expand)AuthorAge
* Added include requirements for errno, printf, getenvGravatar Douglas Dawson2016-07-14
* Only tell the user that an old server process was killed if it actually was.Gravatar Lukacs Berki2016-07-14
* Remove the check for the existence of the server process in the signal handle...Gravatar Lukacs Berki2016-06-21
* Make the Blaze server kill the previous instance if the start time file doesn...Gravatar Lukacs Berki2016-05-04
* Linux-specific: check if the stray server process we are about to kill -9 is ...Gravatar Lukacs Berki2016-05-02
* add some missing errno.h and string.h includesGravatar Mostyn Bramley-Moore2015-11-11
* Read $HOME first to determine the home directory (and when not present, fall ...Gravatar Lukacs Berki2015-10-27
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Use custom util instead of std::to_string.Gravatar Googler2015-07-23
* Cleanup: port.cc should include its header file port.hGravatar Thiago Farina2015-05-18
* Cleanup: Use the standard types from stdint.h.Gravatar Thiago Farina2015-05-05
* Cleanup: Do not include unnecessary headers in blaze_util.h.Gravatar Thiago Farina2015-04-28
* Move blaze_exit_code.h into util/ directory.Gravatar Thiago Farina2015-04-24
* Header cleanups.Gravatar Han-Wen Nienhuys2015-04-22
* Cleanup: Build file.cc as part of util library.Gravatar Thiago Farina2015-04-14
* Cleanup: Change is IsSharedLibrary() to take a const-reference parameter.Gravatar Thiago Farina2015-04-08
* Use getpwuid(getuid()) to determine the output root under LinuxGravatar Damien Martin-Guillerez2015-03-24
* Use OS-specific caches for output rootGravatar Kristina Chodorow2015-03-23
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25