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-11-20
Add relaytxes status to getpeerinfo
Peter Todd
2015-11-12
add (max)uploadtarget infos to getnettotals RPC help
Jonas Schnelli
2015-10-29
Merge pull request #6870
Wladimir J. van der Laan
2015-10-26
Introduce -maxuploadtarget
Jonas Schnelli
2015-10-23
[trivial] rpcnet: fix typo
MarcoFalke
2015-10-01
[Univalue] add univalue over subtree
Jonas Schnelli
2015-09-16
[Qt] banlist, UI optimizing and better signal handling
Jonas Schnelli
2015-09-16
[Qt] add ui signal for banlist changes
Jonas Schnelli
2015-09-03
Report minimum ping time in getpeerinfo
Matt Corallo
2015-08-05
Merge pull request #6462
Wladimir J. van der Laan
2015-08-05
limit total length of user agent comments
Pavol Rusnak
2015-08-03
Rationalize currency unit to "BTC"
Ross Nicoll
2015-07-31
implement uacomment config parameter
Pavol Rusnak
2015-07-23
TRIVIAL: Missing includes
Jorge Timón
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
[next]