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