index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
store-api.cc
Age
Commit message (
Expand
)
Author
2024-10-08
Fix gcc warning -Wmissing-field-initializers
Lulu
2024-10-01
Split ignoreException to avoid suppressing CTRL-C
Robert Hensing
2024-09-14
Merge changes Ia1481da4,Ifca1d74d into main
jade
2024-09-13
archive: refactor bad mutable-state API in the NAR parse listener
Jade Lovelace
2024-09-11
archive: rename ParseSink to NARParseVisitor
Jade Lovelace
2024-08-28
tree-wide: shuffle headers around for about 30s compile time
Jade Lovelace
2024-08-26
libstore: remove static initializers for Store registrations
Pierre Bourdon
2024-08-08
refactor: make HashType and Base enum classes for type safety
Jade Lovelace
2024-07-16
libstore: remove remaining sinkToSource uses
eldritch horrors
2024-07-15
libstore: rewrite narFromPath as generator
eldritch horrors
2024-07-05
libutil: convert readFileSource to a generator
eldritch horrors
2024-07-05
libstore: convert dumpPath to a generator
eldritch horrors
2024-06-23
libutil: remove sinkToSource eof callback
eldritch horrors
2024-06-20
Merge "libstore: fix queryValidPaths concurrency" into main
jade
2024-06-19
libutil: return a source from readFile
eldritch horrors
2024-06-18
libstore: fix queryValidPaths concurrency
Jade Lovelace
2024-06-18
store-api: fix/clarify capture lifetimes in copyPaths
Jade Lovelace
2024-06-16
libstore: refuse to serialise ancient protocols
Jade Lovelace
2024-06-16
Harmonise the Store::queryPathInfoUncached interface
julia
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-29
util.{hh,cc}: Split out users.{hh,cc}
Tom Hubrecht
2024-05-24
libstore: parse the buildMode instead of unchecked cast
Jade Lovelace
2024-05-10
libutil: remove callback.hh
eldritch horrors
2024-05-09
libstore: de-callback-ify Store::queryRealisation
eldritch horrors
2024-05-09
libstore: un-callback-ify Store::queryRealisationUncached
eldritch horrors
2024-05-09
libstore: de-callback-ify Store::queryPathInfoUncached
eldritch horrors
2024-05-06
fix fallback chroot store creation after b247ef72d
Qyriad
2024-04-27
Fix progress bar on copyPaths
Puck Meerburg
2024-04-23
libstore: Create platform LocalStore subclasses
Artemis Tosini
2024-03-11
util.hh: split out signals stuff
Jade Lovelace
2024-03-04
Merge pull request #9992 from edolstra/fix-warning
eldritch horrors
2024-03-04
Merge pull request #9804 from edolstra/missing-nar-crash
eldritch horrors
2024-03-04
Merge pull request #9662 from shlevy/flat-fixed-references-assert
eldritch horrors
2024-03-04
Merge pull request #9588 from obsidiansystems/queryDerivationOutputMap-evalStore
eldritch horrors
2024-03-04
Merge pull request #9289 from edolstra/fix-warnings
eldritch horrors
2024-03-04
Merge pull request #6223 from obsidiansystems/worker-proto-with-version
eldritch horrors
2023-08-02
Add infra for experimental store implemenations
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-04-07
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2023-04-02
Move `querySubstitutablePathInfos` from `LocalStore` to `Store`
John Ericson
2023-03-31
Replace unnecessary Sync<uint64_t> with std::atomic<uint64_t>
Patrick Jackson
2023-03-30
Only lock once
Patrick Jackson
2023-03-30
Fix data race in copyPaths
Patrick Jackson
2023-03-30
Use "raw pattern" for content address types
John Ericson
2023-03-30
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2023-03-20
Move enabled experimental feature to libutil struct
John Ericson
2023-03-10
Merge pull request #8015 from tweag/progress-during-nix-copy
Théophane Hufschmitt
[next]