aboutsummaryrefslogtreecommitdiff
path: root/src/httprpc.cpp
AgeCommit message (Expand)Author
2020-02-21scripted-diff: Replace MilliSleep with UninterruptibleSleepMarcoFalke
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-12-11Add RPC Whitelist Feature from #12248Jeremy Rubin
2019-10-28Fix occurences of c_str() used with size() to data()Wladimir J. van der Laan
2019-10-15Remove unused includespracticalswift
2019-07-24scripted-diff: Make translation bilingualHennadii Stepanov
2019-07-24Refactor out translation.hHennadii Stepanov
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-09-13convert C-style (void) parameter lists to C++ style ()Arvid Norberg
2018-09-10[build] remove ENABLE_WALLET ifdef from httprpc.cppJohn Newbery
2018-08-13Merge #13534: Don't assert(foo()) where foo() has side effectsMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-24scripted-diff: Remove trailing whitespacesJoão Barbosa
2018-07-15scripted-diff: Fix references to share/rpcuser (now share/rpcauth)Mason Simon
2018-07-07Don't assert(foo()) where foo has side effectspracticalswift
2018-05-16RPCAuth Detection in LogsLinrono
2018-04-05Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan
2018-04-02Bugfix: Include <memory> for std::unique_ptrLuke Dashjr
2018-03-27Merge #12778: RPC: Add username and ip logging for RPC method requestsWladimir J. van der Laan
2018-03-26Merge #12610: Multiwallet for the GUIJonas Schnelli
2018-03-25Add username and ip logging for RPC method requestsGabriel Davidian
2018-03-06Bugfix: RPC: Add missing UnregisterHTTPHandler for /wallet/Luke Dashjr
2018-02-19Split key_io (address/key encodings) off from base58Pieter Wuille
2018-01-11Use the character based overload for std::string::find.Alin Rus
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-09Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...))practicalswift
2017-11-09Use unique_ptr for httpRPCTimerInterface (HTTPRPCTimerInterface)practicalswift
2017-10-03Fix uninitialized URI in batch RPC requestsRussell Yanofsky
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2017-08-16Use nullptr instead of zero (0) as the null pointer constantpracticalswift
2017-08-14scripted-diff: stop using the gArgs wrappersMarko Bencun
2017-07-17Register wallet endpointJonas Schnelli
2017-07-04Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>Wladimir J. van der Laan
2017-06-28Use the override specifier (C++11) where we expect to be overriding the virtu...practicalswift
2017-06-27Indentation after 'Remove redundant calls to gArgs.IsArgSet()'Jorge Timón
2017-06-27Util: Remove redundant calls to gArgs.IsArgSet()Jorge Timón
2017-06-22scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón
2017-06-13Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille
2017-06-09Remove duplicate includespracticalswift
2017-06-05scripted-diff: Fully remove BOOST_FOREACHJorge Timón
2017-06-05Small preparations for Q_FOREACH, PAIRTYPE and #include <boost/foreach.hpp> r...Jorge Timón
2017-05-17Merge #10395: Replace boost::function with std::function (C++11)Pieter Wuille
2017-05-13Replace boost::function with std::function (C++11)practicalswift
2017-05-09Util: Small improvements in gArgs usageJorge Timón
2017-05-09scripted-diff: Util: Encapsulate mapMultiArgs behind gArgsJorge Timón
2017-04-01Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell
2017-02-17Make KEY_SIZE a compile-time constantPieter Wuille
2017-01-27[trivial] Fix typos in commentspracticalswift