index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
path.cc
Age
Commit message (
Expand
)
Author
2024-08-26
treewide: fix a bunch of lints
Jade Lovelace
2024-08-08
refactor: make HashType and Base enum classes for type safety
Jade Lovelace
2024-05-02
Disallow store path names that are . or .. (plus opt. -)
Robert Hensing
2024-05-02
Revert "StorePath: reject names starting with '.'"
Robert Hensing
2024-04-14
don't throw an exception for the trivial case of isStorePath()...
Qyriad
2024-03-17
Delete hasPrefix and hasSuffix from the codebase
Jade Lovelace
2023-10-08
StorePath: reject names starting with '.'
edef
2023-05-24
Fix typo in error message of too long store path
oxalica
2023-01-23
Test store paths, with property tests
John Ericson
2022-03-31
Add support for impure derivations
Eelco Dolstra
2021-04-05
Move `StorePathWithOutputs` into its own header/file
John Ericson
2020-07-13
toStorePath(): Return a StorePath and the suffix
Eelco Dolstra
2020-06-16
Remove StorePath::clone() and related functions
Eelco Dolstra
2020-06-16
StorePath: Rewrite in C++
Eelco Dolstra
2020-03-04
nix-build: Fix !<output> handling
Eelco Dolstra
2020-02-28
Fix GC failures on bad store path names
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