index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
Age
Commit message (
Expand
)
Author
2017-04-25
Make "nix repl" build
Eelco Dolstra
2017-04-25
Merge nix-repl repository
Eelco Dolstra
2017-04-25
Cleanup in preparation of merging nix-repl repo into nix repo
Eelco Dolstra
2017-04-25
StorePathCommands: Build installables
Eelco Dolstra
2017-04-25
Set default installable
Eelco Dolstra
2017-04-25
Interpret any installable containing a slash as a path
Eelco Dolstra
2017-04-25
Make StorePathsCommand a subclass of InstallablesCommand
Eelco Dolstra
2017-04-25
Move code around
Eelco Dolstra
2017-04-25
Add "nix eval" command
Eelco Dolstra
2017-04-25
Restructure installables handling in the "nix" command
Eelco Dolstra
2017-04-24
Factor out --json
Eelco Dolstra
2017-04-20
Improve nix show-config --json
Eelco Dolstra
2017-04-13
Add "nix show-config" command
Eelco Dolstra
2017-04-13
Convert Settings to the new config system
Eelco Dolstra
2017-04-08
Process nix.conf options in "new" nix commands, add test.
Will Dietz
2017-03-16
nix copy: Make -r option use the "from" store
Eelco Dolstra
2017-03-16
copyPaths(): Use queryValidPaths() to reduce SSH latency
Eelco Dolstra
2017-03-15
Add a "nix log" command
Eelco Dolstra
2017-01-26
exportReferencesGraph: Export more complete info in JSON format
Eelco Dolstra
2017-01-19
Merge pull request #981 from shlevy/build-remote-c++
Eelco Dolstra
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-11-10
Store::computeFSClosure(): Support a set of paths
Eelco Dolstra
2016-11-10
build-remote: Implement in C++
Shea Levy
2016-11-09
Merge branch 'ssh-store' of https://github.com/shlevy/nix
Eelco Dolstra
2016-09-21
printMsg(lvlError, ...) -> printError(...) etc.
Eelco Dolstra
2016-09-14
nix path-info: Add some more examples
Eelco Dolstra
2016-09-02
Merge openStore and openStoreAt with default arguments
Shea Levy
2016-08-30
Fix 32-bit build
Eelco Dolstra
2016-08-29
nix path-info: Add --json flag
Eelco Dolstra
2016-08-23
nix build: Use Nix search path
Eelco Dolstra
2016-08-10
Mark content-addressed paths in the Nix database and in .narinfo
Eelco Dolstra
2016-06-02
nix run: Set a reasonable uid/gid
Eelco Dolstra
2016-06-02
nix run: Handle the case where the /nix/store mount point doesn't exist
Eelco Dolstra
2016-06-02
nix run: Mount the Nix store in a private namespace
Eelco Dolstra
2016-06-02
Add basic "nix run" command
Eelco Dolstra
2016-06-01
Make the store directory a member variable of Store
Eelco Dolstra
2016-05-31
Shut up some clang warnings
Eelco Dolstra
2016-05-04
Add a Store::addToStore() variant that accepts a NAR
Eelco Dolstra
2016-05-04
Add a copyStorePath() utility function
Eelco Dolstra
2016-04-25
nix: Disable verbose builds
Eelco Dolstra
2016-04-25
Improved logging abstraction
Eelco Dolstra
2016-04-22
Factor out parallel processing of work items that have dependencies
Eelco Dolstra
2016-04-22
nix copy: Parallelise
Eelco Dolstra
2016-04-22
Fold "nix query-path-sigs" into "nix path-info"
Eelco Dolstra
2016-04-22
Add "nix copy" command
Eelco Dolstra
2016-04-21
Implement S3BinaryCacheStore::queryAllValidPaths()
Eelco Dolstra
2016-04-21
nix path-info: Add
Eelco Dolstra
2016-04-21
nix --help: Show usage examples
Eelco Dolstra
2016-04-19
Move path info caching from BinaryCacheStore to Store
Eelco Dolstra
[next]