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-11-07
Remove priority estimation
Alex Morcos
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-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
2016-10-18
RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPC
Jorge Timón
2016-10-15
Display minimum ping in debug window.
R E Broadley
2016-10-05
Don't return the address of a P2SH of a P2SH.
jnewbery
2016-10-05
Merge #8884: Bugfix: Trivial: RPC: getblockchaininfo help: pruneheight is the...
Wladimir J. van der Laan
2016-10-04
Bugfix: Trivial: RPC: getblockchaininfo help: pruneheight is the lowest, not ...
Luke Dashjr
2016-10-04
Remove CConnman parameter from ProcessNewBlock/ActivateBestChain
Matt Corallo
2016-10-01
rpc: Generate auth cookie in hex instead of base64
Wladimir J. van der Laan
2016-09-28
[rpc] throw JSONRPCError when utxo set can not be read
MarcoFalke
2016-09-27
Do not shadow variables
Pavel Janík
2016-09-21
[rpc] Deprecate getinfo
MarcoFalke
2016-09-13
Remove createwitnessaddress
Johnson Lau
2016-09-09
Merge #8085: p2p: Begin encapsulation
Wladimir J. van der Laan
2016-09-08
Made the ForEachNode* functions in src/net.cpp more pragmatic and self docume...
Jeremy Rubin
2016-09-08
net: move nLocalServices/nRelevantServices to CConnman
Cory Fields
2016-09-08
net: move send/recv statistics to CConnman
Cory Fields
2016-09-08
net: create generic functor accessors and move vNodes to CConnman
Cory Fields
2016-09-08
net: Add most functions needed for vNodes to CConnman
Cory Fields
2016-09-08
net: move added node functions to CConnman
Cory Fields
2016-09-08
net: move ban and addrman functions into CConnman
Cory Fields
2016-09-08
net: move OpenNetworkConnection into CConnman
Cory Fields
2016-09-08
net: Pass CConnman around as needed
Cory Fields
2016-09-08
net: Add rpc error for missing/disabled p2p functionality
Cory Fields
2016-09-07
add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for tests
Cory Fields
2016-09-02
Merge #8629: C++11: s/boost::scoped_ptr/std::unique_ptr/
Wladimir J. van der Laan
2016-09-01
C++11: s/boost::scoped_ptr/std::unique_ptr/
Jorge Timón
2016-09-01
Make the dummy argument to getaddednodeinfo optional
Pieter Wuille
2016-08-31
Merge #8163: Do not shadow global RPC table variable (tableRPC)
Wladimir J. van der Laan
[next]