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
/
base64_tests.cpp
Age
Commit message (
Expand
)
Author
2021-05-28
test: remove BasicTestingSetup from base64 unit tests
fanquake
2021-01-31
refactor: replace sizeof(a)/sizeof(a[0]) by std::size (C++17)
Sebastian Falbesoner
2020-10-31
test: fix creation of std::string objects with \0s
Vasil Dimov
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
scripted-diff: Sort test includes
MarcoFalke
2019-12-16
tests: Add tests for decoding/parsing of base32, base64 and money strings con...
practicalswift
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
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-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-03-07
Simplify Base32 and Base64 conversions
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
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
2014-12-16
Remove references to X11 licence
Michael Ford
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan
2014-03-18
Add licenses for tests and test data
Wladimir J. van der Laan
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2012-05-09
Clean up warnings
Pieter Wuille
2011-12-19
Rework unit tests so test_bitcoin.cpp does not #include them all
Gavin Andresen
2011-09-27
Test case for base64 encode/decode
Pieter Wuille