index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
nar-info.cc
Age
Commit message (
Expand
)
Author
2024-08-28
tree-wide: shuffle headers around for about 30s compile time
Jade Lovelace
2024-08-08
refactor: make HashType and Base enum classes for type safety
Jade Lovelace
2023-04-18
Make "NAR info file is corrupt" messages more informative
Michal Sojka
2023-03-30
Use "raw pattern" for content address types
John Ericson
2023-01-14
Make `ValidPathInfo` have plain `StorePathSet` references like before
John Ericson
2023-01-06
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2022-06-23
libstore/nar-info: drop unused system field
Cole Helbling
2022-03-10
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2021-02-25
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2021-01-08
string2Int(): Return std::optional
Eelco Dolstra
2020-09-23
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2020-08-06
Minimize the usage of `Hash::dummy`
John Ericson
2020-08-05
Remove Hash::operator bool ()
Carlo Nucera
2020-08-05
Remove optionality in ValidPathInfo::narInfo
Carlo Nucera
2020-08-04
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2020-08-01
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2020-07-02
Merge branch 'hash-always-has-type' into HEAD
John Ericson
2020-07-02
Fix Narinfo corruption detection bug
John Ericson
2020-07-01
Rename two hash constructors to proper functions
Carlo Nucera
2020-06-29
Fix nar info parsing
John Ericson
2020-06-25
Move ValidPathInfo to its own header
John Ericson
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-16
Remove StorePath::clone() and related functions
Eelco Dolstra
2020-06-16
StorePath: Rewrite in C++
Eelco Dolstra
2020-06-11
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Ben Burdette
2020-06-03
libutils/hash: remove default encoding
zimbatm
2020-06-02
Change parseCa(Opt) to parseContentAddress(Opt)
Carlo Nucera
2020-06-02
WIP
John Ericson
2020-06-01
Merge branch 'no-stringly-typed-derivation-output' of github.com:Ericson2314/...
Carlo Nucera
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-03-29
Use `enum struct` and drop prefixes
John Ericson
2020-03-25
Extend Rust FFI
John Ericson
2020-01-21
Fix derivation computation with __structuredAttrs and multiple outputs
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-07-04
Support base-64 hashes
Eelco Dolstra
2017-03-28
Ignore broken "Deriver: unknown-deriver" fields in .narinfo
Eelco Dolstra
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-08-10
Mark content-addressed paths in the Nix database and in .narinfo
Eelco Dolstra
2016-07-21
NarInfo::NarInfo(): Ensure that we get a NAR size/hash
Eelco Dolstra
2016-06-01
Make the store directory a member variable of Store
Eelco Dolstra
2016-05-31
Fix clang build failure
Eelco Dolstra
2016-04-20
Cache path info lookups in SQLite
Eelco Dolstra
2016-03-24
Move signature support from NarInfo to ValidPathInfo
Eelco Dolstra
2016-03-21
Move signatures from NarInfo to ValidPathInfo
Eelco Dolstra
2016-02-16
Add C++ functions for .narinfo processing / signing
Eelco Dolstra