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
...
*
|
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
|
/
*
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
2017-07-04
1
-1
/
+0
|
\
|
*
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-22
1
-1
/
+0
*
|
[RPC] Add an uptime command that displays the amount of time that bitcoind ha...
Ricardo Velhote
2017-06-25
1
-0
/
+17
|
/
*
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-13
1
-3
/
+3
|
\
|
*
scripted-diff: Remove PAIRTYPE
Jorge Timón
2017-06-05
1
-1
/
+1
|
*
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
1
-3
/
+3
*
|
Remove unused Boost includes
practicalswift
2017-06-09
1
-2
/
+0
|
/
*
Merge #10395: Replace boost::function with std::function (C++11)
Pieter Wuille
2017-05-17
1
-4
/
+4
|
\
|
*
Replace boost::function with std::function (C++11)
practicalswift
2017-05-13
1
-4
/
+4
*
|
RPC: Allow multiple names for parameters
Luke Dashjr
2017-04-10
1
-2
/
+12
|
/
*
Merge #10162: [trivial] Log calls to getblocktemplate
Wladimir J. van der Laan
2017-04-07
1
-3
/
+1
|
\
|
*
Log calls to getblocktemplate
John Newbery
2017-04-06
1
-3
/
+1
*
|
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2017-04-03
1
-1
/
+1
|
/
*
[rpc] Remove auth cookie on shutdown
practicalswift
2017-04-02
1
-0
/
+1
*
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-04-01
1
-6
/
+7
*
Merge #9575: Remove unused, non-working RPC PostCommand signal
Wladimir J. van der Laan
2017-03-09
1
-8
/
+0
|
\
|
*
Remove unreachable code (g_rpcSignals.PostCommand)
practicalswift
2017-03-09
1
-8
/
+0
*
|
Refactor: Remove using namespace <xxx> from rpc/
Karl-Johan Alm
2017-03-08
1
-29
/
+26
*
|
Merge #8775: RPC refactoring: Access wallet using new GetWalletForJSONRPCRequest
Wladimir J. van der Laan
2017-03-03
1
-4
/
+7
|
\
\
|
*
|
RPC: Pass on JSONRPCRequest metadata (URI/user/etc) for "help" method
Luke Dashjr
2017-02-27
1
-4
/
+7
*
|
|
remove 'label' filter for rpc command help
Gregory Sanders
2017-03-01
1
-3
/
+0
|
/
/
[prev]
[next]