index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
fuzz
/
buffered_file.cpp
Age
Commit message (
Expand
)
Author
2023-11-18
streams: Base BufferedFile on AutoFile instead of CAutoFile
Anthony Towns
2023-11-14
fuzz: AutoFile with XOR
MarcoFalke
2023-11-14
fuzz: Reduce LIMITED_WHILE limit for file fuzzing
MarcoFalke
2023-11-14
fuzz: Remove FuzzedAutoFileProvider
MarcoFalke
2023-09-15
Make BufferedFile to be a CAutoFile wrapper
MarcoFalke
2023-09-15
refactor: Drop unused fclose() from BufferedFile
MarcoFalke
2023-09-12
scripted-diff: Rename CBufferedFile to BufferedFile
MarcoFalke
2023-09-12
Remove unused GetType() from CBufferedFile and CAutoFile
MarcoFalke
2023-05-05
util: improve streams.h:FindByte() performance
Larry Ruane
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-01-02
Use spans of std::byte in serialize
MarcoFalke
2021-11-12
fuzz: replace every fuzzer-controlled loop with a LIMITED_WHILE loop
Andrew Poelstra
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2021-02-22
scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContext
MarcoFalke
2021-01-11
fuzz: Introduce CallOneOf helper to replace switch-case
MarcoFalke
2020-12-10
fuzz: Link all targets once
MarcoFalke
2020-07-26
refactor: Drop unused CBufferedFile::Seek()
Hennadii Stepanov
2020-07-15
tests: Add fuzzing harness for CBufferedFile::{SetPos,GetPos,GetType,GetVersi...
practicalswift
2020-07-15
tests: Add fuzzing harness for CBufferedFile (streams.h)
practicalswift