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
/
rpc
Age
Commit message (
Expand
)
Author
2018-05-24
Merge #13063: Use shared pointer to retain wallet instance
Wladimir J. van der Laan
2018-05-23
Merge #10757: RPC: Introduce getblockstats to plot things
Wladimir J. van der Laan
2018-05-22
RPC: Introduce getblockstats
Jorge Timón
2018-05-22
wallet: Use shared pointer to retain wallet instance
João Barbosa
2018-05-14
Merge #12963: Fix Clang Static Analyzer warnings
MarcoFalke
2018-05-14
Merge #13116: Add Clang thread safety annotations for variables guarded by cs...
MarcoFalke
2018-05-14
Merge #12560: [wallet] Upgrade path for non-HD wallets to HD
Wladimir J. van der Laan
2018-05-12
Add 'sethdseed' RPC to initialize or replace HD seed
Chris Moore
2018-05-07
RPC Docs: gettxout*: clarify bestblock and unspent counts
David A. Harding
2018-05-07
Refactor: RPC: Separate GetBlockChecked() from getblock()
Jorge Timón
2018-05-05
Add compile time checking for all ::mempool.cs runtime locking assertions
practicalswift
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-05-02
Add missing newlines to LogPrint debug logging
Wladimir J. van der Laan
2018-04-30
Merge #12954: util: Refactor logging code into a global object
Pieter Wuille
2018-04-30
nit: fix typo for entry description string
mryandao
2018-04-29
util: Refactor GetLogCategory.
Jim Posen
2018-04-29
Add Clang thread safety annotations for variables guarded by cs_rpcWarmup
practicalswift
2018-04-27
util: Encapsulate logCategories within BCLog::Logger.
Jim Posen
2018-04-27
rpc: Move RPC_FORBIDDEN_BY_SAFE_MODE code to reserved section
Wladimir J. van der Laan
2018-04-26
Remove Safe mode
Andrew Chow
2018-04-26
Merge #12321: p2wsh and p2sh-p2wsh address in decodescript
Wladimir J. van der Laan
2018-04-26
Merge #12240: [rpc] Introduced a new `fees` structure that aggregates all sub...
Wladimir J. van der Laan
2018-04-25
[rpc] Public interfaces to GetTransaction block until synced.
Jim Posen
2018-04-25
[validation] Replace tx index code in validation code with TxIndex.
Jim Posen
2018-04-23
Merge #12448: Interrupt block generation on shutdown request
Wladimir J. van der Laan
2018-04-18
wallet: Add HasWallets
João Barbosa
2018-04-18
wallet: Add AddWallet, RemoveWallet, GetWallet and GetWallets
João Barbosa
2018-04-18
Add new fee structure with all sub-fields denominated in BTC
mryandao
2018-04-13
Expose a transaction's weight via RPC
Matt Corallo
2018-04-12
Merge #12743: Fix csBestBlock/cvBlockChange waiting in rpc/mining
Pieter Wuille
2018-04-12
Merge #12803: Make BaseSignatureCreator a pure interface
Wladimir J. van der Laan
2018-04-12
Add assertion to guide static analyzers. Clang Static Analyzer needs this gui...
practicalswift
2018-04-11
rpc: Drop redundant testing of signrawtransaction prevtxs args
Ben Woosley
2018-04-10
[wallet] [rpc] introduce 'label' API for wallet
Wladimir J. van der Laan
2018-04-10
Make BaseSignatureCreator a pure interface
Pieter Wuille
2018-04-09
Merge #12007: [Doc] Clarify the meaning of fee delta not being a fee rate in ...
MarcoFalke
2018-04-08
list the types of scripts we should consider for a witness program
fivepiece
2018-04-07
Merge #12860: Add testmempoolaccept to release-notes, Add missing const
Wladimir J. van der Laan
2018-04-05
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-03
Modernize best block mutex/cv/hash variable naming
Pieter Wuille
2018-04-03
Fix csBestBlock/cvBlockChange waiting in rpc/mining
Pieter Wuille
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-04-02
doc: Add testmempoolaccept to release-notes
MarcoFalke
2018-04-02
Merge #11742: rpc: Add testmempoolaccept
Wladimir J. van der Laan
2018-04-01
Merge #12757: Clarify include guard naming convention
MarcoFalke
2018-03-30
Merge #12172: Bugfix: RPC: savemempool: Don't save until LoadMempool() is fin...
Wladimir J. van der Laan
2018-03-29
Merge #12787: rpc: Adjust ifdef to avoid unreachable code
Wladimir J. van der Laan
2018-03-29
Bugfix: RPC: savemempool: Don't save until LoadMempool() is finished
Jorge Timón
2018-03-27
Merge #12778: RPC: Add username and ip logging for RPC method requests
Wladimir J. van der Laan
2018-03-27
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
[next]