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-08-29
rpc: Push down safe mode checks
Andrew Chow
2017-08-22
Merge #11050: Avoid treating null RPC arguments different from missing arguments
Wladimir J. van der Laan
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-14
Get rid of redundant RPC params.size() checks
Russell Yanofsky
2017-08-14
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
2017-08-07
rpc: Move ValueFromAmount to core_write
Wladimir J. van der Laan
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-19
Merge #10857: [RPC] Add a deprecation warning to getinfo's output
Wladimir J. van der Laan
2017-07-18
getinfo deprecation warning
Andrew Chow
2017-07-18
Avoid redundant redeclaration of GetWarnings(const string&)
practicalswift
2017-06-30
document script-based return fields for validateaddress
Gregory Sanders
2017-06-13
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-13
Merge #10553: Simplify "bool x = y ? true : false". Remove unused function an...
Wladimir J. van der Laan
2017-06-11
Simplify "bool x = y ? true : false" to "bool x = y"
practicalswift
2017-06-06
Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...
practicalswift
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-04-20
Merge #10181: Include cleanup
Wladimir J. van der Laan
2017-04-13
Missing includes
Jorge Timón
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
[prev]
[next]