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
Age
Commit message (
Expand
)
Author
2018-10-20
refactor: Use boost::scoped_connection in signal/slot, also prefer range-base...
Chun Kuan Lee
2018-10-10
Merge #14373: Consistency fixes for RPC descriptions
MarcoFalke
2018-10-09
Fix CLEAN_BITCOIN_TEST to remove .log files for all BITCOIN_TESTS files
James O'Beirne
2018-10-09
[rpc] Descriptions: Textual consistency fixes
Jon Layton
2018-10-09
Merge #13115: addrman: Add Clang thread safety annotations for variables guar...
MarcoFalke
2018-10-08
Add missing locks and locking annotations for CAddrMan
practicalswift
2018-10-08
Merge #14253: Build: during 'make clean', remove some files that are currentl...
MarcoFalke
2018-10-08
Merge #14428: docs: Fix macOS files description in qt/README.md
MarcoFalke
2018-10-07
Merge #14398: tests: Don't access out of bounds array index: array[sizeof(arr...
MarcoFalke
2018-10-07
Merge #13883: utils: Convert Windows args to utf-8 string
MarcoFalke
2018-10-08
Fix macOS files description
Hennadii Stepanov
2018-10-05
Don't access out of bounds array entry array[sizeof(array)]
Ben Woosley
2018-10-01
Include some files currently missed by 'make distclean'.
murrayn
2018-09-30
Merge #14331: doxygen: Fix member comments
MarcoFalke
2018-09-30
utils: Convert Windows args to utf-8 string
Chun Kuan Lee
2018-09-27
Merge #14244: amount: Move CAmount CENT to unit test header
MarcoFalke
2018-09-27
Merge #14307: Consolidate redundant implementations of ParseHashStr
MarcoFalke
2018-09-27
Merge #14027: Skip stale tip checking if outbound connections are off or if r...
MarcoFalke
2018-09-27
Merge #12246: Bugfix: Only run bitcoin-tx tests when bitcoin-tx is enabled
MarcoFalke
2018-09-26
Merge #14282: [wallet] Remove -usehd
MarcoFalke
2018-09-26
doxygen: Fix member comments
MarcoFalke
2018-09-26
Merge #14310: [wallet] Ensure wallet is unlocked before signing
MarcoFalke
2018-09-25
Merge #13877: utils: Make fs::path::string() always return utf-8 string on Wi...
MarcoFalke
2018-09-25
Consolidate redundant implementations of ParseHashStr
Ben Woosley
2018-09-24
Merge #13311: Don't edit Chainparams after initialization
MarcoFalke
2018-09-24
Merge #13424: Consistently validate txid / blockhash length and encoding in r...
MarcoFalke
2018-09-24
[wallet] Ensure wallet is unlocked before signing
gustavonalle
2018-09-24
Merge #14297: [RPC] Remove warning for removed estimatefee RPC
MarcoFalke
2018-09-24
Merge #14298: [REST] improve performance for JSON calls
MarcoFalke
2018-09-24
Merge #13546: wallet: Fix use of uninitialized value bnb_used in CWallet::Cre...
MarcoFalke
2018-09-23
Don't edit Chainparams after initialization
Jorge Timón
2018-09-23
MOVEONLY: Move versionbits info out of versionbits.o
Jorge Timón
2018-09-23
[REST] improve performance for JSON calls
Antoine Le Calvez
2018-09-22
[RPC] Remove warning for removed estimatefee RPC
John Newbery
2018-09-23
Make fs::path::string() always return utf-8 string
Chun Kuan Lee
2018-09-20
[wallet] Remove -usehd
John Newbery
2018-09-19
init: Remove deprecated args from hidden args
MarcoFalke
2018-09-19
Merge #14287: tests: Use MakeUnique to construct objects owned by unique_ptrs
MarcoFalke
2018-09-21
tests: Use MakeUnique to construct objects owned by unique_ptrs
practicalswift
2018-09-20
Merge #14214: convert C-style (void) parameter lists to C++ style ()
MarcoFalke
2018-09-19
wallet: Avoid potential use of unitialized value bnb_used in CWallet::CreateT...
practicalswift
2018-09-18
Merge #13152: [rpc] Add getnodeaddresses RPC command
MarcoFalke
2018-09-17
[rpc] Add getnodeaddresses RPC command
chris-belcher
2018-09-17
Fix crash bug with duplicate inputs within a transaction
Suhas Daftuar
2018-09-17
amount: Move CAmount CENT to unit test header
MarcoFalke
2018-09-17
Merge #13578: [depends, zmq, doc] upgrade zeromq to 4.2.5 and avoid deprecate...
Wladimir J. van der Laan
2018-09-15
use integer division instead of double conversion and multiplication for comp...
Arvid Norberg
2018-09-15
Merge #14212: build: Remove libssl from LDADD unless gui
MarcoFalke
2018-09-15
Merge #14206: doc: Document -checklevel levels
Wladimir J. van der Laan
2018-09-15
doc: Document -checklevel levels
Wladimir J. van der Laan
[next]