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
2023-02-01
Remove an unused capture
Eelco Dolstra
2023-01-30
Avoid some `StorePath` <-> `Path` round trips
John Ericson
2023-01-13
Move `ValidPathInfo` defintions to `path-info.cc`
John Ericson
2023-01-13
Merge pull request #7430 from tweag/ca/fix-nix-log
Théophane Hufschmitt
2022-12-24
libstore: Make sure that initNix has been called
Robert Hensing
2022-12-08
fix missing function after rebase
Taeer Bar-Yam
2022-12-08
Fix `nix log` with CA derivations
regnat
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-11-16
Replace src/libutil/json.cc with nlohmann json generation
Yorick van Pelt
2022-10-12
Make warning about chroot store location more accurate
Steam Deck User
2022-08-24
Remove redundant Finally
Eelco Dolstra
2022-08-24
Fix macOS build
Eelco Dolstra
2022-08-23
Fix a hang in nix-copy-ssh.sh
Eelco Dolstra
2022-07-20
Merge branch 'master' into parallel-nix-copy
Théophane Hufschmitt
2022-07-19
Don't ultimately trust the signed paths
Théophane Hufschmitt
2022-07-15
Disable auto-chroot if $NIX_STATE_DIR is set
Eelco Dolstra
2022-07-14
Disable auto-chroot if $NIX_STORE_DIR is set
Eelco Dolstra
2022-06-29
Don't fail if we can't create ~/.local/share/nix/root
Eelco Dolstra
2022-06-24
Only do the auto chroot store on Linux
Eelco Dolstra
2022-06-23
Fix typo
Eelco Dolstra
2022-06-23
Automatically use a chroot store if /nix doesn't exist
Eelco Dolstra
2022-06-08
Rewrite the CA paths when moving them between store
Théophane Hufschmitt
2022-06-08
Restore the "low-latency" ssh copying
Théophane Hufschmitt
2022-06-03
Make nix copy parallel again
Théophane Hufschmitt
2022-05-04
Get rid of most `.at` calls (#6393)
Alain Zscheile
2022-03-17
Clean up `DerivationOutput`, and headers
John Ericson
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-02-19
path-info: use full store paths when we have them
Linus Heckemann
2022-01-21
Merge pull request #5949 from obsidiansystems/old-copyClosure
Eelco Dolstra
2022-01-20
Add back `copyClosure` for plain `StorePath`s
John Ericson
2021-11-30
Tidy up the logging
John Ericson
2021-11-23
"recursive-nix" system feature only with experimental feature
John Ericson
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-03
Expose an async interface for `queryRealisation`
regnat
2021-10-28
Merge remote-tracking branch 'origin/master' into non-blocking-gc
Eelco Dolstra
2021-10-26
Make experimental-features a proper type
regnat
2021-10-23
addToStore, addToStoreFromDump: add references argument
Alexander Bantyev
2021-10-14
pathInfoCache: Use the entire base name as the cache key
Eelco Dolstra
2021-09-30
`std::visit` by reference
John Ericson
2021-07-26
Low-latency closure copy
Eelco Dolstra
2021-07-22
copyPaths: Pass store by reference
Eelco Dolstra
2021-07-22
nix-build: Copy drv closure between eval store and build store
Eelco Dolstra
2021-07-12
Merge branch 'structured-attrs-shell' of https://github.com/Ma27/nix
Eelco Dolstra
2021-07-12
Merge branch 'master' into structured-attrs-shell
Maximilian Bosch
2021-07-09
Formatting
Eelco Dolstra
2021-06-23
Merge pull request #4905 from NixOS/ca-derivations-machine-feature
Eelco Dolstra
2021-06-23
Remove a useless string split
Théophane Hufschmitt
2021-06-22
Source complete env in `nix-shell` with `__structuredAttrs = true;`
Maximilian Bosch
[next]