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
2024-01-05
Merge bitcoin/bitcoin#28890: rpc: Remove deprecated -rpcserialversion
fanquake
2023-12-14
Merge bitcoin/bitcoin#29040: refactor: Remove pre-C++20 code, fs::path cleanup
Ava Chow
2023-12-14
refactor: Rename fs::path::u8string() to fs::path::utf8string()
MarcoFalke
2023-12-11
Remove deprecated -rpcserialversion
MarcoFalke
2023-12-04
refactor: Remove call to StartShutdown from stop RPC
Ryan Ofsky
2023-11-16
Merge bitcoin/bitcoin#28605: Fix typos
fanquake
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
2023-11-07
doc: fix typos
Sjors Provoost
2023-10-12
tidy: modernize-use-emplace
MarcoFalke
2023-06-20
scripted-diff: Following the C++ Standard rules for identifiers with _.
Brotcrunsher
2023-06-01
Merge bitcoin/bitcoin#26485: RPC: Accept options as named-only parameters
Andrew Chow
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-05-03
RPC: Add add OBJ_NAMED_PARAMS type
Ryan Ofsky
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-03-26
clang-tidy: Add `performance-inefficient-vector-operation` check
Hennadii Stepanov
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
[next]