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
/
alert_tests.cpp
Age
Commit message (
Expand
)
Author
2015-10-25
Use BOOST_CHECK_MESSAGE() rather than BOOST_CHECK() in alerts_tests.cpp and i...
Eric Lombrozo
2015-08-05
Use unique name for AlertNotify tempfile
Casey Rodarmor
2015-07-23
Includes: Cleanup around net main and wallet
Jorge Timón
2015-06-08
Use best header chain timestamps to detect partitioning
Gavin Andresen
2015-05-26
Remove duplicate chainparams.h include from alert_tests
Michael Ford
2015-05-14
Alert if it is very likely we are getting a bad chain
Gavin Andresen
2015-04-04
Chainparams: Decouple CAlert from CChainParams
Jorge Timón
2015-03-03
Reinitialize state in between individual unit tests.
Pieter Wuille
2014-12-19
Merge pull request #5470
Wladimir J. van der Laan
2014-12-17
make all catch() arguments const
Philip Kaufmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-10-31
tests: enable alertnotify test for Windows
Cory Fields
2014-10-29
Separate protocol versioning from clientversion
Cory Fields
2014-10-22
boost: split stream classes out of serialize.h
Cory Fields
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-09
Simplify serialize.h's exception handling
Pieter Wuille
2014-03-18
Add licenses for tests and test data
Wladimir J. van der Laan
2013-11-11
Test alerts high at high PROTOCOL_VERSIONs
Gavin Andresen
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-09-16
included-tests: generate binary data from test files for inclusion into test ...
Cory Fields
2013-09-10
Bugfix: Since test_bitcoin is being built and run inside src/test/, try using...
Luke Dashjr
2013-03-19
-alertnotify=<cmd>
Gavin Andresen
2013-03-19
Some unit tests for CAlert
Gavin Andresen