index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
local-store.cc
Age
Commit message (
Expand
)
Author
2022-11-21
Fix indentation
Eelco Dolstra
2022-11-03
Merge remote-tracking branch 'origin/master' into auto-uid-allocation
Eelco Dolstra
2022-09-22
Dodge "trusted" vs "trustworthy" by being explicit
John Ericson
2022-09-22
"valid signature" -> "trustworthy signature"
John Ericson
2022-09-19
Improve durability of schema version file writes
squalus
2022-09-12
Address PR feedback on #6694
Andrew Brooks
2022-09-06
Keep created temp dirs inside store, but protect from GC
Andrew Brooks
2022-09-02
Prevent tempdir from being GC-ed before addToStoreFromDump has renamed it
Andrew Brooks
2022-08-03
Only use `renameFile` where needed
Théophane Hufschmitt
2022-08-03
moveFile -> renameFile
Théophane Hufschmitt
2022-08-03
Create a wrapper around stdlib’s `rename`
Théophane Hufschmitt
2022-05-04
Get rid of most `.at` calls (#6393)
Alain Zscheile
2022-04-21
ca: add sqlite index on `RealisationsRefs(realisationReference)`
Sergei Trofimovich
2022-04-21
Make sure to delete all the realisation refs
regnat
2022-04-21
Fix the gc with indirect self-references via the realisations
regnat
2022-04-20
Actually, solve this in a lighter-weight way
John Ericson
2022-04-20
Move templated functions to `sqlite-impl.hh`
John Ericson
2022-04-19
Avoid `fmt` when constructor already does it
John Ericson
2022-03-31
Add support for impure derivations
Eelco Dolstra
2022-03-29
Simplify the handling of the hash modulo
Théophane Hufschmitt
2022-03-18
Generalize `DerivationType` in preparation for impure derivations
John Ericson
2022-03-17
Clean up `DerivationOutput`, and headers
John Ericson
2022-03-11
Reduce variants for derivation hash modulo
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-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-18
Get rid of std::shared_ptr<std::string> and ref<std::string>
Eelco Dolstra
2022-01-11
Make --repair-path also repair corrupt optimised links
Guillaume Maudoux
2021-12-14
Merge pull request #5366 from trofi/speedup-ca-query
Théophane Hufschmitt
2021-12-10
Merge branch 'master' of https://github.com/MagicRB/nix
Eelco Dolstra
2021-11-30
Fix #5299
John Ericson
2021-11-16
Merge pull request #5472 from NixOS/async-realisation-substitution
Eelco Dolstra
2021-11-10
ca-specific-schema.sql: add index on RealisationsRefs(referrer) and (outputPath)
Sergei Trofimovich
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-08
Unshare mount namespace in main()
Eelco Dolstra
2021-11-08
Merge branch 'fix-writable-shell' of https://github.com/yorickvP/nix
Eelco Dolstra
2021-11-05
addPath: allow paths with references
Alexander Bantyev
2021-11-03
Expose an async interface for `queryRealisation`
regnat
2021-10-28
Merge remote-tracking branch 'origin/master' into non-blocking-gc
Eelco Dolstra
2021-10-26
Make experimental-features a proper type
regnat
2021-10-23
addToStore, addToStoreFromDump: add references argument
Alexander Bantyev
2021-10-15
Restore parent mount namespace in restoreProcessContext
Yorick van Pelt
2021-10-14
pathInfoCache: Use the entire base name as the cache key
Eelco Dolstra
2021-10-13
Fix auto-gc
Eelco Dolstra
2021-10-13
Non-blocking garbage collector
Eelco Dolstra
2021-10-13
Remove trash directory
Eelco Dolstra
2021-09-30
`std::visit` by reference
John Ericson
[next]