index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
Age
Commit message (
Expand
)
Author
2022-03-24
Add a test for fetchClosure and 'nix store make-content-addressed'
Eelco Dolstra
2022-03-24
Fix makeContentAddressed() on self-references
Eelco Dolstra
2022-03-24
fetchClosure: Allow a path to be rewritten to CA on the fly
Eelco Dolstra
2022-03-22
buildProfile(): Ignore manifest.{nix,json}
Eelco Dolstra
2022-03-18
Generalize `DerivationType` in preparation for impure derivations
John Ericson
2022-03-17
Clean up `DerivationOutput`, and headers
John Ericson
2022-03-17
Merge pull request #6277 from thufschmitt/ca/nix-build-dry-run
Eelco Dolstra
2022-03-17
gc: don't visit implicit referrers on garbage collection
Sergei Trofimovich
2022-03-17
Fix `nix build --dry-run` with CA derivations
Théophane Hufschmitt
2022-03-16
Merge pull request #6245 from trofi/fix-nix-store-gc-limit-auto-optimise-store
Eelco Dolstra
2022-03-15
Merge pull request #6229 from obsidiansystems/refactor-hash-modulo
Théophane Hufschmitt
2022-03-13
nix store gc: account for auto-optimised store
Sergei Trofimovich
2022-03-11
Reduce variants for derivation hash modulo
John Ericson
2022-03-11
Deduplicate the Store downcasting with a template
John Ericson
2022-03-11
Factor out a `LogStore` interface
John Ericson
2022-03-11
`GcStore::resolve` should print the URI
John Ericson
2022-03-11
Rename `requireGcStore` to `GcStore::require`
John Ericson
2022-03-09
BuildResult: Remove unused drvPath field
Eelco Dolstra
2022-03-09
BuildResult: Use DerivedPath
Eelco Dolstra
2022-03-08
Add Store::buildPathsWithResults()
Eelco Dolstra
2022-03-07
Merge pull request #6029 from Ma27/nix-log-ssh-ng
Théophane Hufschmitt
2022-03-03
Factor out a `GcStore` interface
John Ericson
2022-03-03
Fix segfault in headerCallback()
Eelco Dolstra
2022-03-01
Move `BuildResult` defintion to its own header
John Ericson
2022-03-01
Move some stuff from `Settings` to a new `FetchSettings`.
John Ericson
2022-02-28
libstore/build: add a few explanatory comments; simplify
Maximilian Bosch
2022-02-28
libstore/derivation-goal: avoid double-parsing of JSON messages
Maximilian Bosch
2022-02-28
ssh-ng: also store build logs to make them accessible by `nix log`
Maximilian Bosch
2022-02-28
Fix clang warning
Eelco Dolstra
2022-02-28
Fix Darwin build
Eelco Dolstra
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-02-25
refactor: remove verbose-build from docs
Kevin Amado
2022-02-21
Remove std::string alias
Eelco Dolstra
2022-02-21
Remove std::set alias
Eelco Dolstra
2022-02-21
Remove std::list alias
Eelco Dolstra
2022-02-19
path-info: use full store paths when we have them
Linus Heckemann
2022-02-16
addToStoreFromDump(): Take std::string_view
Eelco Dolstra
2022-02-12
Fix using sandbox without user namespaces
Sebastian Ullrich
2022-02-07
Fix 'basic_string::_M_construct null not valid' in interrupted download
Eelco Dolstra
2022-02-02
Merge branch 'more-stringviews' of https://github.com/pennae/nix
Eelco Dolstra
2022-01-30
fix spelling mistakes reported by Debian's lintian tool
Thomas Koch
2022-01-27
return string_views from forceString*
pennae
2022-01-27
convert a for more utilities to string_view
pennae
2022-01-25
nix store ping: Report Nix daemon version
Eelco Dolstra
2022-01-24
Merge pull request #5875 from hercules-ci/fix-large-drv-field-stack-overflow
Eelco Dolstra
2022-01-21
derivations.cc: Use larger buffer in printString
Robert Hensing
2022-01-21
Merge pull request #5949 from obsidiansystems/old-copyClosure
Eelco Dolstra
2022-01-20
Add back `copyClosure` for plain `StorePath`s
John Ericson
2022-01-19
Replace withBuffer by boost small_vector
Robert Hensing
2022-01-19
withBuffer: avoid allocating a std::function
Robert Hensing
[next]