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-12-01
Put functional tests in `tests/functional`
John Ericson
2023-11-16
libstore: Add apple-virt to system features when available
Robert Hensing
2023-10-08
StorePath: reject names starting with '.'
edef
2023-10-02
Revert "Adapt scheduler to work with dynamic derivations"
John Ericson
2023-09-19
Disable rapidcheck tests in the coverage run
Eelco Dolstra
2023-09-07
Special-case error message to add extra information
John Ericson
2023-09-07
Allow dynamic derivation deps in `inputDrvs`
John Ericson
2023-09-06
Improve derivation parsing
John Ericson
2023-09-06
Merge pull request #8927 from obsidiansystems/test-derivation-aterm
John Ericson
2023-09-06
Fix globals.hh typo
Christina Sørensen
2023-09-05
Test and begin documentation of the ATerm format for derivations
John Ericson
2023-09-01
Fix warning 'catching polymorphic type by value'
Eelco Dolstra
2023-08-25
Adapt scheduler to work with dynamic derivations
John Ericson
2023-08-25
Use `Worker::makeDerivationGoal` less
John Ericson
2023-08-25
Throw `MissingRealisation` not plain `Error` in both `resolveDerivedPath`
John Ericson
2023-08-25
Introduce `OutputName` and `OutputNameView` type aliases
John Ericson
2023-08-19
Merge pull request #8812 from tweag/fix-clang-tidy
Robert Hensing
2023-08-18
Fixing #7479
John Ericson
2023-08-16
Document jobCategory()
Robert Hensing
2023-08-14
Rework evaluator `SingleDerivedPath` infra
John Ericson
2023-08-11
Merge pull request #8369 from obsidiansystems/inductive-derived-path
tomberek
2023-08-11
FileTransfer::download: fix use-after-move
Yorick van Pelt
2023-08-11
Prevent overriding virtual methods that are called in a destructor
Yorick van Pelt
2023-08-10
Make the Derived Path family of types inductive for dynamic derivations
John Ericson
2023-08-09
Try to realise CA derivations during queryMissing
Peter Waller
2023-08-08
Merge pull request #8805 from tweag/fix-add-to-store-existing
Théophane Hufschmitt
2023-08-07
Stabilize `discard-references`
Théophane Hufschmitt
2023-08-07
Merge pull request #8692 from obsidiansystems/add-another-xp-check
Théophane Hufschmitt
2023-08-07
Fix misread of source if path is already valid
Simon Rainerson
2023-08-06
Merge pull request #8760 from iFreilicht/fix-json-load-assertion-errors
John Ericson
2023-08-05
Fix derivation load assertion errors
Felix Uhl
2023-08-02
Add infra for experimental store implemenations
John Ericson
2023-08-02
Add comment explaining the use of `readDirectory(realStoreDir)`
John Ericson
2023-08-02
local-store verifying: Rename `store` to something more clear
John Ericson
2023-07-31
`LocalStore::verifyPath`: Try to clarify data flow with more scopes
John Ericson
2023-07-31
`LocalStore::verifyPath`: Use `StorePathSet` for `store` local var
John Ericson
2023-07-31
Refactor verifyPath to take StorePath instead of Path.
Ben Radford
2023-07-24
Clean up store hierarchy with `IndirectRootStore`
John Ericson
2023-07-24
Make `RemoteStore::ConnectionHandle` part of class and expose
John Ericson
2023-07-24
Move `Store::Params` typedef to `StoreConfig::Params`
John Ericson
2023-07-21
Merge pull request #8724 from obsidiansystems/queryPartialDerivationOutputMap...
John Ericson
2023-07-21
Merge pull request #8650 from obsidiansystems/content-address-simpler
Eelco Dolstra
2023-07-20
Give `queryPartialDerivationOutputMap` an `evalStore` parameter
John Ericson
2023-07-20
Remove unneeded copy
John Ericson
2023-07-20
Tighten `#include`s: `DerivedPath` doesn't care about `Realisation`
John Ericson
2023-07-19
Merge pull request #7973 from fricklerhandwerk/remove-channels
Robert Hensing
2023-07-19
Merge pull request #8315 from fricklerhandwerk/doc-system
Robert Hensing
2023-07-19
fix broken links
Valentin Gagarin
2023-07-19
expand on the `extra-platforms` option
Valentin Gagarin
2023-07-19
mention `extra-platforms`
Valentin Gagarin
[next]