index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
remote-store.hh
Age
Commit message (
Expand
)
Author
2024-08-08
refactor: make HashType and Base enum classes for type safety
Jade Lovelace
2024-07-15
libstore: rewrite narFromPath as generator
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-03-31
libutil: remove Pool::flushBad
eldritch horrors
2024-03-04
Merge pull request #6258 from obsidiansystems/gcc-bug-ergonomics
eldritch horrors
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-05-19
Merge pull request #8215 from obsidiansystems/general-repair-path
Eelco Dolstra
2023-04-17
Merge remote-tracking branch 'upstream/master' into ca-drv-exotic
John Ericson
2023-04-17
Merge remote-tracking branch 'upstream/master' into ca-drv-exotic
John Ericson
2023-04-15
Make `KeyedBuildResult`, `BuildResult` like before, and fix bug another way
John Ericson
2023-04-14
Support `repairPath` on most stores.
John Ericson
2023-04-07
Finish converting existing comments for internal API docs (#8146)
John Ericson
2023-04-06
Add `Store::isTrustedClient()`
matthewcroughan
2023-04-01
Merge commit 'aa99005004bccc9be506a2a2f162f78bad4bcb41' into ca-drv-exotic
John Ericson
2023-03-31
Ensure all headers have `#pragma once` and are in API docs
John Ericson
2023-03-22
Improve store setting descriptions / Markdown formatting
Eelco Dolstra
2023-03-01
Remove dead code `RemoteStore::sameMachine`
John Ericson
2023-01-06
Merge branch 'path-info' into ca-drv-exotic
John Ericson
2022-08-22
Indentation
Eelco Dolstra
2022-06-08
Restore the "low-latency" ssh copying
Théophane Hufschmitt
2022-03-25
Merge branch 'path-info' into ca-drv-exotic
John Ericson
2022-03-11
Factor out a `LogStore` interface
John Ericson
2022-03-10
Merge branch 'path-info' into ca-drv-exotic
John Ericson
2022-03-08
Add Store::buildPathsWithResults()
Eelco Dolstra
2022-03-03
Factor out a `GcStore` interface
John Ericson
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-02-16
addToStoreFromDump(): Take std::string_view
Eelco Dolstra
2022-01-25
nix store ping: Report Nix daemon version
Eelco Dolstra
2022-01-18
Add command 'nix store copy-log'
Eelco Dolstra
2021-11-16
Merge pull request #5472 from NixOS/async-realisation-substitution
Eelco Dolstra
2021-11-09
Merge pull request #5494 from tweag/balsoft/allow-references-in-addPath
Eelco Dolstra
2021-11-09
addToStore, addToStoreFromDump: refactor: pass refs by const reference
Alexander Bantyev
2021-11-05
Make the flake options work when using the daemon
regnat
2021-11-03
Expose an async interface for `queryRealisation`
regnat
2021-10-23
addToStore, addToStoreFromDump: add references argument
Alexander Bantyev
2021-10-13
Remove syncWithGC()
Eelco Dolstra
2021-09-30
Merge branch 'path-info' into ca-drv-exotic
John Ericson
2021-09-23
Shut down write side before draining the read side
Eelco Dolstra
2021-07-26
Low-latency closure copy
Eelco Dolstra
2021-07-22
buildPaths(): Add an evalStore argument
Eelco Dolstra
2021-07-22
Hacky fast closure copying mechanism
Eelco Dolstra
2021-04-05
Merge commit '1b6cf0d5f56e166a1cbbf38142375b7a92fc88f2' into ca-drv-exotic
John Ericson
2021-04-05
Merge commit 'd5cef6c33a051dfc672cb1e5f4739948b167315b' into ca-drv-exotic
John Ericson
2021-04-05
Rename Buildable
John Ericson
2021-04-05
Use `BuildableReq` for `buildPaths` and `ensurePath`
John Ericson
2021-02-25
Merge remote-tracking branch 'obsidian/path-info' into ca-drv-exotic
John Ericson
[next]