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-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-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
2023-01-10
Make clear that `StorePathWithOutputs` is a deprecated type
John Ericson
2023-01-06
Merge pull request #7307 from hercules-ci/derivation-goal-improve-comment
Théophane Hufschmitt
2023-01-06
Merge pull request #7557 from NixOS/fix-7529
Eelco Dolstra
2023-01-05
Merge pull request #7542 from edolstra/gc-deadlock
Eelco Dolstra
2023-01-05
Merge pull request #7539 from tweag/fix-nix-why-depends--derivation
Eelco Dolstra
2023-01-05
On macOS with auto-uid-allocation and sandboxing, use the correct gid
Eelco Dolstra
2023-01-04
Move macOS sandbox files to sr/libstore/build
Eelco Dolstra
2023-01-04
Include macOS sandbox files in the Nix binary
Eelco Dolstra
2023-01-03
Fix deadlock between auto-GC and addTempRoot()
Eelco Dolstra
2023-01-03
Move creation of the temp roots file into its own function
Eelco Dolstra
2023-01-03
Merge pull request #7497 from rski/master
Eelco Dolstra
2023-01-02
Fix why-depends for CA derivations (again)
Théophane Hufschmitt
2023-01-02
Merge pull request #7478 from hercules-ci/make-sure-initNix-called
Théophane Hufschmitt
2023-01-02
Merge pull request #7521 from ncfavier/migration-deadlock
Théophane Hufschmitt
2023-01-01
Fix error message
Steven Shaw
2022-12-29
Merge pull request #7524 from ncfavier/sandbox-paths-closure
Eelco Dolstra
2022-12-28
doc: sandbox-paths computes closures
Naïm Favier
2022-12-27
Release shared lock before acquiring exclusive lock
Naïm Favier
2022-12-24
libstore: Make sure that initNix has been called
Robert Hensing
2022-12-23
nix develop: Set personality
Eelco Dolstra
2022-12-23
src/libstore: Print the reason opening the DB failed
rski
2022-12-21
[PDT] TDE-3114: prevent a race-condition when creating the S3 cache
mupdt
2022-12-17
Improve sqlite error messages
Robert Hensing
2022-12-15
getBuildLog: factor out resolving derivations
Taeer Bar-Yam
2022-12-15
Fix a crash in DerivedPath::Built::toJSON() with impure derivations
Eelco Dolstra
[next]