index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
remote-store.cc
Age
Commit message (
Expand
)
Author
2024-10-01
Split ignoreException to avoid suppressing CTRL-C
Robert Hensing
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-07-16
libstore: remove remaining sinkToSource uses
eldritch horrors
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-07-05
libstore: convert dumpPath to a generator
eldritch horrors
2024-07-03
libutil: begin porting serialization to generators
eldritch horrors
2024-06-19
libstore: remove operations that are never called by supported clients
Jade Lovelace
2024-06-16
libstore client: remove remaining dead code
Jade Lovelace
2024-06-16
libstore: refuse to serialise ancient protocols
Jade Lovelace
2024-06-16
libstore client: remove support for <2.3 clients
Jade Lovelace
2024-06-16
Harmonise the Store::queryPathInfoUncached interface
julia
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2024-05-19
libstore: fix old RemoteStore::addToStore serializer
eldritch horrors
2024-05-10
libutil: remove callback.hh
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-04-05
Revert "libutil: remove Pool::Handle::bad"
eldritch horrors
2024-04-05
Revert "libstore: using throwing finally in withFramedSink"
eldritch horrors
2024-04-05
Revert "libutil: drop Fs{Source,Sink}::good"
eldritch horrors
2024-03-31
libutil: drop Fs{Source,Sink}::good
eldritch horrors
2024-03-31
libstore: using throwing finally in withFramedSink
eldritch horrors
2024-03-31
libutil: remove Pool::Handle::bad
eldritch horrors
2024-03-31
libutil: remove Pool::flushBad
eldritch horrors
2024-03-24
libstore: despecialcase protocol version check
eldritch horrors
2024-03-11
util.hh: split out signals stuff
Jade Lovelace
2024-03-04
Merge pull request #9798 from edolstra/remote-store-eof
eldritch horrors
2024-03-04
Merge pull request #9687 from edolstra/withFramedSink-ctrl-c-hang
eldritch horrors
2024-03-04
Merge pull request #9666 from unblevable/dervation-typo
eldritch horrors
2024-03-04
Merge pull request #9600 from SharzyL/fix_nix_copy
eldritch horrors
2024-03-04
Merge pull request #6223 from obsidiansystems/worker-proto-with-version
eldritch horrors
2023-09-07
Special-case error message to add extra information
John Ericson
2023-08-10
Make the Derived Path family of types inductive for dynamic derivations
John Ericson
2023-07-24
Clean up store hierarchy with `IndirectRootStore`
John Ericson
2023-07-24
Make `RemoteStore::ConnectionHandle` part of class and expose
John Ericson
2023-07-20
Give `queryPartialDerivationOutputMap` an `evalStore` parameter
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-17
Revert "Revert "Use template structs instead of phantoms""
John Ericson
2023-05-17
Move `worker_proto` defs out of `remote-store.cc` to own file
John Ericson
2023-05-09
Add name to some error messages
John Ericson
2023-04-17
`TextHashMethod` -> `TextIngestionMethod`, gate with XP feature
John Ericson
2023-04-17
Merge remote-tracking branch 'upstream/master' into ca-drv-exotic
John Ericson
2023-04-17
Merge pull request #6312 from obsidiansystems/keyed-build-result
Robert Hensing
2023-04-17
Merge remote-tracking branch 'upstream/master' into ca-drv-exotic
John Ericson
2023-04-17
Merge pull request #3746 from obsidiansystems/path-info
Robert Hensing
[next]