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
2015-07-02
use CBanEntry as object container for banned nodes
Jonas Schnelli
2015-07-02
banlist.dat: store banlist on disk
Jonas Schnelli
2015-06-19
fix lock issue for QT node diconnect and RPC disconnectnode
Jonas Schnelli
2015-06-17
setban: add RPCErrorCode
Jonas Schnelli
2015-06-17
setban: rewrite to UniValue, allow absolute bantime
Jonas Schnelli
2015-06-17
rename json field "bannedtill" to "banned_until"
Jonas Schnelli
2015-06-17
[RPC] extend setban to allow subnets
Jonas Schnelli
2015-06-17
[RPC] add setban/listbanned/clearbanned RPC commands
Jonas Schnelli
2015-06-16
New RPC command disconnectnode
Alex van der Peet
2015-06-11
Add paytxfee to getwalletinfo, warnings to getnetworkinfo
Stephen
2015-06-04
use const references where appropriate
Philip Kaufmann
2015-06-04
Remove JSON Spirit wrapper, remove JSON Spirit leftovers
Jonas Schnelli
2015-06-04
remove JSON Spirit UniValue wrapper
Jonas Schnelli
2015-06-04
expicit set UniValue type to avoid empty values
Jonas Schnelli
2015-06-04
Convert tree to using univalue. Eliminate all json_spirit uses.
Jeff Garzik
2015-04-17
privacy: Stream isolation for Tor
Wladimir J. van der Laan
2015-01-28
Removed main.h dependency from rpcserver.cpp
Eric Lombrozo
2015-01-02
Merge pull request #5476
Wladimir J. van der Laan
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-15
Add time offset to getpeerinfo output
Pavel JanÃk
2014-11-20
Update comments in src/rpc* to be doxygen compatible
Michael Ford
2014-10-29
Separate protocol versioning from clientversion
Cory Fields
2014-10-14
RPC additions after headers-first
Pieter Wuille
2014-10-14
Headers-first synchronization
Pieter Wuille
2014-10-01
update getnetworkinfo help with subversion
Philip Kaufmann
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
[next]