index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpcnet.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
move rpc* to rpc/
Daniel Cousens
2016-01-21
1
-628
/
+0
*
Merge pull request #7205
Wladimir J. van der Laan
2016-01-05
1
-1
/
+1
|
\
|
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
|
log bytes recv/sent per command
Jonas Schnelli
2015-12-07
1
-0
/
+22
|
/
*
Add relaytxes status to getpeerinfo
Peter Todd
2015-11-20
1
-0
/
+2
*
add (max)uploadtarget infos to getnettotals RPC help
Jonas Schnelli
2015-11-12
1
-1
/
+10
*
Merge pull request #6870
Wladimir J. van der Laan
2015-10-29
1
-2
/
+2
|
\
|
*
[trivial] rpcnet: fix typo
MarcoFalke
2015-10-23
1
-2
/
+2
*
|
Introduce -maxuploadtarget
Jonas Schnelli
2015-10-26
1
-0
/
+9
|
/
*
[Univalue] add univalue over subtree
Jonas Schnelli
2015-10-01
1
-1
/
+1
*
[Qt] banlist, UI optimizing and better signal handling
Jonas Schnelli
2015-09-16
1
-1
/
+0
*
[Qt] add ui signal for banlist changes
Jonas Schnelli
2015-09-16
1
-0
/
+5
*
Report minimum ping time in getpeerinfo
Matt Corallo
2015-09-03
1
-0
/
+2
*
Merge pull request #6462
Wladimir J. van der Laan
2015-08-05
1
-2
/
+1
|
\
|
*
limit total length of user agent comments
Pavol Rusnak
2015-08-05
1
-2
/
+1
|
*
implement uacomment config parameter
Pavol Rusnak
2015-07-31
1
-1
/
+1
*
|
Rationalize currency unit to "BTC"
Ross Nicoll
2015-08-03
1
-1
/
+1
|
/
*
TRIVIAL: Missing includes
Jorge Timón
2015-07-23
1
-0
/
+2
*
use CBanEntry as object container for banned nodes
Jonas Schnelli
2015-07-02
1
-4
/
+8
*
banlist.dat: store banlist on disk
Jonas Schnelli
2015-07-02
1
-0
/
+2
*
fix lock issue for QT node diconnect and RPC disconnectnode
Jonas Schnelli
2015-06-19
1
-2
/
+2
*
setban: add RPCErrorCode
Jonas Schnelli
2015-06-17
1
-1
/
+1
*
setban: rewrite to UniValue, allow absolute bantime
Jonas Schnelli
2015-06-17
1
-11
/
+16
*
rename json field "bannedtill" to "banned_until"
Jonas Schnelli
2015-06-17
1
-1
/
+1
*
[RPC] extend setban to allow subnets
Jonas Schnelli
2015-06-17
1
-16
/
+28
*
[RPC] add setban/listbanned/clearbanned RPC commands
Jonas Schnelli
2015-06-17
1
-0
/
+89
*
New RPC command disconnectnode
Alex van der Peet
2015-06-16
1
-0
/
+22
*
Add paytxfee to getwalletinfo, warnings to getnetworkinfo
Stephen
2015-06-11
1
-0
/
+2
*
use const references where appropriate
Philip Kaufmann
2015-06-04
1
-9
/
+8
*
Remove JSON Spirit wrapper, remove JSON Spirit leftovers
Jonas Schnelli
2015-06-04
1
-9
/
+8
*
remove JSON Spirit UniValue wrapper
Jonas Schnelli
2015-06-04
1
-8
/
+8
*
expicit set UniValue type to avoid empty values
Jonas Schnelli
2015-06-04
1
-16
/
+16
*
Convert tree to using univalue. Eliminate all json_spirit uses.
Jeff Garzik
2015-06-04
1
-4
/
+4
*
privacy: Stream isolation for Tor
Wladimir J. van der Laan
2015-04-17
1
-1
/
+2
*
Removed main.h dependency from rpcserver.cpp
Eric Lombrozo
2015-01-28
1
-2
/
+8
*
Merge pull request #5476
Wladimir J. van der Laan
2015-01-02
1
-0
/
+2
|
\
|
*
Add time offset to getpeerinfo output
Pavel Janík
2014-12-15
1
-0
/
+2
*
|
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
|
/
*
Update comments in src/rpc* to be doxygen compatible
Michael Ford
2014-11-20
1
-1
/
+1
*
Separate protocol versioning from clientversion
Cory Fields
2014-10-29
1
-0
/
+1
*
RPC additions after headers-first
Pieter Wuille
2014-10-14
1
-2
/
+13
*
Headers-first synchronization
Pieter Wuille
2014-10-14
1
-1
/
+0
*
update getnetworkinfo help with subversion
Philip Kaufmann
2014-10-01
1
-18
/
+24
*
RPC getnetworkinfo: export local node's client sub-version string
Jeff Garzik
2014-09-25
1
-0
/
+3
*
typo fix of booleamn to boolean
imharrywu
2014-09-18
1
-1
/
+1
*
minor changes for help message of getpeerinfo
Philip Kaufmann
2014-09-16
1
-2
/
+2
*
header include cleanup
Philip Kaufmann
2014-09-14
1
-0
/
+1
*
Add detailed network info to getnetworkinfo RPC
Wladimir J. van der Laan
2014-08-18
1
-5
/
+28
*
fix help message for RPC getpeerinfo
Philip Kaufmann
2014-07-17
1
-2
/
+1
*
Add peerid to getpeerinfo to allow correlation with the logs.
Gregory Maxwell
2014-07-15
1
-0
/
+2
[next]