index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
export-import.cc
Age
Commit message (
Expand
)
Author
2024-08-08
refactor: make HashType and Base enum classes for type safety
Jade Lovelace
2024-07-16
libstore: remove WriteConn::sink fields
eldritch horrors
2024-07-16
libstore: generatorize protocol serializers
eldritch horrors
2024-07-15
libstore: rewrite narFromPath as generator
eldritch horrors
2024-07-11
libstore: turn copyNAR into a generator
eldritch horrors
2024-03-24
libstore: un-inline copyNAR expansions
eldritch horrors
2024-03-04
Merge pull request #9099 from obsidiansystems/common-proto
eldritch horrors
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-17
Revert "Revert "Use template structs instead of phantoms""
John Ericson
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2022-01-18
Get rid of std::shared_ptr<std::string> and ref<std::string>
Eelco Dolstra
2020-09-30
nix::worker_proto -> worker_proto
John Ericson
2020-09-30
Revert "Use template structs instead of phantoms"
John Ericson
2020-08-19
Merge branch 'master' of github.com:NixOS/nix into templated-daemon-protocol
John Ericson
2020-08-06
Use template structs instead of phantoms
Carlo Nucera
2020-08-06
Merge branch 'drv-outputs-map-allow-missing-namespace' of github.com:obsidian...
Carlo Nucera
2020-08-06
Minimize the usage of `Hash::dummy`
John Ericson
2020-08-05
Remove optionality in ValidPathInfo::narInfo
Carlo Nucera
2020-08-04
WIP systematize more of the worker protocol
John Ericson
2020-07-27
Merge remote-tracking branch 'upstream/master' into hash-always-has-type
John Ericson
2020-07-21
Merge remote-tracking branch 'upstream/master' into better-ca-parse-errors
John Ericson
2020-07-16
Optimize `addToStoreSlow` and remove `TeeParseSink`
John Ericson
2020-07-15
Merge branch 'master' of github.com:NixOS/nix into hash-always-has-type
Carlo Nucera
2020-07-13
Remove 'accessor' from addToStore()
Eelco Dolstra
2020-07-13
NarAccessor: Run in constant memory
Eelco Dolstra
2020-07-13
Make 'nix copy' to file:// binary caches run in constant memory
Eelco Dolstra
2020-06-19
WIP bug fixing
Carlo Nucera
2020-06-18
Revert the `enum struct` change
John Ericson
2020-06-18
Merge branch 'enum-class' into no-hash-type-unknown
John Ericson
2020-06-18
Merge remote-tracking branch 'upstream/master' into enum-class
John Ericson
2020-06-16
Remove StorePath::clone() and related functions
Eelco Dolstra
2020-06-03
libutils/hash: remove default encoding
zimbatm
2020-06-02
Merge remote-tracking branch 'upstream/master' into no-hash-type-unknown
John Ericson
2020-06-02
Remove `HashType::Unknown`
John Ericson
2020-05-29
Remove addToStore variant as requested by `FIXME`
John Ericson
2020-03-29
Use `enum struct` and drop prefixes
John Ericson
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-07-04
Support base-64 hashes
Eelco Dolstra
2017-07-03
Replace a few bool flags with enums
Eelco Dolstra
2017-05-16
Improve progress indicator
Eelco Dolstra
2017-03-01
TeeSink: Pre-reserve string space
Eelco Dolstra
2017-03-01
RemoteStore::addToStore(): Send NAR rather than string containing NAR
Eelco Dolstra
2017-03-01
Handle importing NARs containing files greater than 4 GiB
Eelco Dolstra
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-10-21
Remove addPathToAccessor
Eelco Dolstra
2016-10-21
BinaryCacheStore: Optionally write a NAR listing
Eelco Dolstra
[next]