aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/blaze_util_posix.cc
Commit message (Expand)AuthorAge
* blaze_util_posix.cc: declare use of dprintfGravatar Klaus Aehlig2017-10-09
* In the launcher, use F_OFD_SETLK if available.Gravatar Googler2017-10-06
* Windows: Adding default --python_pathGravatar Yun Peng2017-09-14
* Ensure our "Another command is running" messages hold realistic PIDs.Gravatar jmmv2017-08-28
* blaze_util_posix.cc: fix call to nanosleepGravatar Klaus Aehlig2017-08-09
* Windows: detect if started from Windows ExplorerGravatar Laszlo Csomor2017-07-28
* Include <cinttypes> instead of <stdint.h>Gravatar Damien Martin-Guillerez2017-07-27
* Implement bash.exe detection logic.Gravatar Dmitry Lomov2017-07-19
* Ensure that shutdown commands end the server process before completionGravatar mschaller2017-07-12
* Automated rollback of commit 458990b0c155130e242117e2bfc5ebfdf787d2e2.Gravatar Googler2017-07-11
* Raise the maximum number of processes and open files to their maximum.Gravatar jmmv2017-07-11
* Look at stderr for terminal detection.Gravatar Googler2017-07-10
* fix signedness warnings in blaze_util_posix.ccGravatar Benjamin Peterson2017-05-31
* Fix a typo and remove an unnecessary scary warning submitted in unknown commit.Gravatar lberki2017-05-15
* Remove all complex logic after forking.Gravatar lberki2017-05-11
* Update ExecuteDaemon() on POSIX systems so that the client writes the PID fil...Gravatar lberki2017-05-10
* cpp: turn ListSeparator() function into a constantGravatar Thiago Farina2017-04-25
* Bazel client: simplify ReadDirectorySymlinkGravatar laszlocsomor2017-03-31
* Bazel client, Windows: implement GetHomeDir Gravatar László Csomor2017-03-23
* Catch attempts to fork from a multithreaded bazel launcher process.Gravatar Googler2017-03-16
* Bazel client: simplify {Read,Write}File semanticsGravatar Laszlo Csomor2017-03-01
* Bazel client: make jvm.log path platform-safe Gravatar László Csomor2017-02-24
* Bazel client: split CanAccess to specific methodsGravatar Laszlo Csomor2017-01-11
* Bazel client: add comments, delete dead codeGravatar Laszlo Csomor2016-12-22
* Bazel client: generalize path handlingGravatar Laszlo Csomor2016-12-19
* Bazel client: get rid of RunProgramGravatar Laszlo Csomor2016-12-15
* move MakeDirectories() into file_platform.hGravatar Thiago Farina2016-12-07
* Bazel client: make it compile with MSVCGravatar Laszlo Csomor2016-11-28
* Bazel client: more platform-specific logicGravatar Laszlo Csomor2016-11-28
* Bazel client: platform-specific {Read,Write}FileGravatar Laszlo Csomor2016-11-28
* Bazel client: platform-dependent lock handlingGravatar Laszlo Csomor2016-11-28
* Bazel client: mock out read/write callsGravatar Laszlo Csomor2016-11-28
* Bazel client: platform-dependent signal handlingGravatar Laszlo Csomor2016-11-24
* 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