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
/
streams_tests.cpp
Age
Commit message (
Expand
)
Author
2022-02-03
test: Create fresh CDataStream each time
MarcoFalke
2022-02-03
test: Inline expected_xor
MarcoFalke
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2022-01-28
test: Fix sanitizer suppresions in streams_tests
MarcoFalke
2022-01-02
Use spans of std::byte in serialize
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-06
Remove unused (and broken) functionality in SpanReader
Pieter Wuille
2021-12-02
Generalize/simplify VectorReader into SpanReader
Pieter Wuille
2021-11-09
Use value_type in CDataStream where possible
MarcoFalke
2021-11-04
Open streams_test_tmp file in temporary folder
Martin Leitner-Ankerl
2021-06-09
test: Correct outstanding -Werror=sign-compare errors
Ben Woosley
2021-05-05
streams: Accept URef obj for VectorReader unserialize
MarcoFalke
2021-02-01
Merge #20464: refactor: Treat CDataStream bytes as uint8_t
Wladimir J. van der Laan
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-11-23
refactor: Drop CDataStream constructors in favor of one taking a Span of bytes
MarcoFalke
2020-05-08
test: Fix outstanding -Wsign-compare errors
Ben Woosley
2019-11-07
Merge #16978: test: Seed test RNG context for each test case, print seed
MarcoFalke
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-10-15
Remove unused includes
practicalswift
2019-10-09
test: Seed test RNG context for each test case, print seed
MarcoFalke
2019-09-10
util: CBufferedFile fixes
Larry Ruane
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-04-11
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2018-11-23
streams: Remove unused seek(size_t)
practicalswift
2018-08-25
streams: Unit tests for BitStreamReader and BitStreamWriter.
Jim Posen
2018-08-25
streams: Unit test for VectorReader class.
Jim Posen
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-24
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-06-27
Remove boost dependency (boost/assign/std/vector.hpp)
practicalswift
2018-06-27
Fix incorrect tests
practicalswift
2018-03-21
Add native support for serializing char arrays without FLATDATA
Pieter Wuille
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-06-09
Remove unused Boost includes
practicalswift
2017-01-05
Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources
MarcoFalke
2017-01-02
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Karl-Johan Alm
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-25
net: add CVectorWriter and CNetMsgMaker
Cory Fields
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-10-06
Add chainstate obfuscation to avoid spurious antivirus detection
James O'Beirne