aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/blaze.cc
Commit message (Expand)AuthorAge
* fix declaration of Pipe variableGravatar Thiago Farina2016-12-14
* Record correct exit code for uncaught exceptions in async threads.Gravatar Chloe Calvarin2016-12-13
* Description redacted.Gravatar Julio Merino2016-12-09
* move MakeDirectories() into file_platform.hGravatar Thiago Farina2016-12-07
* Bazel client: make it compile with MSVCGravatar Laszlo Csomor2016-11-28
* Bazel client: platform-specific {Read,Write}FileGravatar Laszlo Csomor2016-11-28
* Bazel client: platform-dependent signal handlingGravatar Laszlo Csomor2016-11-24
* Bazel client: MakeCanonical into file_<platform>Gravatar 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
* Adds logging functionality to the bazel client, which will be activated in a ...Gravatar Chloe Calvarin2016-11-23
* Bazel client: reduce dependency on POSIX APIGravatar Laszlo Csomor2016-11-22
* Bazel client: create a wrapper around Unix pipesGravatar Laszlo Csomor2016-11-18
* Bazel client: reduce dependency on <unistd.h>Gravatar Laszlo Csomor2016-11-18
* Bazel client: no longer needs <utime.h>Gravatar Laszlo Csomor2016-11-17
* Bazel client: no more `stat` usageGravatar Laszlo Csomor2016-11-17
* Windows: respect --output_user_rootGravatar Laszlo Csomor2016-11-16
* Bazel client: platform-dependent GetHashedBaseDirGravatar Laszlo Csomor2016-11-16
* Bazel client: implement directory tree walkingGravatar Laszlo Csomor2016-11-16
* Refactor the logic that is used to retry client timeouts a bit so that the at...Gravatar Lukacs Berki2016-11-15
* Bazel client: wrap some POSIX functionsGravatar Laszlo Csomor2016-11-10
* Add two startup options:Gravatar Lukacs Berki2016-11-08
* C++ refactor: time getters now return millisecondsGravatar Laszlo Csomor2016-11-08
* Description redacted.Gravatar Luis Fernando Pino Duque2016-11-02
* remove other AF_UNIX referencesGravatar Thiago Farina2016-11-02
* remove references to "server.socket" fileGravatar Thiago Farina2016-10-31
* extract a function to return the embedded binaries root directoryGravatar Thiago Farina2016-10-28
* Clarify how startup options are conveyed between the client and the server.Gravatar Lukacs Berki2016-10-27
* Ignore the environment variable "http_proxy" so that it doesn't interfere wit...Gravatar Lukacs Berki2016-10-25
* cpp: remove unused functions after AF_UNIX refactoringGravatar Thiago Farina2016-10-24
* cpp: header hygienizationGravatar Thiago Farina2016-10-18
* Remove support for using AF_UNIX to communicate between the Bazel cient and t...Gravatar Lukacs Berki2016-10-07
* cpp: refactoring blaze_globals.hGravatar Thiago Farina2016-10-07
* --Gravatar Googler2016-09-27
* Remove a comment that says we can remove some obsolete code.Gravatar Lukacs Berki2016-09-21
* Use nanosleep(2) instead of poll(2) to sleep.Gravatar Chongyu Zhu2016-09-21
* cpp: convert ServerPidFile() and ServerPidSymlink() into constantsGravatar Thiago Farina2016-09-21
* Description redacted.Gravatar Laurent Le Brun2016-09-21
* Allow configuring writing of command.logGravatar Michajlo Matijkiw2016-09-19
* Roll-forward of the startup options refactoring.Gravatar Julio Merino2016-09-15
* Roll back commit a34c4febbbdfba6c045598101ca9a491cfde7dd9 in favor of not ver...Gravatar Lukacs Berki2016-09-14
* More client fixes:Gravatar Lukacs Berki2016-09-13
* Rollback of startup options changes.Gravatar Greg Estren2016-09-13
* Various minor fixes in the client:Gravatar Lukacs Berki2016-09-09
* Use inheritance to support site-specific options.Gravatar Julio Merino2016-09-09
* Don't use fancy STL data structures (including string) in KillServerProcess()...Gravatar Lukacs Berki2016-09-06
* Increase the deadline for cancellation request and add some extra logging in ...Gravatar Lukacs Berki2016-08-31
* Move the workspace-related functions out of blaze_startup_options.Gravatar Julio Merino2016-08-29
* Be more lenient with slow-to-react servers.Gravatar Michajlo Matijkiw2016-08-16
* Rollback of commit f107debac45ddf5859b1eb963379769b5815b18f. Also includes th...Gravatar Janak Ramakrishnan2016-08-12