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
/
rpcnet.cpp
Age
Commit message (
Expand
)
Author
2014-09-25
RPC getnetworkinfo: export local node's client sub-version string
Jeff Garzik
2014-09-18
typo fix of booleamn to boolean
imharrywu
2014-09-16
minor changes for help message of getpeerinfo
Philip Kaufmann
2014-09-14
header include cleanup
Philip Kaufmann
2014-08-18
Add detailed network info to getnetworkinfo RPC
Wladimir J. van der Laan
2014-07-17
fix help message for RPC getpeerinfo
Philip Kaufmann
2014-07-15
Add peerid to getpeerinfo to allow correlation with the logs.
Gregory Maxwell
2014-07-09
Introduce whitelisted peers.
Pieter Wuille
2014-07-07
remove SOCKS4 support from core and GUI
Philip Kaufmann
2014-07-03
Move fee policy out of core
Gavin Andresen
2014-06-29
Track peers' available blocks
Pieter Wuille
2014-06-25
Move network-time related functions to timedata.cpp/h
Wladimir J. van der Laan
2014-06-21
Add nLocalServices info to RPC getinfo
Peter Todd
2014-06-06
Type-safe CFeeRate class
Gavin Andresen
2014-05-23
Merge pull request #4166
Wladimir J. van der Laan
2014-05-13
removed a few unnecessary casts
Kamil Domanski
2014-05-13
switch from boost int types to <stdint.h>
Kamil Domanski
2014-05-10
Fix addnode "onetry": Connect with OpenNetworkConnection
Cozz Lovan
2014-05-06
rpc: add `getblockchaininfo` and `getnetworkinfo`
Wladimir J. van der Laan
2014-03-31
Organize RPCCommands table
Wladimir J. van der Laan
2014-03-27
Merge pull request #3682
Wladimir J. van der Laan
2014-02-24
Get rid of C99 PRI?64 usage in source files
Wladimir J. van der Laan
2014-02-22
Don't use PRIx64 formatting derives from inttypes.h
Wladimir J. van der Laan
2014-02-16
always show syncnode in getpeerinfo (fixes #2717)
Philip Kaufmann
2014-02-16
Merge pull request #3646
Wladimir J. van der Laan
2014-02-09
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-01-30
small changes to rpc command help message strings
Philip Kaufmann
2014-01-29
Fix `getaddednodeinfo` RPC call with dns=false
Wladimir J. van der Laan
2013-12-13
Move `getinfo` from rpcnet to rpcmisc
Wladimir J. van der Laan
2013-12-09
cleanup includes in rpcnet.cpp
Philip Kaufmann
2013-12-08
Add main-specific node state
Pieter Wuille
2013-12-08
Merge pull request #3332
Wladimir J. van der Laan
2013-12-05
fix typo in rpcnet.cpp
Philip Kaufmann
2013-12-04
Delimit code with #ifdef ENABLE_WALLET
Wladimir J. van der Laan
2013-12-04
Move getinfo to rpcnet.cpp
Wladimir J. van der Laan
2013-11-27
Merge pull request #3284
Wladimir J. van der Laan
2013-11-27
Split up bitcoinrpc (code movement only)
Wladimir J. van der Laan
2013-11-26
Store and use a sanitized subVer
Mike Hearn
2013-11-13
Issue #1865 - Clean up RPC help messages
sje
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-24
RPC: error code changes and prevent crash with walletpassphrase
Philip Kaufmann
2013-10-21
Adding new "addrlocal" field to RPC getpeerinfo.
Josh Lehan
2013-10-20
Merge pull request #3119
Pieter Wuille
2013-10-20
Bump Year Number to 2013
super3
2013-10-14
Add network traffic graph
Scott Ellis
2013-10-04
Added ping time measurement.
Josh Lehan
2013-06-19
Introduce a CChainParameters singleton class and regtest mode.
Mike Hearn
2013-04-09
Merge pull request #2461 from sipa/syncnode
Gavin Andresen
2013-04-07
Add bytessent, bytesrecv and syncnode to getpeerinfo
Pieter Wuille
2013-04-04
Drop release times for CNode
Pieter Wuille
[next]