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
...
|
*
Support P2WPKH addresses in create/addmultisig
Pieter Wuille
2018-01-09
1
-3
/
+3
|
*
Extend validateaddress information for P2SH-embedded witness
Pieter Wuille
2018-01-03
1
-24
/
+62
*
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
|
/
*
Split up key and script metadata for better type safety
Russell Yanofsky
2017-12-08
1
-10
/
+17
*
Merge #11191: RPC: Improve help text and behavior of RPC-logging.
Wladimir J. van der Laan
2017-11-30
1
-8
/
+27
|
\
|
*
Improve help text and behavior of RPC-logging
Akio Nakamura
2017-11-20
1
-8
/
+27
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-19
/
+19
*
|
rpc: Make logging RPC public
Wladimir J. van der Laan
2017-11-07
1
-1
/
+1
*
|
Implement BIP173 addresses and tests
Pieter Wuille
2017-09-28
1
-0
/
+44
*
|
Merge #10793: Changing &var[0] to var.data()
Wladimir J. van der Laan
2017-09-08
1
-1
/
+1
|
\
\
|
*
|
Changing &vec[0] to vec.data(), what 9804 missed
MeshCollider
2017-09-08
1
-1
/
+1
|
|
/
*
|
(finally) remove getinfo in favor of more module-specific infos
Matt Corallo
2017-09-06
1
-89
/
+0
*
|
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-09-06
1
-24
/
+24
*
|
rpc: Push down safe mode checks
Andrew Chow
2017-08-29
1
-11
/
+11
|
/
*
Merge #11050: Avoid treating null RPC arguments different from missing arguments
Wladimir J. van der Laan
2017-08-22
1
-3
/
+3
|
\
|
*
Get rid of redundant RPC params.size() checks
Russell Yanofsky
2017-08-14
1
-3
/
+3
*
|
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
1
-1
/
+1
|
/
*
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
2017-08-14
1
-3
/
+3
|
\
|
*
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-3
/
+3
*
|
rpc: Move ValueFromAmount to core_write
Wladimir J. van der Laan
2017-08-07
1
-0
/
+1
|
/
*
Merge #10857: [RPC] Add a deprecation warning to getinfo's output
Wladimir J. van der Laan
2017-07-19
1
-2
/
+5
|
\
|
*
getinfo deprecation warning
Andrew Chow
2017-07-18
1
-2
/
+5
*
|
Avoid redundant redeclaration of GetWarnings(const string&)
practicalswift
2017-07-18
1
-0
/
+1
|
/
*
document script-based return fields for validateaddress
Gregory Sanders
2017-06-30
1
-0
/
+8
*
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-13
1
-1
/
+1
|
\
|
*
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
[prev]
[next]