index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
path.hh
Age
Commit message (
Expand
)
Author
2024-08-26
treewide: fix a bunch of lints
Jade Lovelace
2023-03-31
Ensure all headers have `#pragma once` and are in API docs
John Ericson
2023-03-29
Convert a bunch of comments in headers to Doxygen documentation
John Ericson
2023-01-30
Separate `path.hh` from `content-address.hh`
John Ericson
2023-01-23
Test store paths, with property tests
John Ericson
2023-01-23
Better-scope `Store` forward declarations
John Ericson
2023-01-11
Split `OutputsSpec` and `ExtendedOutputsSpec`, use the former more
John Ericson
2022-03-31
Add support for impure derivations
Eelco Dolstra
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2021-04-05
Move `StorePathWithOutputs` into its own header/file
John Ericson
2020-07-02
Merge remote-tracking branch 'origin/master' into substitute-other-storedir
Matthew Bauer
2020-06-24
Add a way to get all the outputs of a derivation with their label
regnat
2020-06-22
Merge remote-tracking branch 'origin/master' into substitute-other-storedir
Matthew Bauer
2020-06-18
Merge branch 'validPathInfo-temp' into validPathInfo-ca-proper-datatype
John Ericson
2020-06-17
Add StorePathCAMap for querySubstitutablePathInfos
Matthew Bauer
2020-06-16
Remove StorePath::clone() and related functions
Eelco Dolstra
2020-06-16
StorePath: Rewrite in C++
Eelco Dolstra
2020-06-02
Move file-hash to content-address
Carlo Nucera
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-05-26
Merge remote-tracking branch 'john-ericson/enum-FileIngestionMethod' into no-...
Carlo Nucera
2020-03-30
Never cast `FileIngestionMethod` to or from boolean
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-25
Extend Rust FFI
John Ericson
2020-02-13
Prevent uninitialized StorePath creation
Eelco Dolstra
2020-01-22
Fix clang warning
Eelco Dolstra
2020-01-21
Fix derivation computation with __structuredAttrs and multiple outputs
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