60 Commits (71697f97d3f9512f0af934070690c14f1c0d95ea)

Author SHA1 Message Date
Cory Fields 71697f97d3 Separate protocol versioning from clientversion 10 years ago
Pieter Wuille ad6e601712 RPC additions after headers-first 10 years ago
Pieter Wuille 341735eb8f Headers-first synchronization 10 years ago
Philip Kaufmann b5ec5fe0cb update getnetworkinfo help with subversion 10 years ago
Jeff Garzik ff36cbe8d0 RPC getnetworkinfo: export local node's client sub-version string 10 years ago
imharrywu c15e483f23 typo fix of booleamn to boolean 10 years ago
Philip Kaufmann ee304b6e35 minor changes for help message of getpeerinfo 10 years ago
Philip Kaufmann 611116d4e3 header include cleanup 10 years ago
Wladimir J. van der Laan aa8279513b
Add detailed network info to getnetworkinfo RPC 10 years ago
Philip Kaufmann 7de3f1cfd6 fix help message for RPC getpeerinfo 10 years ago
Gregory Maxwell c4a321f5c6 Add peerid to getpeerinfo to allow correlation with the logs. 10 years ago
Pieter Wuille dc942e6f27 Introduce whitelisted peers. 10 years ago
Philip Kaufmann 0127a9be14 remove SOCKS4 support from core and GUI 10 years ago
Gavin Andresen 13fc83c77b
Move fee policy out of core 10 years ago
Pieter Wuille aa81564700 Track peers' available blocks 10 years ago
Wladimir J. van der Laan 14f888ca80 Move network-time related functions to timedata.cpp/h 10 years ago
Peter Todd 99ddc6cb70 Add nLocalServices info to RPC getinfo 10 years ago
Gavin Andresen c6cb21d17a Type-safe CFeeRate class 10 years ago
Kamil Domanski d56e30ca89 removed a few unnecessary casts 10 years ago
Kamil Domanski 4b61a6a478 switch from boost int types to <stdint.h> 10 years ago
Cozz Lovan b641c9cd21 Fix addnode "onetry": Connect with OpenNetworkConnection 10 years ago
Wladimir J. van der Laan d387b8ec15 rpc: add `getblockchaininfo` and `getnetworkinfo` 10 years ago
Wladimir J. van der Laan ab88ed93ef Organize RPCCommands table 10 years ago
Wladimir J. van der Laan f48742c2bf Get rid of C99 PRI?64 usage in source files 10 years ago
Wladimir J. van der Laan d5f1e727a8 Don't use PRIx64 formatting derives from inttypes.h 10 years ago
Philip Kaufmann 3e0753b0f5 always show syncnode in getpeerinfo (fixes #2717) 10 years ago
gubatron 57702541a2 Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 10 years ago
Philip Kaufmann 6943cb9b4f small changes to rpc command help message strings 10 years ago
Wladimir J. van der Laan 4412c5a759 Fix `getaddednodeinfo` RPC call with dns=false 10 years ago
Wladimir J. van der Laan 16bc9aaf8a Move `getinfo` from rpcnet to rpcmisc 11 years ago
Philip Kaufmann fdbdb7f345 cleanup includes in rpcnet.cpp 11 years ago
Pieter Wuille b2864d2fb3 Add main-specific node state 11 years ago
Philip Kaufmann 38cbeab1ff fix typo in rpcnet.cpp 11 years ago
Wladimir J. van der Laan 48ba56cdfd Delimit code with #ifdef ENABLE_WALLET 11 years ago
Wladimir J. van der Laan 991685d3dc Move getinfo to rpcnet.cpp 11 years ago
Wladimir J. van der Laan fb78cc2378 Split up bitcoinrpc (code movement only) 11 years ago
Mike Hearn a946aa8d3e Store and use a sanitized subVer 11 years ago
sje a6099ef319 Issue #1865 - Clean up RPC help messages 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Philip Kaufmann 4315ec1a72 RPC: error code changes and prevent crash with walletpassphrase 11 years ago
Josh Lehan 547c61f8d8 Adding new "addrlocal" field to RPC getpeerinfo. 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago
Scott Ellis ce14345a89 Add network traffic graph 11 years ago
Josh Lehan 971bb3e901 Added ping time measurement. 11 years ago
Mike Hearn 0e4b317555 Introduce a CChainParameters singleton class and regtest mode. 11 years ago
Pieter Wuille 86648a8d16 Add bytessent, bytesrecv and syncnode to getpeerinfo 11 years ago
Pieter Wuille cedaa71446 Drop release times for CNode 11 years ago
Matt Corallo 67a11bd6c5 Add a getaddednodeinfo RPC. 11 years ago
Matt Corallo 72a348fd9a Add addnode RPC command. 11 years ago
Jeff Garzik ea0796bde3 Trim trailing whitespace for src/*.{h,cpp} 12 years ago