aboutsummaryrefslogtreecommitdiff
path: root/src/rpcnet.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add relaytxes status to getpeerinfoPeter Todd2015-11-201-0/+2
* add (max)uploadtarget infos to getnettotals RPC helpJonas Schnelli2015-11-121-1/+10
* Merge pull request #6870Wladimir J. van der Laan2015-10-291-2/+2
|\
| * [trivial] rpcnet: fix typoMarcoFalke2015-10-231-2/+2
* | Introduce -maxuploadtargetJonas Schnelli2015-10-261-0/+9
|/
* [Univalue] add univalue over subtreeJonas Schnelli2015-10-011-1/+1
* [Qt] banlist, UI optimizing and better signal handlingJonas Schnelli2015-09-161-1/+0
* [Qt] add ui signal for banlist changesJonas Schnelli2015-09-161-0/+5
* Report minimum ping time in getpeerinfoMatt Corallo2015-09-031-0/+2
* Merge pull request #6462Wladimir J. van der Laan2015-08-051-2/+1
|\
| * limit total length of user agent commentsPavol Rusnak2015-08-051-2/+1
| * implement uacomment config parameterPavol Rusnak2015-07-311-1/+1
* | Rationalize currency unit to "BTC"Ross Nicoll2015-08-031-1/+1
|/
* TRIVIAL: Missing includesJorge Timón2015-07-231-0/+2
* use CBanEntry as object container for banned nodesJonas Schnelli2015-07-021-4/+8
* banlist.dat: store banlist on diskJonas Schnelli2015-07-021-0/+2
* fix lock issue for QT node diconnect and RPC disconnectnodeJonas Schnelli2015-06-191-2/+2
* setban: add RPCErrorCodeJonas Schnelli2015-06-171-1/+1
* setban: rewrite to UniValue, allow absolute bantimeJonas Schnelli2015-06-171-11/+16
* rename json field "bannedtill" to "banned_until"Jonas Schnelli2015-06-171-1/+1
* [RPC] extend setban to allow subnetsJonas Schnelli2015-06-171-16/+28
* [RPC] add setban/listbanned/clearbanned RPC commandsJonas Schnelli2015-06-171-0/+89
* New RPC command disconnectnodeAlex van der Peet2015-06-161-0/+22
* Add paytxfee to getwalletinfo, warnings to getnetworkinfoStephen2015-06-111-0/+2
* use const references where appropriatePhilip Kaufmann2015-06-041-9/+8
* Remove JSON Spirit wrapper, remove JSON Spirit leftoversJonas Schnelli2015-06-041-9/+8
* remove JSON Spirit UniValue wrapperJonas Schnelli2015-06-041-8/+8
* expicit set UniValue type to avoid empty valuesJonas Schnelli2015-06-041-16/+16
* Convert tree to using univalue. Eliminate all json_spirit uses.Jeff Garzik2015-06-041-4/+4
* privacy: Stream isolation for TorWladimir J. van der Laan2015-04-171-1/+2
* Removed main.h dependency from rpcserver.cppEric Lombrozo2015-01-281-2/+8
* Merge pull request #5476Wladimir J. van der Laan2015-01-021-0/+2
|\
| * Add time offset to getpeerinfo outputPavel Janík2014-12-151-0/+2
* | Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
|/
* Update comments in src/rpc* to be doxygen compatibleMichael Ford2014-11-201-1/+1
* Separate protocol versioning from clientversionCory Fields2014-10-291-0/+1
* RPC additions after headers-firstPieter Wuille2014-10-141-2/+13
* Headers-first synchronizationPieter Wuille2014-10-141-1/+0
* update getnetworkinfo help with subversionPhilip Kaufmann2014-10-011-18/+24
* RPC getnetworkinfo: export local node's client sub-version stringJeff Garzik2014-09-251-0/+3
* typo fix of booleamn to booleanimharrywu2014-09-181-1/+1
* minor changes for help message of getpeerinfoPhilip Kaufmann2014-09-161-2/+2
* header include cleanupPhilip Kaufmann2014-09-141-0/+1
* Add detailed network info to getnetworkinfo RPCWladimir J. van der Laan2014-08-181-5/+28
* fix help message for RPC getpeerinfoPhilip Kaufmann2014-07-171-2/+1
* Add peerid to getpeerinfo to allow correlation with the logs.Gregory Maxwell2014-07-151-0/+2
* Introduce whitelisted peers.Pieter Wuille2014-07-091-0/+1
* remove SOCKS4 support from core and GUIPhilip Kaufmann2014-07-071-1/+1
* Move fee policy out of coreGavin Andresen2014-07-031-1/+1
* Track peers' available blocksPieter Wuille2014-06-291-0/+1