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
*
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
|
/
*
Merge #10395: Replace boost::function with std::function (C++11)
Pieter Wuille
2017-05-17
1
-2
/
+2
|
\
|
*
Replace boost::function with std::function (C++11)
practicalswift
2017-05-13
1
-2
/
+2
*
|
Util: Small improvements in gArgs usage
Jorge Timón
2017-05-09
1
-1
/
+1
*
|
scripted-diff: Util: Encapsulate mapMultiArgs behind gArgs
Jorge Timón
2017-05-09
1
-2
/
+2
|
/
*
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-04-01
1
-3
/
+3
*
Make KEY_SIZE a compile-time constant
Pieter Wuille
2017-02-17
1
-1
/
+1
*
[trivial] Fix typos in comments
practicalswift
2017-01-27
1
-1
/
+1
*
Fix memory leak in multiUserAuthorized
Pieter Wuille
2017-01-12
1
-2
/
+2
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Un-expose mapArgs from utils.h
Matt Corallo
2016-12-24
1
-2
/
+2
*
Fix non-const mapMultiArgs[] access after init.
Matt Corallo
2016-12-23
1
-1
/
+1
*
[RPC] pass HTTP basic authentication username to the JSONRequest object
Jonas Schnelli
2016-10-19
1
-4
/
+7
*
[RPC] Give RPC commands more information about the RPC request
Jonas Schnelli
2016-10-19
1
-2
/
+5
*
Do not shadow member variables
Pavel Janík
2016-07-31
1
-1
/
+1
*
Make sure LogPrintf strings are line-terminated
MarcoFalke
2016-03-01
1
-1
/
+1
*
rpc: Add WWW-Authenticate header to 401 response
Wladimir J. van der Laan
2016-02-08
1
-0
/
+5
*
Merge #7348: MOVE ONLY: move rpc* to rpc/
Wladimir J. van der Laan
2016-01-28
1
-2
/
+2
|
\
|
*
move rpc* to rpc/
Daniel Cousens
2016-01-21
1
-2
/
+2
*
|
Merge #7300: [trivial] Add missing copyright headers
Wladimir J. van der Laan
2016-01-27
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Add missing copyright headers
MarcoFalke
2016-01-05
1
-0
/
+4
[next]