index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix-store
/
nix-store.cc
Age
Commit message (
Expand
)
Author
2022-12-12
Fix unused variable warning
Eelco Dolstra
2022-12-12
Merge pull request #7421 from edolstra/lazy-trees-trivial-changes
Eelco Dolstra
2022-12-10
Ignore the enforceDeterminism value
Andreas Rammhold
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-12-07
Remove repeat and enforce-determinism options
Linus Heckemann
2022-11-04
Fix indentation
Eelco Dolstra
2022-11-03
Merge remote-tracking branch 'origin/master' into auto-uid-allocation
Eelco Dolstra
2022-08-24
Fix a misplaced parenthese in serve protocol check
Rickard Nilsson
2022-06-09
nix-store: small std::move() optimization
Sidharth Kshatriya
2022-05-11
Stop the logger properly in legacy commands
Naïm Favier
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
Rename `requireGcStore` to `GcStore::require`
John Ericson
2022-03-03
Factor out a `GcStore` interface
John Ericson
2022-03-01
Move `BuildResult` defintion to its own header
John Ericson
2022-02-28
Merge remote-tracking branch 'upstream/master' into auto-uid-allocation
John Ericson
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2021-08-31
nix-store --serve: pass on `settings.keepFailed` from SSH store
Maximilian Bosch
2021-04-27
Merge remote-tracking branch 'upstream/master' into auto-uid-allocation
John Ericson
2021-04-05
Rename Buildable
John Ericson
2021-04-05
Use `BuildableReq` for `buildPaths` and `ensurePath`
John Ericson
2021-04-05
Move `StorePathWithOutput` utilities out of store class
John Ericson
2021-03-22
Clean up serialization for `BuildResult`
John Ericson
2021-02-26
Merge pull request #4477 from NixOS/ca/build-remote
Eelco Dolstra
2021-02-24
Initialize plugins after handling initial command line flags
Shea Levy
2021-02-23
LegacySSHStore: Send back the new realisations
regnat
2021-01-26
Move command plugin interface to libnixcmd
Shea Levy
2021-01-21
Improve error formatting
Eelco Dolstra
2021-01-13
Add 'nix store repair' command
Eelco Dolstra
2021-01-06
crypto.cc: API cleanup and add generate() / to_string() methods
Eelco Dolstra
2021-01-06
Move sodium_init() call
Eelco Dolstra
2020-11-05
Allow substituting paths when building remotely using `ssh-ng://`
Maximilian Bosch
2020-11-03
LocalStore: Get rid of recursive_mutex
Eelco Dolstra
2020-10-17
Merge commit 'f66bbd8c7bb1472facf8917e58e3cd4f6ddfa1b5' into auto-uid-allocation
John Ericson
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-09-30
nix::worker_proto -> worker_proto
John Ericson
2020-09-30
Revert "Use template structs instead of phantoms"
John Ericson
2020-09-22
Merge remote-tracking branch 'upstream/master' into templated-daemon-protocol
John Ericson
2020-09-03
Merge remote-tracking branch 'upstream/master' into single-ca-drv-build
John Ericson
2020-09-03
addPermRoot(): Remove indirect flag
Eelco Dolstra
2020-09-03
Remove the --indirect flag
Eelco Dolstra
2020-08-20
Rename drv output querying functions, like master
John Ericson
2020-08-19
Merge branch 'master' of github.com:NixOS/nix into templated-daemon-protocol
John Ericson
2020-08-14
Merge remote-tracking branch 'upstream/master' into single-ca-drv-build
John Ericson
2020-08-14
Merge pull request #3875 from obsidiansystems/new-interface-for-path-pathOpt
Eelco Dolstra
2020-08-07
Squashed get CA derivations building
John Ericson
2020-08-06
Use template structs instead of phantoms
Carlo Nucera
2020-08-06
Merge branch 'drv-outputs-map-allow-missing-namespace' of github.com:obsidian...
Carlo Nucera
2020-08-06
Minimize the usage of `Hash::dummy`
John Ericson
2020-08-05
Merge branch 'master' of github.com:NixOS/nix into new-interface-for-path-pat...
Carlo Nucera
[next]