index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-05-04
util: switch LogPrint and error to variadic templates
Wladimir J. van der Laan
2016-05-04
tinyformat: force USE_VARIADIC_TEMPLATES
Wladimir J. van der Laan
2016-05-04
Merge #7982: build: No need to check for leveldb atomics
Wladimir J. van der Laan
2016-05-04
Merge #7989: bitcoin-cli.cpp: Use symbolic constant for exit code
Wladimir J. van der Laan
2016-05-03
Merge #7980: [qa] smartfees: Properly use ordered dict
MarcoFalke
2016-05-02
[qa] Fix typos in doc and comments
Pavel Janík
2016-05-02
[qa] smartfees: Properly use ordered dict
MarcoFalke
2016-05-02
bitcoin-cli.cpp: Use symbolic constant for exit code
Puru
2016-05-02
Merge #7959: fix race that could fail to persist a ban
Wladimir J. van der Laan
2016-05-02
Merge #7964: Minor changes for c++11 consistency
Wladimir J. van der Laan
2016-04-30
build: No need to check for leveldb atomics
Cory Fields
2016-04-29
Merge #7807: Fixed miner test values, gave constants for less error-prone val...
MarcoFalke
2016-04-28
Merge #7962: CalculateNextWorkRequired Cleanup
Wladimir J. van der Laan
2016-04-28
Merge #7926: [RPC] push back getaddednodeinfo dead value
Wladimir J. van der Laan
2016-04-28
Merge #7952: Log invalid block hash to make debugging easier.
Wladimir J. van der Laan
2016-04-28
auto_ptr → unique_ptr
Wladimir J. van der Laan
2016-04-28
chain: define enum used as bit field as uint32_t
Wladimir J. van der Laan
2016-04-28
Merge #7514: Fix IsInitialBlockDownload for testnet
Wladimir J. van der Laan
2016-04-28
Merge #7939: qt: Make it possible to show details for multiple transactions
Wladimir J. van der Laan
2016-04-28
Merge #7165: build: Enable C++11 in build, require C++11 compiler
Wladimir J. van der Laan
2016-04-28
doc: Add note about new build/test requirements to release notes
Wladimir J. van der Laan
2016-04-28
build: update ax_cxx_compile_stdcxx to serial 4
Wladimir J. van der Laan
2016-04-27
Deprecating the remaining LogPrintf dependencies that were made obsolete in P...
21E14
2016-04-27
fix race that could fail to persist a ban
Kaz Wesley
2016-04-27
Merge #7954: build: quiet annoying warnings without adding new ones
Wladimir J. van der Laan
2016-04-27
depends: use c++11
Cory Fields
2016-04-27
Merge #7951: [qa] test_framework: Properly print exception
MarcoFalke
2016-04-27
build: quiet annoying warnings without adding new ones
Cory Fields
2016-04-26
Log invalid block hash to make debugging easier.
Pavel Janík
2016-04-26
[qa] test_framework: Properly print exceptions and assert empty dict
MarcoFalke
2016-04-26
build: Enable C++11 build, require C++11 compiler
Wladimir J. van der Laan
2016-04-26
qt: Add transaction hash to details window title
Wladimir J. van der Laan
2016-04-26
Merge #7933: Fix OOM when deserializing UTXO entries with invalid length
Wladimir J. van der Laan
2016-04-26
Merge #7941: Fixing comment in script_test.json test case
Wladimir J. van der Laan
2016-04-26
Merge #7920: Switch Travis to Trusty
Wladimir J. van der Laan
2016-04-26
Merge #7944: Re-instate TARGET_OS=linux in configure.ac. Removed by 351abf9e035.
Wladimir J. van der Laan
2016-04-26
Re-instate TARGET_OS=linux in configure.ac. Removed by 351abf9e035.
randy-waterhouse
2016-04-26
travis: temporarily disable qt to avoid timeouts
Cory Fields
2016-04-26
travis: Don't disable writing ccache for pull-requests
Cory Fields
2016-04-25
travis: drop MAKEJOBS=2 for windows compilers
Cory Fields
2016-04-25
depends: enable pre-compiled headers for qt
Cory Fields
2016-04-25
Fixing comment in script_test.json test case
Chris Stewart
2016-04-25
qt: Make it possible to show details for multiple transactions
Wladimir J. van der Laan
2016-04-25
Merge #7688: List solvability in listunspent output and improve help
Wladimir J. van der Laan
2016-04-25
Add tests for CCoins deserialization
Pieter Wuille
2016-04-25
Fix OOM bug: UTXO entries with invalid script length
Pieter Wuille
2016-04-25
CDataStream::ignore Throw exception instead of assert on negative nSize.
Patrick Strateman
2016-04-25
Treat overly long scriptPubKeys as unspendable
Pieter Wuille
2016-04-25
Introduce constant for maximum CScript length
Pieter Wuille
2016-04-25
Merge #7881: Update release process
Wladimir J. van der Laan
[next]