aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/blaze_util_posix.cc
Commit message (Expand)AuthorAge
...
* 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
* Bazel client: reduce dependency on POSIX APIGravatar Laszlo Csomor2016-11-22
* Bazel client: reduce dependency on <unistd.h>Gravatar Laszlo Csomor2016-11-18
* Bazel client: no more `stat` usageGravatar Laszlo Csomor2016-11-17
* Bazel client: platform-dependent GetHashedBaseDirGravatar Laszlo Csomor2016-11-16
* Global cleanup change.Gravatar Googler2016-11-11
* Bazel client: wrap some POSIX functionsGravatar Laszlo Csomor2016-11-10
* Reap the direct child process when double-forking to daemonize.Gravatar Lukacs Berki2016-10-28
* cpp: convert ServerPidFile() and ServerPidSymlink() into constantsGravatar Thiago Farina2016-09-21
* More client fixes:Gravatar Lukacs Berki2016-09-13
* Placate the compiler.Gravatar Sasha Smundak2016-07-26
* Fixed repository.which() on WindowsGravatar Yun Peng2016-07-15
* Added include requirements for errno, printf, getenvGravatar Douglas Dawson2016-07-14
* Replace override declarations with "virtual" so that we build on Ubuntu 12.04 .Gravatar Lukacs Berki2016-06-07
* Linux-specific: check if the stray server process we are about to kill -9 is ...Gravatar Lukacs Berki2016-05-02
* Various cleanups and refactorings in the client:Gravatar Lukacs Berki2016-05-02
* Make compilation on Windows work again.Gravatar Lukacs Berki2016-04-28
* Use the Win32 API to create and query junctions in the C++ client.Gravatar Lukacs Berki2016-04-28
* Use native process control on Windows to launch subprocesses.Gravatar Lukacs Berki2016-04-27
* Windows: use junctions to link to installation directory.Gravatar Dmitry Lomov2016-02-19
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Avoid command line argument mangling on Windows.Gravatar Dmitry Lomov2015-08-12