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
/
httprpc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #18740: Remove g_rpc_node global
MarcoFalke
2020-05-21
1
-5
/
+6
|
\
|
*
refactor: Pass NodeContext to RPC and REST methods through util::Ref
Russell Yanofsky
2020-05-13
1
-5
/
+6
*
|
Merge #19006: rpc: Avoid crash when g_thread_http was never started
MarcoFalke
2020-05-20
1
-4
/
+0
|
\
\
|
*
|
init: Remove confusing and redundant InitError
MarcoFalke
2020-05-19
1
-4
/
+0
|
|
/
*
/
log: Remove "No rpcpassword set" from logs
MarcoFalke
2020-05-17
1
-1
/
+1
|
/
*
Make ThreadSafe{MessageBox|Question} bilingual
Hennadii Stepanov
2020-05-05
1
-1
/
+1
*
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
*
scripted-diff: Replace MilliSleep with UninterruptibleSleep
MarcoFalke
2020-02-21
1
-1
/
+1
*
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
*
Add RPC Whitelist Feature from #12248
Jeremy Rubin
2019-12-11
1
-3
/
+59
*
Fix occurences of c_str() used with size() to data()
Wladimir J. van der Laan
2019-10-28
1
-1
/
+1
*
Remove unused includes
practicalswift
2019-10-15
1
-2
/
+0
*
scripted-diff: Make translation bilingual
Hennadii Stepanov
2019-07-24
1
-1
/
+1
*
Refactor out translation.h
Hennadii Stepanov
2019-07-24
1
-4
/
+5
*
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
1
-1
/
+0
*
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-2
/
+2
*
convert C-style (void) parameter lists to C++ style ()
Arvid Norberg
2018-09-13
1
-2
/
+2
*
[build] remove ENABLE_WALLET ifdef from httprpc.cpp
John Newbery
2018-09-10
1
-7
/
+7
*
Merge #13534: Don't assert(foo()) where foo() has side effects
MarcoFalke
2018-08-13
1
-2
/
+3
|
\
|
*
Don't assert(foo()) where foo has side effects
practicalswift
2018-07-07
1
-2
/
+3
*
|
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
|
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-07-24
1
-1
/
+1
*
|
scripted-diff: Fix references to share/rpcuser (now share/rpcauth)
Mason Simon
2018-07-15
1
-1
/
+1
*
|
RPCAuth Detection in Logs
Linrono
2018-05-16
1
-1
/
+5
|
/
*
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-05
1
-0
/
+2
|
\
|
*
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-04-02
1
-0
/
+2
*
|
Merge #12778: RPC: Add username and ip logging for RPC method requests
Wladimir J. van der Laan
2018-03-27
1
-1
/
+2
|
\
\
|
*
|
Add username and ip logging for RPC method requests
Gabriel Davidian
2018-03-25
1
-1
/
+2
*
|
|
Merge #12610: Multiwallet for the GUI
Jonas Schnelli
2018-03-26
1
-0
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Bugfix: RPC: Add missing UnregisterHTTPHandler for /wallet/
Luke Dashjr
2018-03-06
1
-0
/
+3
|
|
/
*
/
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-19
1
-1
/
+1
|
/
*
Use the character based overload for std::string::find.
Alin Rus
2018-01-11
1
-5
/
+5
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-13
/
+13
*
Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...))
practicalswift
2017-11-09
1
-1
/
+1
*
Use unique_ptr for httpRPCTimerInterface (HTTPRPCTimerInterface)
practicalswift
2017-11-09
1
-6
/
+5
*
Fix uninitialized URI in batch RPC requests
Russell Yanofsky
2017-10-03
1
-1
/
+1
*
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
1
-1
/
+1
*
Use nullptr instead of zero (0) as the null pointer constant
practicalswift
2017-08-16
1
-2
/
+2
*
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
1
-2
/
+2
*
Register wallet endpoint
Jonas Schnelli
2017-07-17
1
-1
/
+4
*
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
*
|
Use the override specifier (C++11) where we expect to be overriding the virtu...
practicalswift
2017-06-28
1
-2
/
+2
*
|
Indentation after 'Remove redundant calls to gArgs.IsArgSet()'
Jorge Timón
2017-06-27
1
-25
/
+25
*
|
Util: Remove redundant calls to gArgs.IsArgSet()
Jorge Timón
2017-06-27
1
-4
/
+1
|
/
*
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-13
1
-2
/
+2
|
\
|
*
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
1
-1
/
+1
|
*
Small preparations for Q_FOREACH, PAIRTYPE and #include <boost/foreach.hpp> r...
Jorge Timón
2017-06-05
1
-1
/
+1
*
|
Remove duplicate includes
practicalswift
2017-06-09
1
-1
/
+0
|
/
[next]