aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2023-04-19Merge pull request #8233 from wentasah/narinfo-corrupt-reasonThéophane Hufschmitt
2023-04-18Make "NAR info file is corrupt" messages more informativeMichal Sojka
2023-04-17Gate experimental features in `DerivationOutput::fromJSON`John Ericson
2023-04-17Merge pull request #8230 from obsidiansystems/daemon-trust-overrideRobert Hensing
2023-04-17Experimentally allow forcing `nix-daemon` trust; use this to testJohn Ericson
2023-04-17Fix some issues with experimental config settingsJohn Ericson
2023-04-17Merge pull request #6312 from obsidiansystems/keyed-build-resultRobert Hensing
2023-04-17Merge pull request #3746 from obsidiansystems/path-infoRobert Hensing
2023-04-17Explain various `.self = false,`John Ericson
2023-04-17Merge pull request #7732 from hercules-ci/make-initLibStore-viable-alternativeJohn Ericson
2023-04-17Merge pull request #8193 from hercules-ci/dry-stringsRobert Hensing
2023-04-16Mark experimental configuration settings programmaticallyJohn Ericson
2023-04-15FormatRobert Hensing
2023-04-15Introduce `SingleDrvOutputs`John Ericson
2023-04-15Make restarting state machines explicitJohn Ericson
2023-04-15Make `KeyedBuildResult`, `BuildResult` like before, and fix bug another wayJohn Ericson
2023-04-15Introduce `Worker::makeGoal`John Ericson
2023-04-15Merge pull request #8214 from raphaelr/installable-derived-path-warnRobert Hensing
2023-04-14Legacy vs non-legacy `to_string`/`parse` for `DerivedPath`John Ericson
2023-04-14Merge pull request #8217 from obsidiansystems/push-get-fs-accessor-unsupporte...Robert Hensing
2023-04-14Display valid installable in InstallableDerivedPath::parse warningRaphael Robatsch
2023-04-13Push `getFSAccessor` `unsupported(...)` down `Store` class hierarchyJohn Ericson
2023-04-11Move warning timing logic into handleSQLiteBusy.Ben Radford
2023-04-11Warn after a second of being busy instead of immediately.Ben Radford
2023-04-09Deduplicate string literal rendering, fix 4909Robert Hensing
2023-04-07Merge remote-tracking branch 'upstream/master' into path-infoJohn Ericson
2023-04-07libstore: Remove lockCPU dead codeRobert Hensing
2023-04-07libstore: Remove lockCPU dead codeRobert Hensing
2023-04-07Move initLibUtil() from initNix to initLibStoreRobert Hensing
2023-04-07Move macOS TMPDIR hack from initNix to initLibStoreRobert Hensing
2023-04-07Move preloadNSS() from initNix to initLibStoreRobert Hensing
2023-04-07Move sodium_init() to initLibStore()Robert Hensing
2023-04-07Move loadConfFile() to initLibStoreRobert Hensing
2023-04-07Finish converting existing comments for internal API docs (#8146)John Ericson
2023-04-07Liberate `checkDerivationOutputs` from `LocalStore`John Ericson
2023-04-07Include the name in the JSON for derivationsJohn Ericson
2023-04-07Create `Derivation::fromJSON`John Ericson
2023-04-06Add `Store::isTrustedClient()`matthewcroughan
2023-04-03Allow open switch-enum in 5 placesRobert Hensing
2023-04-03Add explicit case statements where -Wswitch-enum would report themRobert Hensing
2023-04-03Fix BuildResult.toString() for NoSubstitutersRobert Hensing
2023-04-02Move `querySubstitutablePathInfos` from `LocalStore` to `Store`John Ericson
2023-04-01Add comparison methods for content addressesJohn Ericson
2023-04-01Merge pull request #8122 from bjornfor/use-nix-store-l-unless-experimental-en...John Ericson
2023-03-31Ensure all headers have `#pragma once` and are in API docsJohn Ericson
2023-03-31Extend internal API docs, part 2John Ericson
2023-03-31Replace unnecessary Sync<uint64_t> with std::atomic<uint64_t>Patrick Jackson
2023-03-31Merge pull request #8018 from tweag/ssh-password-promptThéophane Hufschmitt
2023-03-30Only lock oncePatrick Jackson
2023-03-30Fix data race in copyPathsPatrick Jackson