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: getrpcinfo docs
Ben Carman
2019-04-11
1
-2
/
+14
*
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
*
|
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-2
/
+2
|
/
*
Merge #13424: Consistently validate txid / blockhash length and encoding in r...
MarcoFalke
2018-09-24
1
-8
/
+4
|
\
|
*
Consistently use ParseHashV to validate hash inputs in rpc
Ben Woosley
2018-08-07
1
-8
/
+4
*
|
convert C-style (void) parameter lists to C++ style ()
Arvid Norberg
2018-09-13
1
-1
/
+1
*
|
Merge #14008: Preserve a format of RPC command definitions
Wladimir J. van der Laan
2018-09-10
1
-0
/
+2
|
\
\
|
*
|
Preserve a format of RPC command definitions
Kostiantyn Stepaniuk
2018-08-20
1
-0
/
+2
*
|
|
Removes the Boost case_conv.hpp dependency.
251
2018-08-28
1
-4
/
+1
|
/
/
*
|
Return void instead of bool for functions that cannot fail
practicalswift
2018-07-27
1
-2
/
+1
*
|
Break circular dependency: init -> * -> init by extracting shutdown.h
Ben Woosley
2018-06-25
1
-2
/
+2
|
/
*
Merge #13116: Add Clang thread safety annotations for variables guarded by cs...
MarcoFalke
2018-05-14
1
-3
/
+3
|
\
|
*
Add Clang thread safety annotations for variables guarded by cs_rpcWarmup
practicalswift
2018-04-29
1
-3
/
+3
*
|
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-05-03
1
-1
/
+1
|
/
*
Add username and ip logging for RPC method requests
Gabriel Davidian
2018-03-25
1
-1
/
+5
*
Merge #11872: [rpc] createrawtransaction: Accept sorted outputs
Wladimir J. van der Laan
2018-03-13
1
-6
/
+5
|
\
|
*
rpc: Allow typeAny in RPCTypeCheck
MarcoFalke
2018-02-22
1
-6
/
+5
*
|
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-19
1
-1
/
+1
|
/
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
Merge #10574: Remove includes in .cpp files for things the corresponding .h f...
Wladimir J. van der Laan
2017-12-12
1
-2
/
+0
|
\
|
*
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
1
-2
/
+0
*
|
Merge #10493: Use range-based for loops (C++11) when looping over map elements
MarcoFalke
2017-11-30
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Use range-based for loops (C++11) when looping over map elements
practicalswift
2017-10-09
1
-2
/
+2
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-10
/
+10
*
|
Fix uninitialized URI in batch RPC requests
Russell Yanofsky
2017-10-03
1
-4
/
+3
|
/
*
[rpc] Deprecate estimatefee RPC
John Newbery
2017-09-26
1
-0
/
+7
*
rpc: Push down safe mode checks
Andrew Chow
2017-08-29
1
-10
/
+5
*
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
1
-1
/
+1
*
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
2017-08-14
1
-3
/
+3
|
\
|
*
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-3
/
+3
*
|
rpc: Move ValueFromAmount to core_write
Wladimir J. van der Laan
2017-08-07
1
-10
/
+0
|
/
[next]