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.cpp
Age
Commit message (
Expand
)
Author
2021-09-27
scripted-diff: Rename overloaded int GetArg to GetIntArg
Russell Yanofsky
2021-04-17
rpc: Keep default argument value in correct type
João Barbosa
2021-04-01
rpc: Fail to return undocumented return values
MarcoFalke
2021-03-29
refactor: replace util::Ref by std::any (C++17)
Sebastian Falbesoner
2021-01-29
Remove pointer cast in CRPCTable::dumpArgMap
Russell Yanofsky
2021-01-29
refactor: Add RPC server ExecuteCommands function
Russell Yanofsky
2021-01-29
refactor: Replace JSONRPCRequest fHelp field with mode field
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-08-14
rpc: Remove unused return type from appendCommand
MarcoFalke
2020-08-02
refactor: Use C++11 range based for loops to simplify rpc code
MarcoFalke
2020-07-15
Merge #19386: rpc: Assert that RPCArg names are equal to CRPCCommand ones (se...
MarcoFalke
2020-07-03
rpc: Update server to use new RPCHelpMan
MarcoFalke
2020-06-28
refactor: Replace RecursiveMutex with Mutex in rpc/server.cpp
Hennadii Stepanov
2020-05-29
Limit scope of all global std::once_flag
MarcoFalke
2020-05-29
Merge #18452: qt: Fix shutdown when waitfor* cmds are called from RPC console
Jonas Schnelli
2020-05-22
rpc: factor out RpcInterruptionPoint from dumptxoutset
MarcoFalke
2020-05-13
qt: Fix shutdown when waitfor* cmds are called from RPC console
Hennadii Stepanov
2020-04-29
rpc: Add mutex to guard deadlineTimers
João Barbosa
2020-03-13
rpc: Document an RPCResult for all calls; Enforce at compile time
MarcoFalke
2020-03-06
Merge #16117: util: Replace boost sleep with std sleep
fanquake
2020-02-25
rpc: Auto-format RPCResult
MarcoFalke
2020-02-21
scripted-diff: Replace MilliSleep with UninterruptibleSleep
MarcoFalke
2020-02-09
scripted-diff: Add missing spaces in RPCResult, Fix type names
MarcoFalke
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2019-10-15
Remove unused includes
practicalswift
2019-08-01
log: harmonize bitcoind server logging
Jon Atack
2019-07-09
Merge #16240: JSONRPCRequest-aware RPCHelpMan
MarcoFalke
2019-07-08
rpc: switch to using RPCHelpMan.Check()
Karl-Johan Alm
2019-07-05
rpc: migrate JSONRPCRequest functionality into request.cpp
Karl-Johan Alm
2019-07-03
Add logpath description for getrpcinfo
Gregory Sanders
2019-07-03
Merge #15483: rpc: Adding a 'logpath' entry to getrpcinfo
Wladimir J. van der Laan
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-16
Add a 'logpath' field to getrpcinfo
darosior
2019-04-10
Merge #15638: Move-only: Pull wallet code out of libbitcoin_server
Wladimir J. van der Laan
2019-04-09
[build] Move rpc utility methods to rpc/util
John Newbery
2019-04-05
rpc: getrpcinfo docs
Ben Carman
2019-03-05
Remove use of CRPCTable::appendCommand in wallet code
Russell Yanofsky
2019-02-11
RPCHelpMan: Check default values are given at compile-time
MarcoFalke
2019-01-29
Merge #14987: RPCHelpMan: Pass through Result and Examples
MarcoFalke
2019-01-27
rpc: Compile on GCC4.8
MarcoFalke
2019-01-25
RPCHelpMan: Pass through Result and Examples
MarcoFalke
2019-01-14
Merge #14982: rpc: Add getrpcinfo command
Wladimir J. van der Laan
2019-01-02
rpc: Add getrpcinfo command
João Barbosa
2019-01-02
rpc: Track active commands
João Barbosa
2018-12-29
Merge #13743: refactor: Replace boost::bind with std::bind
MarcoFalke
2018-12-18
rpc: Fix data race (UB) in InterruptRPC()
practicalswift
2018-12-14
rpc: Remove unused PreCommand signal
João Barbosa
2018-12-10
Merge #14877: rpc: Document default values for optional arguments
MarcoFalke
[next]