Age | Commit message (Expand) | Author |
2024-06-27 | Merge bitcoin/bitcoin#28167: init: Add option for rpccookie permissions (repl... | Ryan Ofsky |
2024-06-27 | init: add option for rpccookie permissions | willcl-ark |
2024-05-16 | util: Move util/string.h functions to util namespace | Ryan Ofsky |
2024-05-14 | rpc: JSON-RPC 2.0 should not respond to "notifications" | Matthew Zipkin |
2024-05-14 | rpc: Avoid returning HTTP errors for JSON-RPC 2.0 requests | Matthew Zipkin |
2024-05-14 | rpc: Add "jsonrpc" field and drop null "result"/"error" fields | Matthew Zipkin |
2024-03-07 | rpc: refactor single/batch requests | Matthew Zipkin |
2024-03-07 | rpc: Avoid copies in JSONRPCReplyObj() | Matthew Zipkin |
2023-09-19 | refactor: drop protocol.h include header in rpc/util.h | Jon Atack |
2023-05-09 | scripted-diff: Use UniValue::find_value method | MarcoFalke |
2023-04-19 | move-only: Extract common/args and common/config.cpp from util/system | TheCharlatan |
2023-02-17 | Merge bitcoin/bitcoin#25619: net: avoid overriding non-virtual ToString() in ... | Andrew Chow |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-12-12 | net: remove CService::ToString() use ToStringAddrPort() instead | Vasil Dimov |
2022-05-18 | scripted-diff: Use getInt<T> over get_int/get_int64 | MacroFake |
2022-05-04 | http: replace boost::split with SplitString | Martin Leitner-Ankerl |
2022-04-30 | Reject invalid rpcauth formats | MacroFake |
2022-04-27 | Use std::string_view throughout util strencodings/string | Pieter Wuille |
2022-04-27 | Make DecodeBase{32,64} return optional instead of taking bool* | Pieter Wuille |
2022-04-27 | Make DecodeBase{32,64} always return vector, not string | Pieter Wuille |
2022-04-27 | Reject incorrect base64 in HTTP auth | Pieter Wuille |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-09-02 | Replace use of boost::trim use with locale-independent TrimString | Ben Woosley |
2021-04-07 | Drop JSONRPCRequest constructors after #21366 | Russell Yanofsky |
2021-03-29 | refactor: replace util::Ref by std::any (C++17) | Sebastian Falbesoner |
2021-03-11 | scripted-diff: remove MakeUnique<T>() | fanquake |
2020-11-23 | rpc: Validate -rpcauth arguments | João Barbosa |
2020-11-23 | rpc: Refactor to process -rpcauth once | João Barbosa |
2020-05-21 | Merge #18740: Remove g_rpc_node global | MarcoFalke |
2020-05-20 | Merge #19006: rpc: Avoid crash when g_thread_http was never started | MarcoFalke |
2020-05-19 | init: Remove confusing and redundant InitError | MarcoFalke |
2020-05-17 | log: Remove "No rpcpassword set" from logs | MarcoFalke |
2020-05-13 | refactor: Pass NodeContext to RPC and REST methods through util::Ref | Russell Yanofsky |
2020-05-05 | Make ThreadSafe{MessageBox|Question} bilingual | Hennadii Stepanov |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-02-21 | scripted-diff: Replace MilliSleep with UninterruptibleSleep | MarcoFalke |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-12-11 | Add RPC Whitelist Feature from #12248 | Jeremy Rubin |
2019-10-28 | Fix occurences of c_str() used with size() to data() | Wladimir J. van der Laan |
2019-10-15 | Remove unused includes | practicalswift |
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 |