aboutsummaryrefslogtreecommitdiff
path: root/src/httprpc.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | [RPC] remove the option of having multiple timer interfacesJonas Schnelli2016-01-081-2/+2
|/
* Added additional config option for multiple RPC users.Gregory Sanders2015-11-291-1/+55
* Implement RPCTimerHandler for Qt RPC consoleWladimir J. van der Laan2015-09-031-15/+7
* evhttpd implementationWladimir J. van der Laan2015-09-031-0/+201