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
/
server.h
Age
Commit message (
Expand
)
Author
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-01-29
Remove pointer cast in CRPCTable::dumpArgMap
Russell Yanofsky
2021-01-28
rpc: Remove duplicate name and argNames from CRPCCommand
MarcoFalke
2021-01-28
rpc: Use RPCHelpMan for check-rpc-mappings linter
MarcoFalke
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-09-24
remove CRPCCommand constructor that takes rpcfn_type function pointer
MarcoFalke
2020-08-14
rpc: Remove unused return type from appendCommand
MarcoFalke
2020-07-03
rpc: Assert that passed arg names are equal to hardcoded ones
MarcoFalke
2020-06-30
rpc: Add CRPCCommand constructor which takes RPCHelpMan
MarcoFalke
2020-05-22
rpc: factor out RpcInterruptionPoint from dumptxoutset
MarcoFalke
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-15
Remove unused includes
practicalswift
2019-07-05
rpc: migrate JSONRPCRequest functionality into request.cpp
Karl-Johan Alm
2019-04-09
[build] Move rpc utility methods to rpc/util
John Newbery
2019-03-05
Remove use of CRPCTable::appendCommand in wallet code
Russell Yanofsky
2018-09-13
convert C-style (void) parameter lists to C++ style ()
Arvid Norberg
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-07-27
Return void instead of bool for functions that cannot fail
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-01
Merge #12757: Clarify include guard naming convention
MarcoFalke
2018-03-25
Add username and ip logging for RPC method requests
Gabriel Davidian
2018-03-22
Fix missing or inconsistent include guards
practicalswift
2018-03-15
Document RPC method aliasing
Russell Yanofsky
2018-03-07
[rpc] createrawtransaction: Accept sorted outputs
MarcoFalke
2018-02-22
rpc: Allow typeAny in RPCTypeCheck
MarcoFalke
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-03
Fix uninitialized URI in batch RPC requests
Russell Yanofsky
2017-09-26
[rpc] Deprecate estimatefee RPC
John Newbery
2017-08-29
rpc: Push down safe mode checks
Andrew Chow
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-07
rpc: Move ValueFromAmount to core_write
Wladimir J. van der Laan
2017-06-12
Remove unnecessary forward class declarations in header files
practicalswift
2017-06-04
Perform member initialization in initialization lists where possible
practicalswift
2017-05-13
Replace boost::function with std::function (C++11)
practicalswift
2017-03-27
refactor: Move RPCNotifyBlockChange out of `rpc/server.h`
Wladimir J. van der Laan
2017-03-27
refactor: Move GetDifficulty out of `rpc/server.h`
Wladimir J. van der Laan
2017-03-19
Fix parameter naming inconsistencies between .h and .cpp files
practicalswift
2017-03-17
Remove unused code
practicalswift
2017-02-27
Move wallet RPC declarations to rpcwallet.h
Luke Dashjr
2017-02-27
RPC: Pass on JSONRPCRequest metadata (URI/user/etc) for "help" method
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-01-19
[wallet] Add include_unsafe argument to listunspent RPC
Russell Yanofsky
2017-01-05
rpc: Support named arguments
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-05
Add option to return non-segwit serialization via rpc
Gregory Sanders
2016-10-19
[RPC] pass HTTP basic authentication username to the JSONRequest object
Jonas Schnelli
[next]