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
/
rpc
/
misc.cpp
Age
Commit message (
Expand
)
Author
2017-04-10
allow libevent logging to be updated during runtime
John Newbery
2017-04-10
[rpc] Add logging RPC
John Newbery
2017-03-27
refactor: Move GetDifficulty out of `rpc/server.h`
Wladimir J. van der Laan
2017-03-20
Add mallocinfo mode to `getmemoryinfo` RPC
Wladimir J. van der Laan
2017-03-08
Refactor: Remove using namespace <xxx> from rpc/
Karl-Johan Alm
2017-03-07
Merge #9602: Remove coin age priority and free transactions - implementation
Wladimir J. van der Laan
2017-03-03
No longer allow "free" transactions
Alex Morcos
2017-03-03
Merge #8775: RPC refactoring: Access wallet using new GetWalletForJSONRPCRequest
Wladimir J. van der Laan
2017-02-27
Move wallet RPC declarations to rpcwallet.h
Luke Dashjr
2017-02-27
Reformat touched lines with C++11
Luke Dashjr
2017-02-27
Move nWalletUnlockTime to CWallet::nRelockTime, and name timed task unique pe...
Luke Dashjr
2017-02-27
RPC: Do all wallet access through new GetWalletForJSONRPCRequest
Luke Dashjr
2017-02-27
RPC/Wallet: Pass CWallet as pointer to helper functions
Luke Dashjr
2017-02-26
Change bitcoin address in RPC helpaddress to an invalid address, so people do...
Marijn Stollenga
2017-02-18
Merge #9696: [trivial] Fix recently introduced typos in comments
MarcoFalke
2017-02-14
[trivial] Fix recently introduced typos in comments
practicalswift
2017-02-10
Use importmulti timestamp when importing watch only keys
Russell Yanofsky
2017-02-10
Add test to check new importmulti "now" value
Russell Yanofsky
2017-01-25
net: Consistently use GetTimeMicros() for inactivity checks
Suhas Daftuar
2017-01-10
Update RPC argument names
John Newbery
2017-01-10
rpc: Named argument support for bitcoin-cli
Wladimir J. van der Laan
2017-01-05
rpc: Argument name consistency
Wladimir J. van der Laan
2017-01-05
rpc: Named arguments for misc calls
Wladimir J. van der Laan
2017-01-05
rpc: Add 'echo' call for testing
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-11-02
Merge #8753: Locked memory manager
Wladimir J. van der Laan
2016-10-31
Change all instance of 'GMT epoch' to 'Unix epoch'
matthias
2016-10-27
rpc: Add `getmemoryinfo` call
Wladimir J. van der Laan
2016-10-19
[RPC] Give RPC commands more information about the RPC request
Jonas Schnelli
2016-10-18
RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPC
Jorge Timón
2016-09-21
[rpc] Deprecate getinfo
MarcoFalke
2016-09-13
Remove createwitnessaddress
Johnson Lau
2016-09-08
Made the ForEachNode* functions in src/net.cpp more pragmatic and self docume...
Jeremy Rubin
2016-09-08
net: create generic functor accessors and move vNodes to CConnman
Cory Fields
2016-09-08
net: Add most functions needed for vNodes to CConnman
Cory Fields
2016-08-25
Do not shadow global RPC table variable (tableRPC)
Pavel Janík
2016-07-09
[Wallet] report optional HDKeypath/HDMasterKeyId in validateaddress
Jonas Schnelli
2016-06-22
[RPC] Add wallet support for witness transactions (using P2SH)
Pieter Wuille
2016-04-27
Create signmessagewithprivkey rpc
Andrew
2016-03-31
rpc: Register calls where they are defined
Wladimir J. van der Laan
2016-01-21
move rpc* to rpc/
Daniel Cousens
[prev]