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
2023-02-03
Merge pull request #7739 from obsidiansystems/user-settings
Eelco Dolstra
2023-02-02
Move `trustedUsers` and `allowedUsers` to separate config struct
John Ericson
2023-02-02
Get rid of the `authHook` parameter on `processConnection`
John Ericson
2023-02-02
daemon: Warn on old clients passing unexpected plugin-files.
Shea Levy
2023-02-01
Don't send plugin-files to the daemon.
Shea Levy
2023-02-01
Remove an unused capture
Eelco Dolstra
2023-02-01
Merge pull request #7716 from obsidiansystems/small-storePath-cleanups
Théophane Hufschmitt
2023-02-01
Merge pull request #7717 from obsidiansystems/delete-dead-code
Eelco Dolstra
2023-02-01
Merge pull request #7203 from graham33/feature/cpp20
Eelco Dolstra
2023-01-30
Merge pull request #7713 from obsidiansystems/more-rapid-check
Robert Hensing
2023-01-30
Delete dead code
John Ericson
2023-01-30
Make per-variant Arbitrary impls too
John Ericson
2023-01-30
Separate `path.hh` from `content-address.hh`
John Ericson
2023-01-30
Avoid some `StorePath` <-> `Path` round trips
John Ericson
2023-01-30
Merge pull request #5226 from NixOS/client-side-profiles
Eelco Dolstra
2023-01-30
Merge branch 'master' into referenceablePaths
Théophane Hufschmitt
2023-01-29
More property tests
John Ericson
2023-01-29
Allow unit test infra to be reused across libs' tests
John Ericson
2023-01-26
improve documentation about substituters and trusted users
Solène Rapenne
2023-01-26
Update src/libstore/daemon.cc
Solène Rapenne
2023-01-26
warnings: enhance the case of untrusted substituter for untrusted user
Solène Rapenne
2023-01-23
Test store paths, with property tests
John Ericson
2023-01-23
Better-scope `Store` forward declarations
John Ericson
2023-01-23
Add `rapidcheck` dependency for testing
John Ericson
2023-01-18
Add test for OutputsSpec::Names
Eelco Dolstra
2023-01-18
OutputSpec: Allow all valid output names
Eelco Dolstra
2023-01-17
Try again to fix aarch64-linux build failure
John Ericson
2023-01-17
Keep the default profile the same
Théophane Hufschmitt
2023-01-17
Don't try to migrate existing profiles
Théophane Hufschmitt
2023-01-17
Migrate the old profiles to the new location
Théophane Hufschmitt
2023-01-17
Move the default profiles to the user’s home
Théophane Hufschmitt
2023-01-15
Try to fix build failure
John Ericson
2023-01-13
Move `ValidPathInfo` defintions to `path-info.cc`
John Ericson
2023-01-13
Merge pull request #7597 from tweag/move-implem-bit-to-implem-file
Robert Hensing
2023-01-13
Merge pull request #6815 from obsidiansystems/better-wanted-outputs
Robert Hensing
2023-01-13
Move the `getBuildLog` implementation to its own implementation file
Théophane Hufschmitt
2023-01-13
Merge pull request #7430 from tweag/ca/fix-nix-log
Théophane Hufschmitt
2023-01-12
Write more (extended) output spec tests
John Ericson
2023-01-12
Assert on construction that `OutputsSpec::Names` is non-empty
John Ericson
2023-01-12
Unit test `OuputsSpec::{union_, isSubsetOf}`
John Ericson
2023-01-12
Split `OutputsSpec::merge` into `OuputsSpec::{union_, isSubsetOf}`
John Ericson
2023-01-12
remove unncessary cast
Valentin Gagarin
2023-01-11
Improve tests for `OutputsSpec`
John Ericson
2023-01-11
Remove default constructor from `OutputsSpec`
John Ericson
2023-01-11
Make it hard to construct an empty `OutputsSpec::Names`
John Ericson
2023-01-11
Split `OutputsSpec` and `ExtendedOutputsSpec`, use the former more
John Ericson
2023-01-11
Rename `OutputPath` -> `ExtendedOutputPath`
John Ericson
2023-01-11
Improve `OutputsSpec` slightly
John Ericson
2023-01-11
Merge pull request #7543 from obsidiansystems/typed-string-context
Théophane Hufschmitt
2023-01-10
doc/manual: Introduce @docroot@ as a stable base for includable snippets
Robert Hensing
[next]