aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/blaze_util_linux.cc
Commit message (Expand)AuthorAge
* Move path-manipulation functions to own library file.Gravatar ccalvarin2018-06-05
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* Remove die() and replace it with BAZEL_DIE, part of the logging framework.Gravatar ccalvarin2018-04-06
* Remove pdie.Gravatar ccalvarin2018-03-29
* Fold in warning and error output into client logging.Gravatar ccalvarin2018-03-23
* Ensure that shutdown commands end the server process before completionGravatar mschaller2017-07-12
* Raise the maximum number of processes and open files to their maximum.Gravatar jmmv2017-07-11
* cleanup {get,set,unset}env() functions callsGravatar Thiago Farina2017-07-05
* Update ExecuteDaemon() on POSIX systems so that the client writes the PID fil...Gravatar lberki2017-05-10
* cpp: add PrintWarning() function to errors.hGravatar Thiago Farina2017-05-09
* Bazel client: simplify {Read,Write}File semanticsGravatar Laszlo Csomor2017-03-01
* Bazel client: remove blaze_util::WhichGravatar Laszlo Csomor2016-12-21
* Bazel client: platform-specific {Read,Write}FileGravatar Laszlo Csomor2016-11-28
* blaze_utils: fork file handling for platformsGravatar Laszlo Csomor2016-11-09
* C++ refactor: time getters now return millisecondsGravatar Laszlo Csomor2016-11-08
* Refactor: rename file_linux.* to file_posix.*Gravatar Laszlo Csomor2016-10-05
* Move blaze_util::Which to standalone library.Gravatar Laszlo Csomor2016-09-29
* Roll back commit a34c4febbbdfba6c045598101ca9a491cfde7dd9 in favor of not ver...Gravatar Lukacs Berki2016-09-14
* More client fixes:Gravatar Lukacs Berki2016-09-13
* Various minor fixes in the client:Gravatar Lukacs Berki2016-09-09
* Do not print the "server probably died abruptly" warning message.Gravatar Lukacs Berki2016-09-08
* Don't use fancy STL data structures (including string) in KillServerProcess()...Gravatar Lukacs Berki2016-09-06
* Be more lenient with slow-to-react servers.Gravatar Michajlo Matijkiw2016-08-16
* Mark output_base and output_user_root to not be backed up by TimeMachine on D...Gravatar Dave MacLachlan2016-07-20
* 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