index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix-store
Age
Commit message (
Expand
)
Author
2020-03-30
Merge remote-tracking branch 'upstream/master' into enum-FileIngestionMethod
John Ericson
2020-03-30
Use `auto` with some `FileIngestionMethod` local variables
John Ericson
2020-03-30
Remove global -I flags
Eelco Dolstra
2020-03-29
Replace some `bool recursive` with a new `FileIngestionMethod` enum
John Ericson
2020-03-24
Pretty-print 'nix why-depends' / 'nix-store -q --tree' output
Eelco Dolstra
2020-03-19
Remove the --delete option for --gc
jakobrs
2020-03-10
nix-store -q --graph: Fix edges
Eelco Dolstra
2020-03-10
dotgraph.cc: Remove dead code
Eelco Dolstra
2019-12-16
nix-store -r: Handle symlinks to store paths
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-10-31
Minor updates to inline comments
Benjamin Hipple
2019-10-09
OCD performance fix: {find,count}+insert => insert
Eelco Dolstra
2019-08-16
nix-store: fix out of sync protocol
zimbatm
2019-03-14
nix-store --gc --print-roots: Sort output
Eelco Dolstra
2019-03-14
findRoots(): Add 'censor' parameter
Eelco Dolstra
2019-03-10
unify naming of roots as links & targets
Guillaume Maudoux
2019-03-10
Also print rooted path in `nix-store -q --roots`
Guillaume Maudoux
2019-03-10
fixup! Make roots a map of store paths to pinning links
Guillaume Maudoux
2019-03-10
Make roots a map of store paths to pinning links
Guillaume Maudoux
2019-01-23
nix-store: make --dump-db take a list of paths to dump
Spencer Baugh
2018-12-15
nix-store: remove debugging print
Will Dietz
2018-12-13
Support SRI hashes
Eelco Dolstra
2018-10-26
Merge all nix-* binaries into nix
Eelco Dolstra
2018-10-20
Remove the `--xml` query command option
Antoine Eiche
2018-10-20
Add --graphml option to the nix-store --query command
Antoine Eiche
2018-08-03
Make adding paths via nix-store --serve run in constant memory
Eelco Dolstra
2018-08-03
cmdDumpStorePath: Support chroot stores
Eelco Dolstra
2018-05-02
Fix some random -Wconversion warnings
Eelco Dolstra
2018-03-02
Merge branch 'write-failure-fixes' of git://github.com/lheckemann/nix
Shea Levy
2018-02-13
Fix #1762
Linus Heckemann
2018-02-08
Add plugins to make Nix more extensible.
Shea Levy
2018-02-03
Remove nix-build --hash
Eelco Dolstra
2017-10-25
Pass lists/attrsets to bash as (associative) arrays
Eelco Dolstra
2017-09-08
LegacySSHStore: Include signatures etc.
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-07-04
Support base-64 hashes
Eelco Dolstra
2017-07-03
Replace a few bool flags with enums
Eelco Dolstra
2017-04-26
Doh
Eelco Dolstra
2017-04-13
Convert Settings to the new config system
Eelco Dolstra
2017-04-13
Merge branch 'rework-options' of https://github.com/copumpkin/nix
Eelco Dolstra
2017-03-31
Merge branch 'remove-perl' of https://github.com/shlevy/nix
Eelco Dolstra
2017-03-15
Remove dependency on "curl" binary
Eelco Dolstra
2017-03-15
Store: Add a method for getting build logs
Eelco Dolstra
2017-03-01
nix-store --import: Fix importing unsigned paths
Eelco Dolstra
2017-03-01
Fix assertion failure in nix-store --export
Eelco Dolstra
2017-03-01
Handle importing NARs containing files greater than 4 GiB
Eelco Dolstra
2017-02-22
Explicitly model all settings and fail on unrecognized ones
Dan Peebles
2017-02-07
Remove perl dependency.
Shea Levy
2017-02-07
Provide default implementations for a couple of Store methods
Eelco Dolstra
2017-02-07
Remove unnecessary call to topoSortPaths()
Eelco Dolstra
[next]