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-07-05
RPC: Add new getzmqnotifications method.
Daniel Kraft
2018-06-29
Make ZMQ notification interface instance global.
Daniel Kraft
2018-06-26
Merge #13418: Docs: More precise explanation of parameter onlynet
Pieter Wuille
2018-06-26
Merge #13498: [wallet] Fixups from account API deprecation
Pieter Wuille
2018-06-26
Docs: More precise explanation of parameter "onlynet"
wodry
2018-06-26
Merge #13531: doc: Clarify that mempool txiter is const_iterator
MarcoFalke
2018-06-25
Merge #13507: RPC: Fix parameter count check for importpubkey
Wladimir J. van der Laan
2018-06-25
Merge #13536: [qt] coincontrol: Remove unused qt4 workaround
MarcoFalke
2018-06-25
Merge #13528: qt: Move BitcoinGUI initializers to class, fix initializer orde...
MarcoFalke
2018-06-25
qt: Move BitcoinGUI initializers to class, fix initializer order warning
Wladimir J. van der Laan
2018-06-25
[qt] coincontrol: Remove unused qt4 workaround
MarcoFalke
2018-06-24
doc: Clarify that mempool txiter is const_iterator
MarcoFalke
2018-06-24
bench: Add missing pow.h header
Wladimir J. van der Laan
2018-06-24
Merge #13160: wallet: Unlock spent outputs
Wladimir J. van der Laan
2018-06-24
Merge #13219: bench: Add block assemble benchmark
Wladimir J. van der Laan
2018-06-24
Merge #13486: build: Move rpc/util.cpp from libbitcoin-util to libbitcoin-server
Wladimir J. van der Laan
2018-06-24
Merge #13480: Avoid copies in range-for loops and add a warning to detect them
Wladimir J. van der Laan
2018-06-24
Merge #13458: gui: Drop qt4 support
Wladimir J. van der Laan
2018-06-24
Merge #13471: For AVX2 code, also check for AVX, XSAVE, and OS support
Wladimir J. van der Laan
2018-06-21
Merge #13111: Add unloadwallet RPC
Jonas Schnelli
2018-06-20
bugfix: Delete walletView in WalletFrame::removeWallet
João Barbosa
2018-06-20
Fix parameter count check for importpubkey.
Kristaps Kaupe
2018-06-19
Qt: load wallet in UI after possible init aborts
Jonas Schnelli
2018-06-19
Merge #13439: rpc: Avoid "duplicate" return value for invalid submitblock
Jonas Schnelli
2018-06-18
For AVX2 code, also check for AVX, XSAVE, and OS support
Pieter Wuille
2018-06-18
[wallet] Don't use accounts when checking balance in sendmany
John Newbery
2018-06-18
[wallet] deprecate sendfrom RPC method.
John Newbery
2018-06-18
bugfix: Remove dangling wallet env instance
João Barbosa
2018-06-18
ui: Support wallets unloaded dynamically
João Barbosa
2018-06-18
test: Wallet methods are disabled when no wallet is loaded
João Barbosa
2018-06-18
rpc: Add unloadwallet RPC
João Barbosa
2018-06-18
Merge #13437: wallet: Erase wtxOrderd wtx pointer on removeprunedfunds
Wladimir J. van der Laan
2018-06-18
Merge #13412: Make ReceivedBlockTransactions return void
Wladimir J. van der Laan
2018-06-18
Merge #13438: Improve coverage of SHA256 SelfTest code
Wladimir J. van der Laan
2018-06-18
Merge #13443: Removed unused == operator from CMutableTransaction.
Wladimir J. van der Laan
2018-06-18
Merge #13454: Make sure LC_ALL=C is set in all shell scripts
Wladimir J. van der Laan
2018-06-18
doc: Remove mention of Qt4 from build docs
Wladimir J. van der Laan
2018-06-18
gui: Remove QT_VERSION fallbacks for Qt < 5
Wladimir J. van der Laan
2018-06-18
Move rpc/util.cpp from libbitcoin-util to libbitcoin-server
Chun Kuan Lee
2018-06-15
cleanup: avoid hidden copies in range-for loops
Cory Fields
2018-06-15
Merge #13241: scripted-diff: Avoid temporary copies when looping over std::map
MarcoFalke
2018-06-15
Merge #13402: Document validationinterace callback blocking deadlock potential.
MarcoFalke
2018-06-14
Merge #13422: Drop ParseHashUV in favor of calling ParseHashStr
MarcoFalke
2018-06-14
Merge #13451: rpc: expose CBlockIndex::nTx in getblock(header)
Wladimir J. van der Laan
2018-06-14
Add "export LC_ALL=C" to all shell scripts
practicalswift
2018-06-13
Merge #13441: Prevent shared conf files from failing with different available...
MarcoFalke
2018-06-13
Merge #13457: tests: Drop variadic macro
Wladimir J. van der Laan
2018-06-13
expose CBlockIndex::nTx in getblock(header)
Gregory Sanders
2018-06-13
tests: Drop variadic macro
MarcoFalke
2018-06-13
Merge #13428: validation: check the specified number of blocks (off-by-one)
Wladimir J. van der Laan
[next]