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-04-19
Merge pull request #8233 from wentasah/narinfo-corrupt-reason
Théophane Hufschmitt
2023-04-18
Make "NAR info file is corrupt" messages more informative
Michal Sojka
2023-04-17
Gate experimental features in `DerivationOutput::fromJSON`
John Ericson
2023-04-17
Merge pull request #8230 from obsidiansystems/daemon-trust-override
Robert Hensing
2023-04-17
Experimentally allow forcing `nix-daemon` trust; use this to test
John Ericson
2023-04-17
Fix some issues with experimental config settings
John Ericson
2023-04-17
Merge pull request #6312 from obsidiansystems/keyed-build-result
Robert Hensing
2023-04-17
Merge pull request #3746 from obsidiansystems/path-info
Robert Hensing
2023-04-17
Explain various `.self = false,`
John Ericson
2023-04-17
Merge pull request #7732 from hercules-ci/make-initLibStore-viable-alternative
John Ericson
2023-04-17
Merge pull request #8193 from hercules-ci/dry-strings
Robert Hensing
2023-04-16
Mark experimental configuration settings programmatically
John Ericson
2023-04-15
Format
Robert Hensing
2023-04-15
Introduce `SingleDrvOutputs`
John Ericson
2023-04-15
Make restarting state machines explicit
John Ericson
2023-04-15
Make `KeyedBuildResult`, `BuildResult` like before, and fix bug another way
John Ericson
2023-04-15
Introduce `Worker::makeGoal`
John Ericson
2023-04-15
Merge pull request #8214 from raphaelr/installable-derived-path-warn
Robert Hensing
2023-04-14
Legacy vs non-legacy `to_string`/`parse` for `DerivedPath`
John Ericson
2023-04-14
Merge pull request #8217 from obsidiansystems/push-get-fs-accessor-unsupporte...
Robert Hensing
2023-04-14
Display valid installable in InstallableDerivedPath::parse warning
Raphael Robatsch
2023-04-13
Push `getFSAccessor` `unsupported(...)` down `Store` class hierarchy
John Ericson
2023-04-11
Move warning timing logic into handleSQLiteBusy.
Ben Radford
2023-04-11
Warn after a second of being busy instead of immediately.
Ben Radford
2023-04-09
Deduplicate string literal rendering, fix 4909
Robert Hensing
2023-04-07
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2023-04-07
libstore: Remove lockCPU dead code
Robert Hensing
2023-04-07
libstore: Remove lockCPU dead code
Robert Hensing
2023-04-07
Move initLibUtil() from initNix to initLibStore
Robert Hensing
2023-04-07
Move macOS TMPDIR hack from initNix to initLibStore
Robert Hensing
2023-04-07
Move preloadNSS() from initNix to initLibStore
Robert Hensing
2023-04-07
Move sodium_init() to initLibStore()
Robert Hensing
2023-04-07
Move loadConfFile() to initLibStore
Robert Hensing
2023-04-07
Finish converting existing comments for internal API docs (#8146)
John Ericson
2023-04-07
Liberate `checkDerivationOutputs` from `LocalStore`
John Ericson
2023-04-07
Include the name in the JSON for derivations
John Ericson
2023-04-07
Create `Derivation::fromJSON`
John Ericson
2023-04-06
Add `Store::isTrustedClient()`
matthewcroughan
2023-04-03
Allow open switch-enum in 5 places
Robert Hensing
2023-04-03
Add explicit case statements where -Wswitch-enum would report them
Robert Hensing
2023-04-03
Fix BuildResult.toString() for NoSubstituters
Robert Hensing
2023-04-02
Move `querySubstitutablePathInfos` from `LocalStore` to `Store`
John Ericson
2023-04-01
Add comparison methods for content addresses
John Ericson
2023-04-01
Merge pull request #8122 from bjornfor/use-nix-store-l-unless-experimental-en...
John Ericson
2023-03-31
Ensure all headers have `#pragma once` and are in API docs
John Ericson
2023-03-31
Extend internal API docs, part 2
John Ericson
2023-03-31
Replace unnecessary Sync<uint64_t> with std::atomic<uint64_t>
Patrick Jackson
2023-03-31
Merge pull request #8018 from tweag/ssh-password-prompt
Théophane Hufschmitt
2023-03-30
Only lock once
Patrick Jackson
2023-03-30
Fix data race in copyPaths
Patrick Jackson
[next]