index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpc
/
server.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
rpc: Remove unused return type from appendCommand
MarcoFalke
2020-08-14
1
-4
/
+2
*
refactor: Use C++11 range based for loops to simplify rpc code
MarcoFalke
2020-08-02
1
-7
/
+2
*
Merge #19386: rpc: Assert that RPCArg names are equal to CRPCCommand ones (se...
MarcoFalke
2020-07-15
1
-23
/
+27
|
\
|
*
rpc: Update server to use new RPCHelpMan
MarcoFalke
2020-07-03
1
-23
/
+27
*
|
refactor: Replace RecursiveMutex with Mutex in rpc/server.cpp
Hennadii Stepanov
2020-06-28
1
-7
/
+7
|
/
*
Limit scope of all global std::once_flag
MarcoFalke
2020-05-29
1
-2
/
+2
*
Merge #18452: qt: Fix shutdown when waitfor* cmds are called from RPC console
Jonas Schnelli
2020-05-29
1
-7
/
+18
|
\
|
*
qt: Fix shutdown when waitfor* cmds are called from RPC console
Hennadii Stepanov
2020-05-13
1
-7
/
+18
*
|
rpc: factor out RpcInterruptionPoint from dumptxoutset
MarcoFalke
2020-05-22
1
-1
/
+6
|
/
*
rpc: Add mutex to guard deadlineTimers
João Barbosa
2020-04-29
1
-2
/
+4
*
rpc: Document an RPCResult for all calls; Enforce at compile time
MarcoFalke
2020-03-13
1
-2
/
+3
*
Merge #16117: util: Replace boost sleep with std sleep
fanquake
2020-03-06
1
-1
/
+1
|
\
|
*
scripted-diff: Replace MilliSleep with UninterruptibleSleep
MarcoFalke
2020-02-21
1
-1
/
+1
*
|
rpc: Auto-format RPCResult
MarcoFalke
2020-02-25
1
-12
/
+14
|
/
*
scripted-diff: Add missing spaces in RPCResult, Fix type names
MarcoFalke
2020-02-09
1
-3
/
+3
*
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
1
-1
/
+1
*
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2020-01-15
1
-1
/
+1
*
Remove unused includes
practicalswift
2019-10-15
1
-2
/
+0
*
log: harmonize bitcoind server logging
Jon Atack
2019-08-01
1
-2
/
+2
*
Merge #16240: JSONRPCRequest-aware RPCHelpMan
MarcoFalke
2019-07-09
1
-41
/
+2
|
\
|
*
rpc: switch to using RPCHelpMan.Check()
Karl-Johan Alm
2019-07-08
1
-8
/
+2
|
*
rpc: migrate JSONRPCRequest functionality into request.cpp
Karl-Johan Alm
2019-07-05
1
-33
/
+0
*
|
Add logpath description for getrpcinfo
Gregory Sanders
2019-07-03
1
-1
/
+2
*
|
Merge #15483: rpc: Adding a 'logpath' entry to getrpcinfo
Wladimir J. van der Laan
2019-07-03
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Add a 'logpath' field to getrpcinfo
darosior
2019-05-16
1
-0
/
+4
*
|
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
1
-2
/
+0
|
/
*
Merge #15638: Move-only: Pull wallet code out of libbitcoin_server
Wladimir J. van der Laan
2019-04-10
1
-104
/
+0
|
\
|
*
[build] Move rpc utility methods to rpc/util
John Newbery
2019-04-09
1
-104
/
+0
*
|
rpc: getrpcinfo docs
Ben Carman
2019-04-05
1
-2
/
+14
|
/
*
Remove use of CRPCTable::appendCommand in wallet code
Russell Yanofsky
2019-03-05
1
-25
/
+36
*
RPCHelpMan: Check default values are given at compile-time
MarcoFalke
2019-02-11
1
-1
/
+1
*
Merge #14987: RPCHelpMan: Pass through Result and Examples
MarcoFalke
2019-01-29
1
-13
/
+23
|
\
|
*
RPCHelpMan: Pass through Result and Examples
MarcoFalke
2019-01-25
1
-13
/
+23
*
|
rpc: Compile on GCC4.8
MarcoFalke
2019-01-27
1
-2
/
+2
|
/
*
Merge #14982: rpc: Add getrpcinfo command
Wladimir J. van der Laan
2019-01-14
1
-3
/
+56
|
\
|
*
rpc: Add getrpcinfo command
João Barbosa
2019-01-02
1
-0
/
+26
|
*
rpc: Track active commands
João Barbosa
2019-01-02
1
-0
/
+30
|
*
rpc: Remove unused PreCommand signal
João Barbosa
2018-12-14
1
-3
/
+0
*
|
Merge #13743: refactor: Replace boost::bind with std::bind
MarcoFalke
2018-12-29
1
-6
/
+1
|
\
\
|
*
|
scripted-diff: Replace boost::bind with std::bind
Chun Kuan Lee
2018-10-20
1
-1
/
+0
|
*
|
refactor: Use boost::scoped_connection in signal/slot, also prefer range-base...
Chun Kuan Lee
2018-10-20
1
-5
/
+1
*
|
|
rpc: Fix data race (UB) in InterruptRPC()
practicalswift
2018-12-18
1
-4
/
+4
|
|
/
|
/
|
*
|
Merge #14877: rpc: Document default values for optional arguments
MarcoFalke
2018-12-10
1
-1
/
+1
|
\
\
|
*
|
rpc: Document default values for optional arguments
MarcoFalke
2018-12-07
1
-1
/
+1
*
|
|
Merge #14670: http: Fix HTTP server shutdown
Wladimir J. van der Laan
2018-12-06
1
-1
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
rpc: Add wait argument to stop
João Barbosa
2018-11-23
1
-1
/
+7
*
|
|
rpc: Pass argument descriptions to RPCHelpMan
MarcoFalke
2018-11-27
1
-10
/
+1
|
/
/
*
|
Use RPCHelpMan for all RPCs
MarcoFalke
2018-11-14
1
-6
/
+12
*
|
rpc: Correctly name arguments
Jon Layton
2018-11-13
1
-1
/
+1
*
|
rpc: Include rpc/util.h where needed for RPCHelpMan
MarcoFalke
2018-11-09
1
-1
/
+2
[next]