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
/
serialize_tests.cpp
Age
Commit message (
Expand
)
Author
2021-05-31
refactor: Switch serialize to uint8_t (1/n)
MarcoFalke
2021-05-24
Remove support for double serialization
Pieter Wuille
2021-05-24
Convert existing float encoding tests
Pieter Wuille
2021-05-24
Remove unused float serialization
MarcoFalke
2020-11-23
Treat CDataStream bytes as uint8_t
MarcoFalke
2020-11-23
Remove unused CDataStream methods
MarcoFalke
2020-07-30
Make Hash[160] consume range-like objects
Pieter Wuille
2020-05-20
Merge #18317: Serialization improvements step 6 (all except wallet/gui)
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
scripted-diff: Sort test includes
MarcoFalke
2020-03-30
Convert everything except wallet/qt to new serialization
Pieter Wuille
2020-02-10
Get rid of VARINT default argument
Pieter Wuille
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-08-26
Support serialization of std::vector<bool>
Pieter Wuille
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-12-04
Use std::numeric_limits<UNSIGNED>::max()) instead of (UNSIGNED)-1
practicalswift
2018-09-11
Drop unused GetType() from CSizeComputer
Ben Woosley
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-24
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-04-11
tests: Avoid copies of CTransaction
MarcoFalke
2018-04-11
test: Fix sign for expected values
Karl-Johan Alm
2018-03-21
Add native support for serializing char arrays without FLATDATA
Pieter Wuille
2018-03-15
Add static_assert to prevent VARINT(<signed value>)
Russell Yanofsky
2018-03-13
Merge READWRITEMANY into READWRITE
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-01-27
[trivial] Fix typos in comments
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-12-02
Make CTransaction actually immutable
Pieter Wuille
2016-11-07
Get rid of nType and nVersion
Pieter Wuille
2016-11-03
serialization: teach serializers variadics
Cory Fields
2016-04-09
tests: add varints_bitpatterns test
Wladimir J. van der Laan
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-03-12
tests: add a BasicTestingSetup and apply to all tests
Wladimir J. van der Laan
2015-03-06
Add serialize float/double tests
Wladimir J. van der Laan
2015-03-06
src/serialize.h: base serialization level endianness neutrality
Wladimir J. van der Laan
2014-12-16
Remove references to X11 licence
Michael Ford
2014-10-22
boost: split stream classes out of serialize.h
Cory Fields
2014-03-18
Add licenses for tests and test data
Wladimir J. van der Laan
2013-12-16
Improve unit test code not to compare with explanatory messages for each plat...
Kangmo
2013-12-15
Fix unit test error on OSX 10.9 using Apple LLVM v5.0.
Kangmo
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-29
Bug fix: CDataStream::GetAndClear() when nReadPos > 0
Gavin Andresen
2013-08-09
Reject non-canonically-encoded sizes
Gavin Andresen
2013-04-03
Fix signed/unsigned comparison warnings
Gavin Andresen
2012-10-20
Compact serialization for variable-length integers
Pieter Wuille