index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
store-api.hh
Age
Commit message (
Expand
)
Author
2020-06-23
Merge remote-tracking branch 'upstream/master' into hash-always-has-type
John Ericson
2020-06-19
WIP: Make Hash always store a valid hash type
John Ericson
2020-06-18
Merge branch 'validPathInfo-temp' into validPathInfo-ca-proper-datatype
John Ericson
2020-06-17
Merge remote-tracking branch 'upstream/master' into no-stringly-typed-derivat...
John Ericson
2020-06-16
Remove StorePath::clone() and related functions
Eelco Dolstra
2020-06-16
StorePath: Rewrite in C++
Eelco Dolstra
2020-06-12
Add Store::readDerivation() convenience function
Eelco Dolstra
2020-06-12
Remove Store::queryDerivationOutputNames()
Eelco Dolstra
2020-06-04
Merge remote-tracking branch 'upstream/master' into no-stringly-typed-derivat...
John Ericson
2020-06-02
Move file-hash to content-address
Carlo Nucera
2020-06-02
Merge remote-tracking branch 'upstream/master' into validPathInfo-ca-proper-d...
John Ericson
2020-06-01
WIP more progress
John Ericson
2020-06-01
WIP
Carlo Nucera
2020-06-01
Create new file-hash files
Carlo Nucera
2020-06-01
Merge branch 'derivation-header-include-order' of github.com:Ericson2314/nix ...
Carlo Nucera
2020-06-01
Merge branch 'no-stringly-typed-derivation-output' of github.com:Ericson2314/...
Carlo Nucera
2020-05-29
Remove addToStore variant as requested by `FIXME`
John Ericson
2020-05-28
Merge branch 'master' of github.com:NixOS/nix into enum-class
Carlo Nucera
2020-05-26
Merge remote-tracking branch 'john-ericson/enum-FileIngestionMethod' into no-...
Carlo Nucera
2020-05-26
Merge remote-tracking branch 'origin/master' into enum-FileIngestionMethod
Carlo Nucera
2020-04-07
Backport libfetchers from the flakes branch
Eelco Dolstra
2020-03-30
Store parsed hashes in `DerivationOutput`
John Ericson
2020-03-30
Merge remote-tracking branch 'me/enum-FileIngestionMethod' into HEAD
John Ericson
2020-03-29
Replace some `bool recursive` with a new `FileIngestionMethod` enum
John Ericson
2020-03-29
Use `enum struct` and drop prefixes
John Ericson
2020-03-25
Extend Rust FFI
John Ericson
2020-03-24
Flip dependency so store-api.hh includes derivations.hh
John Ericson
2020-03-24
Misc changes from the flakes branch
Eelco Dolstra
2020-03-24
nix path-info --json: Print hash in SRI format
Eelco Dolstra
2020-03-12
pathInfoCache: Respect disk cache TTLs #3398
Robert Hensing
2020-03-04
nix-build: Fix !<output> handling
Eelco Dolstra
2020-02-28
Fix GC failures on bad store path names
Eelco Dolstra
2020-02-07
Fix segfault in gcc on i686-linux
Eelco Dolstra
2019-12-17
Add priority setting to stores
Eelco Dolstra
2019-12-16
nix-store -r: Handle symlinks to store paths
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-11-30
Fix typos
Brian Wignall
2019-11-11
Merge pull request #3219 from Ericson2314/semicolons
Eelco Dolstra
2019-11-10
Clean up semicolon and comma
John Ericson
2019-11-10
Fix extra ; warnings involving MakeError
John Ericson
2019-10-29
queryPathInfoUncached(): Return const ValidPathInfo
Eelco Dolstra
2019-10-29
Move addToStoreFromDump to Store
Eelco Dolstra
2019-10-21
Allow content-addressable paths to have references
Eelco Dolstra
2019-10-09
Remove world-writability from per-user directories
Eelco Dolstra
2019-09-03
Add some noexcepts
Eelco Dolstra
2019-06-25
nix-channel: Don't fetch binary-cache-url
Eelco Dolstra
2019-03-25
store-api.hh: add missing include for unordered_map
Will Dietz
2019-03-14
findRoots(): Add 'censor' parameter
Eelco Dolstra
2019-03-14
findRuntimeRoots: Simplify/fix handling of /proc files
Eelco Dolstra
2019-03-10
Make roots a map of store paths to pinning links
Guillaume Maudoux
[next]