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
2023-01-22
scripted-diff: use RPCArg::Optional::OMITTED over OMITTED_NAMED_ARG
fanquake
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-13
Merge bitcoin/bitcoin#26628: RPC: Reject RPC requests with same named paramet...
MarcoFalke
2022-12-05
Fixup clang-tidy named argument comments
fanquake
2022-12-02
rpc: Make it an error server-side to specify same named parameter multiple times
Ryan Ofsky
2022-11-05
rpc: Allow named and positional arguments to be used together
Ryan Ofsky
2022-09-30
Merge bitcoin/bitcoin#26074: refactor: Set RPCArg options with designated ini...
MacroFake
2022-09-21
Merge bitcoin/bitcoin#25737: rpc: treat univalue type check error as RPC_TYPE...
fanquake
2022-09-15
rpc: treat univalue type check error as RPC_TYPE_ERROR, not RPC_MISC_ERROR
furszy
2022-09-13
rpc: Set RPCArg options with designated initializers
MacroFake
2022-07-30
Use steady clock for all millis bench logging
MacroFake
2022-06-23
rpc: Use steady_clock for getrpcinfo durations
MacroFake
2022-05-21
scripted-diff: Convert global Mutexes to GlobalMutexes
Anthony Towns
2022-05-18
scripted-diff: Use getInt<T> over get_int/get_int64
MacroFake
2022-04-26
Merge bitcoin/bitcoin#24959: Remove not needed clang-format off comments
laanwj
2022-04-25
Remove not needed clang-format off comments
MarcoFalke
2022-04-11
refactor: introduce single-separator split helper `SplitString`
Sebastian Falbesoner
2022-04-04
refactor: fix clang-tidy named args usage
fanquake
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
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
[next]