aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/blaze_util_posix.cc
Commit message (Expand)AuthorAge
* Fix block_for_lock.Gravatar ccalvarin2018-07-23
* Windows,Bazel client: multithreaded file writingGravatar Laszlo Csomor2018-07-17
* blaze_util_posix.cc: fix order of #defineGravatar Klaus Aehlig2018-07-05
* Make the system bazelrc configurable.Gravatar ccalvarin2018-06-20
* Move path-manipulation functions to own library file.Gravatar ccalvarin2018-06-05
* Keep LANG/LANGUAGE and related environment variables for the process spawned ...Gravatar lberki2018-04-18
* Delete unused RunProgram function.Gravatar Benjamin Peterson2018-04-10
* Remove die() and replace it with BAZEL_DIE, part of the logging framework.Gravatar ccalvarin2018-04-06
* Remove pdie.Gravatar ccalvarin2018-03-29
* Remove startup JVM version checkGravatar cushon2018-03-29
* Update the client's skeleton logging framework to use it for --client_debug.Gravatar ccalvarin2018-03-21
* Support explicitly specifying a location for jvm.outGravatar michajlo2018-01-29
* Remove dead ConvertPathListGravatar Loo Rong Jie2018-01-26
* Initialize server_pid in an attempt to convince a linter that ExecuteDaemon()...Gravatar lberki2018-01-09
* Add return statements to silence compiler warning.Gravatar John Cater2017-12-06
* Emit Blaze server pid when there is a connection timeout.Gravatar felly2017-11-30
* Print 'waiting for other blaze command' on its own line.Gravatar Googler2017-11-28
* 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