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
2016-12-05
Merge #9014: Fix block-connection performance regression
Wladimir J. van der Laan
2016-12-04
Switch pblock in ProcessNewBlock to a shared_ptr
Matt Corallo
2016-12-04
Make the optional pblock in ActivateBestChain a shared_ptr
Matt Corallo
2016-12-02
Make DecodeHexTx return a CMutableTransaction
Pieter Wuille
2016-12-02
Switch GetTransaction to returning a CTransactionRef
Pieter Wuille
2016-12-02
Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,...
Pieter Wuille
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
Move network-msg-processing code out of main to its own file
Matt Corallo
2016-11-29
Disable fee estimates for a confirm target of 1 block
Alex Morcos
2016-11-25
Merge #9189: Always add default_witness_commitment with GBT client support
Wladimir J. van der Laan
2016-11-24
Correct help output for waitfor RPC commands
fanquake
2016-11-23
Merge #9025: getrawtransaction should take a bool for verbose
Wladimir J. van der Laan
2016-11-22
getrawtransaction should take a bool for verbose
jnewbery
2016-11-21
Always add default_witness_commitment with GBT client support
Pieter Wuille
2016-11-19
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-11-17
Merge #9075: Decouple peer-processing-logic from block-connection-logic (#3)
Pieter Wuille
2016-11-11
Merge #8996: Network activity toggle
Jonas Schnelli
2016-11-10
fix getnettotals RPC description about timemillis.
Masahiko Hyuga
2016-11-09
Replace CValidationState param in ProcessNewBlock with BlockChecked
Matt Corallo
2016-11-09
Remove pfrom parameter from ProcessNewBlock
Matt Corallo
2016-11-08
Revert "RPC: Give more details when "generate" fails"
Matt Corallo
2016-11-08
RPC: Give more details when "generate" fails
Jorge Timón
2016-11-07
Merge #9026: Fix handling of invalid compact blocks
Pieter Wuille
2016-11-07
Remove priority estimation
Alex Morcos
2016-11-03
Fix compact block handling to not ban if block is invalid
Suhas Daftuar
2016-11-02
Merge #9042: [rpc] ParseHash: Fail when length is not 64
Wladimir J. van der Laan
2016-11-02
Merge #8753: Locked memory manager
Wladimir J. van der Laan
2016-10-31
[rpc] ParseHash: Fail when length is not 64
MarcoFalke
2016-10-31
Change all instance of 'GMT epoch' to 'Unix epoch'
matthias
2016-10-27
instance of 'mem pool' to 'mempool'
S. Matthew English
2016-10-27
rpc: Add `getmemoryinfo` call
Wladimir J. van der Laan
2016-10-24
RPC/Net: Use boolean consistently for networkactive, and remove from getinfo
Luke Dashjr
2016-10-24
Overhaul network activity toggle
Jonas Schnelli
2016-10-24
RPC: Add "togglenetwork" method to toggle network activity temporarily
Jon Lund Steffensen
2016-10-20
Eliminating Inconsistencies in Textual Output
S. Matthew English
2016-10-20
Merge #7551: Add importmulti RPC call
Wladimir J. van der Laan
2016-10-19
Merge #7948: RPC: augment getblockchaininfo bip9_softforks data
Wladimir J. van der Laan
2016-10-19
Add importmulti rpc call
Pedro Branco
2016-10-19
RPC: augment getblockchaininfo bip9_softforks data
mruddy
2016-10-19
[RPC] pass HTTP basic authentication username to the JSONRequest object
Jonas Schnelli
2016-10-19
[RPC] Give RPC commands more information about the RPC request
Jonas Schnelli
2016-10-19
rpc: Change JSONRPCRequest to JSONRPCRequestObj
Wladimir J. van der Laan
2016-10-19
Merge #8951: RPC/Mining: getblocktemplate: Update and fix formatting of help
Wladimir J. van der Laan
2016-10-19
RPC/Mining: getblocktemplate: Update and fix formatting of help
Luke Dashjr
2016-10-18
Merge #8865: Decouple peer-processing-logic from block-connection-logic
Wladimir J. van der Laan
2016-10-18
Merge #6996: Add preciousblock RPC
Wladimir J. van der Laan
2016-10-18
Merge #8223: [c++11] Use std::unique_ptr for block creation.
Wladimir J. van der Laan
2016-10-18
Merge #8287: [wallet] Set fLimitFree = true
Wladimir J. van der Laan
2016-10-18
Merge #8925: qt: Display minimum ping in debug window.
Wladimir J. van der Laan
2016-10-18
Merge #8845: Don't return the address of a P2SH of a P2SH
Wladimir J. van der Laan
[next]