Age | Commit message (Expand) | Author |
2019-07-24 | scripted-diff: Make translation bilingual | Hennadii Stepanov |
2019-07-24 | Refactor out translation.h | Hennadii Stepanov |
2019-06-02 | Make reasoning about dependencies easier by not including unused dependencies | practicalswift |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |
2018-09-13 | convert C-style (void) parameter lists to C++ style () | Arvid Norberg |
2018-09-10 | [build] remove ENABLE_WALLET ifdef from httprpc.cpp | John Newbery |
2018-08-13 | Merge #13534: Don't assert(foo()) where foo() has side effects | MarcoFalke |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-07-24 | scripted-diff: Remove trailing whitespaces | João Barbosa |
2018-07-15 | scripted-diff: Fix references to share/rpcuser (now share/rpcauth) | Mason Simon |
2018-07-07 | Don't assert(foo()) where foo has side effects | practicalswift |
2018-05-16 | RPCAuth Detection in Logs | Linrono |
2018-04-05 | Merge #12859: Bugfix: Include <memory> for std::unique_ptr | Wladimir J. van der Laan |
2018-04-02 | Bugfix: Include <memory> for std::unique_ptr | Luke Dashjr |
2018-03-27 | Merge #12778: RPC: Add username and ip logging for RPC method requests | Wladimir J. van der Laan |
2018-03-26 | Merge #12610: Multiwallet for the GUI | Jonas Schnelli |
2018-03-25 | Add username and ip logging for RPC method requests | Gabriel Davidian |
2018-03-06 | Bugfix: RPC: Add missing UnregisterHTTPHandler for /wallet/ | Luke Dashjr |
2018-02-19 | Split key_io (address/key encodings) off from base58 | Pieter Wuille |
2018-01-11 | Use the character based overload for std::string::find. | Alin Rus |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-11-09 | Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...)) | practicalswift |
2017-11-09 | Use unique_ptr for httpRPCTimerInterface (HTTPRPCTimerInterface) | practicalswift |
2017-10-03 | Fix uninitialized URI in batch RPC requests | Russell Yanofsky |
2017-08-16 | Declare single-argument (non-converting) constructors "explicit" | practicalswift |
2017-08-16 | Use nullptr instead of zero (0) as the null pointer constant | practicalswift |
2017-08-14 | scripted-diff: stop using the gArgs wrappers | Marko Bencun |
2017-07-17 | Register wallet endpoint | Jonas Schnelli |
2017-07-04 | Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp> | Wladimir J. van der Laan |
2017-06-28 | Use the override specifier (C++11) where we expect to be overriding the virtu... | practicalswift |
2017-06-27 | Indentation after 'Remove redundant calls to gArgs.IsArgSet()' | Jorge Timón |
2017-06-27 | Util: Remove redundant calls to gArgs.IsArgSet() | Jorge Timón |
2017-06-22 | scripted-diff: Remove #include <boost/foreach.hpp> | Jorge Timón |
2017-06-13 | Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE | Pieter Wuille |
2017-06-09 | Remove duplicate includes | practicalswift |
2017-06-05 | scripted-diff: Fully remove BOOST_FOREACH | Jorge Timón |
2017-06-05 | Small preparations for Q_FOREACH, PAIRTYPE and #include <boost/foreach.hpp> r... | Jorge Timón |
2017-05-17 | Merge #10395: Replace boost::function with std::function (C++11) | Pieter Wuille |
2017-05-13 | Replace boost::function with std::function (C++11) | practicalswift |
2017-05-09 | Util: Small improvements in gArgs usage | Jorge Timón |
2017-05-09 | scripted-diff: Util: Encapsulate mapMultiArgs behind gArgs | Jorge Timón |
2017-04-01 | Change LogAcceptCategory to use uint32_t rather than sets of strings. | Gregory Maxwell |
2017-02-17 | Make KEY_SIZE a compile-time constant | Pieter Wuille |
2017-01-27 | [trivial] Fix typos in comments | practicalswift |
2017-01-12 | Fix memory leak in multiUserAuthorized | Pieter Wuille |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-12-24 | Un-expose mapArgs from utils.h | Matt Corallo |
2016-12-23 | Fix non-const mapMultiArgs[] access after init. | Matt Corallo |
2016-10-19 | [RPC] pass HTTP basic authentication username to the JSONRequest object | Jonas Schnelli |