index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
local-store.hh
Age
Commit message (
Expand
)
Author
2024-08-26
libstore: remove static initializers for Store registrations
Pierre Bourdon
2024-07-19
gc: refactor the gc server thread out into a class without changing it
Jade Lovelace
2024-06-01
chore: rebrand Nix to Lix when it makes sense
Raito Bezarius
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2024-05-09
libstore: un-callback-ify Store::queryRealisationUncached
eldritch horrors
2024-05-09
libstore: de-callback-ify Store::queryPathInfoUncached
eldritch horrors
2024-04-23
libstore: Create platform LocalStore subclasses
Artemis Tosini
2024-03-04
Merge pull request #6258 from obsidiansystems/gcc-bug-ergonomics
eldritch horrors
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-21
Merge pull request #8724 from obsidiansystems/queryPartialDerivationOutputMap...
John Ericson
2023-07-20
Give `queryPartialDerivationOutputMap` an `evalStore` parameter
John Ericson
2023-07-07
Simplify `ContentAddress`
John Ericson
2023-06-20
Support opening local store with database on read-only filesystem (#8356)
Ben Radford
2023-04-14
Support `repairPath` on most stores.
John Ericson
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-06
Add `Store::isTrustedClient()`
matthewcroughan
2023-04-02
Move `querySubstitutablePathInfos` from `LocalStore` to `Store`
John Ericson
2023-03-31
Ensure all headers have `#pragma once` and are in API docs
John Ericson
2023-03-23
Register LocalStore to ensure it's included in the manual
Eelco Dolstra
2023-03-22
Improve store setting descriptions / Markdown formatting
Eelco Dolstra
2023-03-21
Support per-store Markdown documentation
Eelco Dolstra
2023-01-17
Move the default profiles to the user’s home
Théophane Hufschmitt
2023-01-03
Fix deadlock between auto-GC and addTempRoot()
Eelco Dolstra
2023-01-03
Move creation of the temp roots file into its own function
Eelco Dolstra
2022-11-03
Merge remote-tracking branch 'origin/master' into auto-uid-allocation
Eelco Dolstra
2022-09-06
Keep created temp dirs inside store, but protect from GC
Andrew Brooks
2022-03-03
Factor out a `GcStore` interface
John Ericson
2022-02-28
Merge remote-tracking branch 'upstream/master' into auto-uid-allocation
John Ericson
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-02-21
Remove std::set alias
Eelco Dolstra
2022-02-16
addToStoreFromDump(): Take std::string_view
Eelco Dolstra
2022-01-25
nix store ping: Report Nix daemon version
Eelco Dolstra
2022-01-18
Add command 'nix store copy-log'
Eelco Dolstra
2022-01-11
Prefer RepairFlag over bool when applicable
Guillaume Maudoux
2022-01-11
Make --repair-path also repair corrupt optimised links
Guillaume Maudoux
2021-11-16
Merge pull request #5472 from NixOS/async-realisation-substitution
Eelco Dolstra
2021-11-09
Merge pull request #5494 from tweag/balsoft/allow-references-in-addPath
Eelco Dolstra
2021-11-09
addToStore, addToStoreFromDump: refactor: pass refs by const reference
Alexander Bantyev
2021-11-03
Expose an async interface for `queryRealisation`
regnat
2021-10-23
addToStore, addToStoreFromDump: add references argument
Alexander Bantyev
2021-10-14
Remove GCState
Eelco Dolstra
2021-10-14
Move deleteFromStore()
Eelco Dolstra
2021-10-14
Make the canReachRoots() traversal non-recursive
Eelco Dolstra
2021-10-13
Fix GC when there are cycles in the referrers graph
Eelco Dolstra
2021-10-13
Simplify
Eelco Dolstra
2021-10-13
Fix auto-gc
Eelco Dolstra
2021-10-13
Non-blocking garbage collector
Eelco Dolstra
[next]