aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2023-08-07Fix misread of source if path is already validSimon Rainerson
2023-08-06Merge pull request #8760 from iFreilicht/fix-json-load-assertion-errorsJohn Ericson
2023-08-05Fix derivation load assertion errorsFelix Uhl
2023-08-02Add infra for experimental store implemenationsJohn Ericson
2023-08-02Add comment explaining the use of `readDirectory(realStoreDir)`John Ericson
2023-08-02local-store verifying: Rename `store` to something more clearJohn Ericson
2023-07-31`LocalStore::verifyPath`: Try to clarify data flow with more scopesJohn Ericson
2023-07-31`LocalStore::verifyPath`: Use `StorePathSet` for `store` local varJohn Ericson
2023-07-31Refactor verifyPath to take StorePath instead of Path.Ben Radford
2023-07-24Clean up store hierarchy with `IndirectRootStore`John Ericson
2023-07-24Make `RemoteStore::ConnectionHandle` part of class and exposeJohn Ericson
2023-07-24Move `Store::Params` typedef to `StoreConfig::Params`John Ericson
2023-07-21Merge pull request #8724 from obsidiansystems/queryPartialDerivationOutputMap...John Ericson
2023-07-21Merge pull request #8650 from obsidiansystems/content-address-simplerEelco Dolstra
2023-07-20Give `queryPartialDerivationOutputMap` an `evalStore` parameterJohn Ericson
2023-07-20Remove unneeded copyJohn Ericson
2023-07-20Tighten `#include`s: `DerivedPath` doesn't care about `Realisation`John Ericson
2023-07-19Merge pull request #7973 from fricklerhandwerk/remove-channelsRobert Hensing
2023-07-19Merge pull request #8315 from fricklerhandwerk/doc-systemRobert Hensing
2023-07-19fix broken linksValentin Gagarin
2023-07-19expand on the `extra-platforms` optionValentin Gagarin
2023-07-19mention `extra-platforms`Valentin Gagarin
2023-07-19fix wordingValentin Gagarin
2023-07-19add cross-linksValentin Gagarin
2023-07-19shorten `system` setting descriptionValentin Gagarin
2023-07-19move docs of the current system to the system settingValentin Gagarin
2023-07-19one line per sentence for easier reviewValentin Gagarin
2023-07-18Merge pull request #8506 from corngood/ssh-masterRobert Hensing
2023-07-17Merge pull request #8342 from NixLayeredStore/best-effort-supplementary-groupsThéophane Hufschmitt
2023-07-14Test nested sandboxing, and make nicer errorJohn Ericson
2023-07-13Feature gate `DownstreamPlaceholder::unknownCaOutput`John Ericson
2023-07-12Move `BuiltPath` to its own header/C++ file in libcmdJohn Ericson
2023-07-12Update src/libstore/globals.hhBen Radford
2023-07-12Update src/libstore/globals.hhBen Radford
2023-07-11Say a bit about default value in setting description.Ben Radford
2023-07-11Default should depend on whether we are root.Ben Radford
2023-07-11Be clearer about the security implications.Ben Radford
2023-07-11Update description for require-drop-supplementary-groups.Ben Radford
2023-07-11Always attempt setgroups but allow failure to be ignored.Ben Radford
2023-07-11Merge remote-tracking branch 'origin/master' into best-effort-supplementary-g...Ben Radford
2023-07-07Simplify `ContentAddress`John Ericson
2023-06-30makeContentAddressed: Add single path helperRobert Hensing
2023-06-30linkOrCopy: Fallback upon cross-device link error (EXDEV)Yueh-Shun Li
2023-06-27Allow to sign path as unprivileged userJean-François Roche
2023-06-23Merge pull request #8519 from fricklerhandwerk/reword-trusted-usersRobert Hensing
2023-06-22Better document build failure exit codesJohn Ericson
2023-06-21Merge pull request #8374 from obsidiansystems/improve-path-settingJohn Ericson
2023-06-20Merge pull request #8552 from edolstra/fix-eagainEelco Dolstra
2023-06-20Support opening local store with database on read-only filesystem (#8356)Ben Radford
2023-06-20GC server: Clear O_NONBLOCK on the right file descriptorEelco Dolstra