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-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
2023-03-09
Display progress when running copyPaths (nix copy)
Alexander Bantyev
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2023-02-28
Always set valid in path-info --json output
Matthew Kenigsberg
2023-02-28
No inheritance for `TextInfo` and `FixedOutputInfo`
John Ericson
2023-02-28
Revert "Remove some designated initializers"
John Ericson
2023-02-28
Clarify store path grammar and improve comment on `makeType`
John Ericson
2023-02-28
Fix typo in the method name
John Ericson
2023-02-02
Merge branch 'master' into path-info
John Ericson
2023-02-01
Remove an unused capture
Eelco Dolstra
2023-02-01
Remove some designated initializers
John Ericson
2023-01-30
Avoid some `StorePath` <-> `Path` round trips
John Ericson
2023-01-23
Don't add `StorePathDescriptor` for now
John Ericson
2023-01-14
Make `ValidPathInfo` have plain `StorePathSet` references like before
John Ericson
2023-01-14
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2023-01-13
Move `ValidPathInfo` defintions to `path-info.cc`
John Ericson
2023-01-13
Move new `ValidPathInfo` methods to path-info.cc
John Ericson
2023-01-13
Merge pull request #7430 from tweag/ca/fix-nix-log
Théophane Hufschmitt
2023-01-06
Do big rename to clean up code
John Ericson
2023-01-06
Optimize `ValidPathInfo` construction a bit better
John Ericson
[next]