index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
runtime
/
BlazeRuntime.java
Commit message (
Expand
)
Author
Age
*
BlazeModule.workspaceInit: also pass the BlazeRuntime to the call
ulfjack
2017-06-14
*
Move InvocationPolicy to the options parser package.
ccalvarin
2017-06-09
*
Split workspace-specific tests out of BlazeRuntimeTest
ulfjack
2017-06-09
*
Move InvocationPolicy from a startup argument to part of the RunRequest proto.
ccalvarin
2017-04-07
*
Remove configurability of abrupt exit code behavior.
ccalvarin
2017-03-29
*
Log the server pid to java logging.
janakr
2017-03-29
*
Clarify InvocationPolicy origins.
Chloe Calvarin
2017-03-28
*
Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windows
Ulf Adams
2017-02-28
*
Provide more reporting options to SkyFunctions
Klaus Aehlig
2017-02-27
*
Reinstate IdleServerTasks that accidentally got disabled with the switch from...
Lukacs Berki
2017-02-07
*
Support mapping of Paths to URIs
Klaus Aehlig
2017-01-18
*
Make the server commit suicide if its PID file vanishes.
Lukacs Berki
2017-01-13
*
Rollback of commit 70c5790e4fb01db382d61d457596a46b68ba8d13.
Janak Ramakrishnan
2017-01-05
*
Record correct exit code for uncaught exceptions in async threads.
Chloe Calvarin
2016-12-13
*
Use find instead of match for client_env filtering
Michajlo Matijkiw
2016-11-21
*
Merge BlazeModule.getEnvironmentExtensions into serverInit / ServerBuilder.
Ulf Adams
2016-11-02
*
Clarify how startup options are conveyed between the client and the server.
Lukacs Berki
2016-10-27
*
Support per-module shutdown code on crash.
Julio Merino
2016-10-17
*
Make --watchfs a common command option.
Ulf Adams
2016-10-14
*
Rollback of commit 2891ec527eed27d0c6460d66f51cb66a43373b6a.
Damien Martin-Guillerez
2016-10-14
*
Make --watchfs a common command option.
Ulf Adams
2016-10-13
*
Remove support for using AF_UNIX to communicate between the Bazel cient and t...
Lukacs Berki
2016-10-07
*
Enable Bazel commands to exit at any time.
Michael Staib
2016-10-05
*
Allow configuring writing of command.log
Michajlo Matijkiw
2016-09-19
*
Move the query output formatters to ServerBuilder.
Ulf Adams
2016-08-29
*
Move QueryFunctions and InfoItems to ServerBuilder.
Ulf Adams
2016-08-29
*
Rollback of commit f107debac45ddf5859b1eb963379769b5815b18f. Also includes th...
Janak Ramakrishnan
2016-08-12
*
Replace calls to <class>.newInstance with <class>.getConstructor().newInstance.
Ulf Adams
2016-08-12
*
Remove the experimental hardlink / junction code from UnixFileSystem.
Ulf Adams
2016-08-11
*
Remove the outputPath parameter from BlazeModule.getFileSystem.
Ulf Adams
2016-08-10
*
Dedupe code: parse startup options in newRuntime, instead of calling it twice.
Ulf Adams
2016-08-10
*
Pass in the command options to BlazeModule.getCoverageReportFactory.
Ulf Adams
2016-08-10
*
Cleanup BlazeRuntime and ServerBuilder slightly.
Ulf Adams
2016-08-10
*
Move workspace initialization out of BlazeRuntime.Builder.
Ulf Adams
2016-08-10
*
Split BlazeDirectories into two classes.
Ulf Adams
2016-08-09
*
Remove the AF_UNIX client/server communication protocol.
Lukacs Berki
2016-08-05
*
Add a ServerBuilder, and use that in the module API.
Ulf Adams
2016-07-07
*
Rewrite workspace creation to use a builder class.
Ulf Adams
2016-07-05
*
Use the subprocess factory that uses the Win32 API on Windows.
Lukacs Berki
2016-07-04
*
Rename the property io.bazel.UnixFileSystem to io.bazel.EnableJni because tha...
Lukacs Berki
2016-07-01
*
Pass a locale to a getLowerCase call in BlazeRuntime.
Ulf Adams
2016-06-21
*
Add a hook to Package.Builder.Helper that gets called by PackageFunction afte...
Nathan Harmata
2016-06-07
*
Don't create CommandCompleteEvent for OOMs ahead of time. Its super-construct...
Janak Ramakrishnan
2016-06-03
*
Replace Constants.PRODUCT_NAME with a startup option --product_name=bazel and
Luis Fernando Pino Duque
2016-05-31
*
Allow BlazeModules to expose a helper that PackageFactory will use for creati...
Nathan Harmata
2016-05-27
*
Pre-allocate memory at a few (non-exhaustive) sites that are on the exit path...
Janak Ramakrishnan
2016-05-24
*
Separate killing Bazel on OOM using -XX:OnOutOfMemoryError and pessimisticall...
Janak Ramakrishnan
2016-05-24
*
Replace the occurrences of Constants.PRODUCT_NAME for a call to
Luis Fernando Pino Duque
2016-05-23
*
Allow modules to inject a custom AttributeContainer.
Janak Ramakrishnan
2016-05-12
*
Do not hard-code Blaze as product name
Klaus Aehlig
2016-05-09
[next]