index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libutil
/
hash.cc
Age
Commit message (
Expand
)
Author
2020-07-16
Merge remote-tracking branch 'upstream/master' into hash-always-has-type
John Ericson
2020-07-15
Merge branch 'master' of github.com:NixOS/nix into hash-always-has-type
Carlo Nucera
2020-07-14
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-07-13
Remove istringstream_nocopy
Eelco Dolstra
2020-07-06
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-07-03
Merge branch 'master' of github.com:NixOS/nix into hash-always-has-type
John Ericson
2020-07-02
Fix abort in 'nix develop'
Eelco Dolstra
2020-06-29
Merge remote-tracking branch 'upstream/master' into hash-always-has-type
John Ericson
2020-06-26
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-25
Fix empty std::optional dereference in writeDerivation()
Eelco Dolstra
2020-06-23
Fix and clean up hash parser
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-19
Merge remote-tracking branch 'upstream/master' into validPathInfo-ca-proper-d...
John Ericson
2020-06-19
tabs -> spaces
John Ericson
2020-06-19
Remove some `Base::` that crept in
John Ericson
2020-06-18
Revert the `enum struct` change
John Ericson
2020-06-18
Merge branch 'enum-class' into no-hash-type-unknown
John Ericson
2020-06-18
Merge remote-tracking branch 'upstream/master' into enum-class
John Ericson
2020-06-17
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-12
Use `std::string_view` in a few more places
John Ericson
2020-06-12
Fix build
Eelco Dolstra
2020-06-12
Provide base argument to to_string
Matthew Bauer
2020-06-12
Add newHashAllowEmpty helper function
Matthew Bauer
2020-06-02
Fix hashes
John Ericson
2020-06-02
Remove `HashType::Unknown`
John Ericson
2020-05-10
nix: Implement basic bash completion
Eelco Dolstra
2020-03-29
Use `enum struct` and drop prefixes
John Ericson
2019-10-21
Allow content-addressable paths to have references
Eelco Dolstra
2018-12-13
Support SRI hashes
Eelco Dolstra
2018-05-02
Fix some random -Wconversion warnings
Eelco Dolstra
2018-03-22
Merge branch 'fix/avoid-large-stack-buffers' of https://github.com/dtzWill/nix
Eelco Dolstra
2018-03-14
Catch more possible instances of passing NULL to memcpy.
Shea Levy
2018-03-02
don't allocate large buffers on the stack
Will Dietz
2018-02-19
libutil: Fix invalid assert on decoding base64 hashes
Tuomas Tynkkynen
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-07-28
nix-prefetch-url: Fix regression in hash printing
Eelco Dolstra
2017-07-10
Merge pull request #1422 from nh2/fix-potential-hash-comparison-crash
Eelco Dolstra
2017-07-04
Support base-64 hashes
Eelco Dolstra
2017-06-24
Fix potential crash/wrong result two hashes of unequal length are compared
Niklas Hambüchen
2017-04-28
Fix hash computation when importing NARs greater than 4 GiB
Eelco Dolstra
2017-03-21
Move istringstream_nocopy to a separate file
Eelco Dolstra
2017-03-06
istringstream_nocopy: Implement in a standards-compliant way.
Shea Levy
2017-02-08
Include config.h implicitly with '-include config.h' in CFLAGS
Tuomas Tynkkynen
2016-11-06
Detect and disallow base32 hash overflow
Vladimír Čunát
2016-07-21
Fix assertion failure
Eelco Dolstra
2016-07-21
NarInfo::NarInfo(): Ensure that we get a NAR size/hash
Eelco Dolstra
2016-07-11
Modernize AutoCloseFD
Shea Levy
2016-06-09
Use O_CLOEXEC in most places
Eelco Dolstra
2016-04-20
Cache path info lookups in SQLite
Eelco Dolstra
[next]