aboutsummaryrefslogtreecommitdiff
path: root/src/httprpc.cpp
Commit message (Expand)AuthorAgeFilesLines
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* scripted-diff: Replace MilliSleep with UninterruptibleSleepMarcoFalke2020-02-211-1/+1
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* Add RPC Whitelist Feature from #12248Jeremy Rubin2019-12-111-3/+59
* Fix occurences of c_str() used with size() to data()Wladimir J. van der Laan2019-10-281-1/+1
* Remove unused includespracticalswift2019-10-151-2/+0
* scripted-diff: Make translation bilingualHennadii Stepanov2019-07-241-1/+1
* Refactor out translation.hHennadii Stepanov2019-07-241-4/+5
* Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-1/+0
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-2/+2
* convert C-style (void) parameter lists to C++ style ()Arvid Norberg2018-09-131-2/+2
* [build] remove ENABLE_WALLET ifdef from httprpc.cppJohn Newbery2018-09-101-7/+7
* Merge #13534: Don't assert(foo()) where foo() has side effectsMarcoFalke2018-08-131-2/+3
|\
| * Don't assert(foo()) where foo has side effectspracticalswift2018-07-071-2/+3
* | 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