index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
path-info.cc
Age
Commit message (
Expand
)
Author
2024-08-28
tree-wide: shuffle headers around for about 30s compile time
Jade Lovelace
2024-08-08
refactor: make HashType and Base enum classes for type safety
Jade Lovelace
2024-03-04
Merge pull request #6223 from obsidiansystems/worker-proto-with-version
eldritch horrors
2024-03-04
Merge pull request #9157 from obsidiansystems/protocol-versions
Robert Hensing
2023-07-07
Simplify `ContentAddress`
John Ericson
2023-06-19
Create `worker_proto::{Read,Write}Conn`
John Ericson
2023-06-19
Put worker protocol items inside a `WorkerProto` struct
John Ericson
2023-06-19
Split out worker protocol template definitions from declarations
John Ericson
2023-05-22
Merge pull request #8365 from obsidiansystems/proto-structs
Théophane Hufschmitt
2023-05-18
Don't use `store-api.hh` in `worker-protocol.hh`
John Ericson
2023-05-17
Revert "Revert "Use template structs instead of phantoms""
John Ericson
2023-03-30
Use "raw pattern" for content address types
John Ericson
2023-02-28
No inheritance for `TextInfo` and `FixedOutputInfo`
John Ericson
2023-02-28
Revert "Remove some designated initializers"
John Ericson
2023-02-28
Fix typo in the method name
John Ericson
2023-02-01
Remove some designated initializers
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
2021-09-30
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2021-07-26
Low-latency closure copy
Eelco Dolstra