| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | net: make Ban/Unban/ClearBan functionality consistent | Cory Fields | 2016-05-10 | 1 | -10/+0 | |
| |/ | | | | | | | | - Ban/Unban/ClearBan call uiInterface.BannedListChanged() as necessary - Ban/Unban/ClearBan sync to disk if the operation is user-invoked - Mark node for disconnection automatically when banning - Lock cs_vNodes while setting disconnected - Don't spin in a tight loop while setting disconnected | |||||
| * | push back getaddednodeinfo dead value | instagibbs | 2016-04-22 | 1 | -0/+1 | |
| | | ||||||
| * | RPC: do not print ping info in getpeerinfo when no ping received yet, fix help | Pavel JanÃk | 2016-04-09 | 1 | -5/+7 | |
| | | ||||||
| * | rpc: Register calls where they are defined | Wladimir J. van der Laan | 2016-03-31 | 1 | -0/+22 | |
| | | | | | | | | | | | | | Split out methods to every module, apart from 'help' and 'stop' which are implemented in rpcserver.cpp itself. - This makes it easier to add or remove RPC commands - no longer everything that includes rpcserver.h has to be rebuilt when there's a change there. - Cleans up `rpc/server.h` by getting rid of the huge cluttered list of function definitions. - Removes most of the bitcoin-specific code from rpcserver.cpp and .h. Continues #7307 for the non-wallet. | |||||
| * | move rpc* to rpc/ | Daniel Cousens | 2016-01-21 | 1 | -0/+628 | |