aboutsummaryrefslogtreecommitdiff
path: root/src/httprpc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* scripted-diff: Remove trailing whitespacesJoão Barbosa2018-07-241-1/+1
* scripted-diff: Fix references to share/rpcuser (now share/rpcauth)Mason Simon2018-07-151-1/+1
* RPCAuth Detection in LogsLinrono2018-05-161-1/+5
* Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan2018-04-051-0/+2
|\
| * Bugfix: Include <memory> for std::unique_ptrLuke Dashjr2018-04-021-0/+2
* | Merge #12778: RPC: Add username and ip logging for RPC method requestsWladimir J. van der Laan2018-03-271-1/+2
|\ \
| * | Add username and ip logging for RPC method requestsGabriel Davidian2018-03-251-1/+2
* | | Merge #12610: Multiwallet for the GUIJonas Schnelli2018-03-261-0/+3
|\ \ \ | |/ / |/| |
| * | Bugfix: RPC: Add missing UnregisterHTTPHandler for /wallet/Luke Dashjr2018-03-061-0/+3
| |/
* / Split key_io (address/key encodings) off from base58Pieter Wuille2018-02-191-1/+1
|/
* Use the character based overload for std::string::find.Alin Rus2018-01-111-5/+5
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-13/+13
* Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...))practicalswift2017-11-091-1/+1
* Use unique_ptr for httpRPCTimerInterface (HTTPRPCTimerInterface)practicalswift2017-11-091-6/+5
* Fix uninitialized URI in batch RPC requestsRussell Yanofsky2017-10-031-1/+1
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
* Use nullptr instead of zero (0) as the null pointer constantpracticalswift2017-08-161-2/+2
* scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-2/+2
* Register wallet endpointJonas Schnelli2017-07-171-1/+4
* Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>Wladimir J. van der Laan2017-07-041-1/+0
|\
| * scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón2017-06-221-1/+0
* | Use the override specifier (C++11) where we expect to be overriding the virtu...practicalswift2017-06-281-2/+2
* | Indentation after 'Remove redundant calls to gArgs.IsArgSet()'Jorge Timón2017-06-271-25/+25
* | Util: Remove redundant calls to gArgs.IsArgSet()Jorge Timón2017-06-271-4/+1
|/
* Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille2017-06-131-2/+2
|\
| * scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-1/+1
| * Small preparations for Q_FOREACH, PAIRTYPE and #include <boost/foreach.hpp> r...Jorge Timón2017-06-051-1/+1
* | Remove duplicate includespracticalswift2017-06-091-1/+0
|/
* Merge #10395: Replace boost::function with std::function (C++11)Pieter Wuille2017-05-171-2/+2
|\
| * Replace boost::function with std::function (C++11)practicalswift2017-05-131-2/+2
* | Util: Small improvements in gArgs usageJorge Timón2017-05-091-1/+1
* | scripted-diff: Util: Encapsulate mapMultiArgs behind gArgsJorge Timón2017-05-091-2/+2
|/
* Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell2017-04-011-3/+3
* Make KEY_SIZE a compile-time constantPieter Wuille2017-02-171-1/+1
* [trivial] Fix typos in commentspracticalswift2017-01-271-1/+1
* Fix memory leak in multiUserAuthorizedPieter Wuille2017-01-121-2/+2
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Un-expose mapArgs from utils.hMatt Corallo2016-12-241-2/+2
* Fix non-const mapMultiArgs[] access after init.Matt Corallo2016-12-231-1/+1
* [RPC] pass HTTP basic authentication username to the JSONRequest objectJonas Schnelli2016-10-191-4/+7
* [RPC] Give RPC commands more information about the RPC requestJonas Schnelli2016-10-191-2/+5
* Do not shadow member variablesPavel Janík2016-07-311-1/+1
* Make sure LogPrintf strings are line-terminatedMarcoFalke2016-03-011-1/+1
* rpc: Add WWW-Authenticate header to 401 responseWladimir J. van der Laan2016-02-081-0/+5
* Merge #7348: MOVE ONLY: move rpc* to rpc/Wladimir J. van der Laan2016-01-281-2/+2
|\
| * move rpc* to rpc/Daniel Cousens2016-01-211-2/+2
* | Merge #7300: [trivial] Add missing copyright headersWladimir J. van der Laan2016-01-271-0/+4
|\ \ | |/ |/|
| * Add missing copyright headersMarcoFalke2016-01-051-0/+4