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
Age
Commit message (
Expand
)
Author
2018-04-17
Merge #12949: tests: Avoid copies of CTransaction
MarcoFalke
2018-04-16
Merge #11862: Network specific conf sections
Wladimir J. van der Laan
2018-04-13
Avoid std::locale/imbue in DateTimeStrFormat
Pieter Wuille
2018-04-12
Merge #12803: Make BaseSignatureCreator a pure interface
Wladimir J. van der Laan
2018-04-11
tests: Avoid copies of CTransaction
MarcoFalke
2018-04-11
[tests] Unit tests for -testnet/-regtest in [test]/[regtest] sections
Anthony Towns
2018-04-11
[tests] Unit tests for network-specific config entries
Anthony Towns
2018-04-11
[tests] Unit tests for config file sections
Anthony Towns
2018-04-11
ArgsManager: drop m_negated_args
Anthony Towns
2018-04-11
Merge #12920: test: Fix sign for expected values
Wladimir J. van der Laan
2018-04-11
ArgsManager: keep command line and config file arguments separate
Anthony Towns
2018-04-11
test: Fix sign for expected values
Karl-Johan Alm
2018-04-10
Make BaseSignatureCreator a pure interface
Pieter Wuille
2018-04-10
Merge #12926: Run unit tests in parallel
Wladimir J. van der Laan
2018-04-09
Increase entropy in test temp directory name
Pieter Wuille
2018-04-09
Merge #11851: scripted-diff: Rename wallet database classes
Wladimir J. van der Laan
2018-04-09
Remove duplicate includes
practicalswift
2018-04-09
Merge #12537: [arith_uint256] Make it safe to use "self" in operators
Wladimir J. van der Laan
2018-04-07
scripted-diff: Rename wallet database classes
Russell Yanofsky
2018-04-06
[tests] Add additional unit tests for -nofoo edge cases
Anthony Towns
2018-04-06
[tests] Check GetChainName works with config entries
Anthony Towns
2018-04-06
[tests] Add unit tests for ReadConfigStream
Anthony Towns
2018-04-06
[tests] Add unit tests for GetChainName
Anthony Towns
2018-04-05
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-04
Merge #12167: Make segwit failure due to CLEANSTACK violation return a SCRIPT...
Pieter Wuille
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-04-01
Merge #12719: tests: Add note about test suite naming convention in developer...
MarcoFalke
2018-03-30
Merge #12713: Track negated options in the option parser
MarcoFalke
2018-03-30
Merge #12780: Reduce variable scopes
MarcoFalke
2018-03-30
Merge #12740: Add native support for serializing char arrays without FLATDATA
Wladimir J. van der Laan
2018-03-30
Merge #12752: [MOVEONLY] Move compressor utility functions out of class
Wladimir J. van der Laan
2018-03-27
Track negated arguments in the argument paser.
Evan Klitzke
2018-03-27
Add additional tests for GetBoolArg()
Evan Klitzke
2018-03-27
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-26
Reduce variable scopes
practicalswift
2018-03-22
Merge #12742: Make FastRandomContext support standard C++11 RNG interface
MarcoFalke
2018-03-22
Merge #12630: Provide useful error message if datadir is not writable.
Wladimir J. van der Laan
2018-03-22
Merge #12704: base58: use map instead of strchr() when decode
Wladimir J. van der Laan
2018-03-21
Move compressor utility functions out of class
Pieter Wuille
2018-03-21
Add native support for serializing char arrays without FLATDATA
Pieter Wuille
2018-03-21
Merge #12716: Fix typos and cleanup in various files
MarcoFalke
2018-03-21
Fix typos
Dimitris Apostolou
2018-03-20
Make FastRandomContext support standard C++11 RNG interface
Pieter Wuille
2018-03-21
use base58 map instead of strchr()
Kevin Pan
2018-03-19
tests: Rename test suits not following the test suite naming convention
practicalswift
2018-03-15
Add static_assert to prevent VARINT(<signed value>)
Russell Yanofsky
2018-03-14
Provide relevant error message if datadir is not writable.
murrayn
2018-03-13
Merge READWRITEMANY into READWRITE
Pieter Wuille
2018-03-13
Merge #11872: [rpc] createrawtransaction: Accept sorted outputs
Wladimir J. van der Laan
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
[next]