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
2020-09-16
Remove useless exception copy
Théophane Hufschmitt
2020-09-16
Fix the s3 store
regnat
2020-09-16
Don't include nlohmann/json.hpp in config.hh
regnat
2020-09-16
Add `(StoreConfig*)` casts to work around a GCC bug
regnat
2020-09-16
Fix build issues with gcc
regnat
2020-09-16
Add a name to the stores
regnat
2020-09-16
Document the new store hierarchy
regnat
2020-09-16
fixup! Make the store plugins more introspectable
regnat
2020-09-16
fixup! Correctly call all the parent contructors of the stores
regnat
2020-09-16
Properly filter the stores according to their declared uriSchemes
regnat
2020-09-16
Correctly call all the parent contructors of the stores
regnat
2020-09-16
Separate store configs from the implems
regnat
2020-09-16
fixup! Separate the instantiation and initialisation of the stores
regnat
2020-09-16
Complete the `toJSON` instance for `Setting<T>`
regnat
2020-09-16
Separate the instantiation and initialisation of the stores
regnat
2020-09-16
Fix the registration of stores
regnat
2020-09-16
Make the store plugins more introspectable
regnat
2020-09-15
Rename `Derivation::pathOpt` to `Derivation::path`
John Ericson
2020-09-15
Get rid of confusing `std::optional<bool>` for validity
John Ericson
2020-09-15
Don't link deriver until after any delayed exception is thrown
John Ericson
2020-09-15
Merge remote-tracking branch 'upstream/master' into single-ca-drv-build
John Ericson
2020-09-15
gracefully handle old daemon versions
regnat
2020-09-14
nix-daemon: Lower verbosity of restricted setting warning
Eelco Dolstra
2020-09-13
Fix unspecified behaviour in readStorePathCAMap
aszlig
2020-09-04
Fix some of the issues raised by @edolstra
John Ericson
2020-09-04
Apply suggestions from code review
John Ericson
2020-09-04
Don't chmod symlink before moving outputs around
John Ericson
2020-09-03
Merge remote-tracking branch 'upstream/master' into single-ca-drv-build
John Ericson
2020-09-03
Remove gc-check-reachability
Eelco Dolstra
2020-09-03
addPermRoot(): Remove indirect flag
Eelco Dolstra
2020-09-03
createGeneration(): Always create an indirect root
Eelco Dolstra
2020-09-03
createGeneration(): Take a StorePath
Eelco Dolstra
2020-09-01
Allow HTTP binary cache to request absolute uris
Domen Kožar
2020-09-01
Merge remote-tracking branch 'upstream/master' into single-ca-drv-build
John Ericson
2020-08-31
Merge remote-tracking branch 'origin/master' into markdown
Eelco Dolstra
2020-08-28
Merge remote-tracking branch 'upstream/master' into single-ca-drv-build
John Ericson
2020-08-27
Merge pull request #3434 from Ericson2314/derivation-header-include-order
Eelco Dolstra
2020-08-27
RemoteStore::addToStore(): Fix race between stderrThread and NAR writer
Eelco Dolstra
2020-08-25
Merge remote-tracking branch 'origin/master' into markdown
Eelco Dolstra
2020-08-24
Add DummyStore (dummy://)
Eelco Dolstra
2020-08-24
Merge pull request #3950 from obsidiansystems/tabs-spaces
Eelco Dolstra
2020-08-23
`writeDerivation` just needs a plain store reference
John Ericson
2020-08-21
"Downstream placeholders" should not be store paths
John Ericson
2020-08-21
tabs -> spaces
John Ericson
2020-08-20
Merge remote-tracking branch 'upstream/master' into single-ca-drv-build
John Ericson
2020-08-20
Rename drv output querying functions, like master
John Ericson
2020-08-20
Merge pull request #3859 from obsidiansystems/drv-outputs-map-allow-missing
Eelco Dolstra
2020-08-20
Rename drv output querying functions
John Ericson
2020-08-20
Config: Use nlohmann/json
Eelco Dolstra
2020-08-19
Generate the nix.conf docs from the source code
Eelco Dolstra
[next]