Age | Commit message (Expand) | Author |
2020-05-20 | Merge #18317: Serialization improvements step 6 (all except wallet/gui) | MarcoFalke |
2020-05-20 | Merge #18996: net: Remove un-actionable TODO | MarcoFalke |
2020-05-20 | Merge #19006: rpc: Avoid crash when g_thread_http was never started | MarcoFalke |
2020-05-20 | Merge #18587: gui: Avoid wallet tryGetBalances calls in WalletModel::pollBala... | Jonas Schnelli |
2020-05-20 | Merge #18956: build: enforce minimum required Windows version (7) | fanquake |
2020-05-19 | Add comments to CustomUintFormatter | Pieter Wuille |
2020-05-19 | http: Avoid crash when g_thread_http was never started | MarcoFalke |
2020-05-19 | test: Replace inline-comments with logs, pep8 formatting | MarcoFalke |
2020-05-19 | init: Remove confusing and redundant InitError | MarcoFalke |
2020-05-19 | Merge #17946: Fix GBT: Restore "!segwit" and "csv" to "rules" key | MarcoFalke |
2020-05-19 | Merge #18152: qt: Use SynchronizationState enum for signals to GUI | Jonas Schnelli |
2020-05-19 | Merge #19008: ci: tsan on clang-9 | fanquake |
2020-05-19 | Merge #18999: log: Remove "No rpcpassword set" from logs | fanquake |
2020-05-19 | Merge #18861: Do not answer GETDATA for to-be-announced tx | fanquake |
2020-05-18 | ci: Set DEBIAN_FRONTEND=noninteractive | MarcoFalke |
2020-05-18 | ci: tsan on clang-9 | MarcoFalke |
2020-05-19 | refactor: Remove Node:: queries from GUI | Hennadii Stepanov |
2020-05-19 | qt: Add SynchronizationState enum to signal parameter | Hennadii Stepanov |
2020-05-18 | Merge #18986: tests: Add capability to disable RPC timeout in functional tests | MarcoFalke |
2020-05-19 | refactor: Remove Node::getReindex() call from GUI | Hennadii Stepanov |
2020-05-19 | refactor: Pass SynchronizationState enum to GUI | Hennadii Stepanov |
2020-05-19 | refactor: Remove unused bool parameter in RPCNotifyBlockChange() | Hennadii Stepanov |
2020-05-19 | refactor: Remove unused bool parameter in BlockNotifyGenesisWait() | Hennadii Stepanov |
2020-05-18 | docs: Add notes on how to diasble rpc timeout in functional tests while attat... | codeShark149 |
2020-05-18 | test: Add capability to disable RPC timeout in functional tests. | codeShark149 |
2020-05-17 | log: Remove "No rpcpassword set" from logs | MarcoFalke |
2020-05-17 | net: Run clang-format on protocol.h | MarcoFalke |
2020-05-17 | net: Remove un-actionable TODO | MarcoFalke |
2020-05-17 | Merge #18938: tests: Fill fuzzing coverage gaps for functions in consensus/va... | MarcoFalke |
2020-05-16 | Merge #18952: test: avoid os-dependant path | MarcoFalke |
2020-05-16 | Merge #18634: ci: Add fuzzbuzz integration configuration file | MarcoFalke |
2020-05-15 | Merge #18781: Add templated GetRandDuration<> | MarcoFalke |
2020-05-15 | Merge #18975: test: Remove const to work around compiler error on xenial | fanquake |
2020-05-14 | Switch from Optional<T> to std::optional<T> (C++17). Run clang-format. | practicalswift |
2020-05-14 | tests: Fill fuzzing coverage gaps for functions in util/translation.h | practicalswift |
2020-05-14 | tests: Fill fuzzing coverage gaps for functions in consensus/validation.h | practicalswift |
2020-05-14 | tests: Fill fuzzing coverage gaps for functions in primitives/block.h | practicalswift |
2020-05-14 | Merge #18962: net processing: Only send a getheaders for one block in an INV | Wladimir J. van der Laan |
2020-05-14 | Merge #18796: scripts: security-check.py refactors | Wladimir J. van der Laan |
2020-05-14 | Merge #18946: rpcwallet: Replace boost::optional<T>::emplace with simple assi... | Wladimir J. van der Laan |
2020-05-14 | test: Remove const to work around compiler error on xenial | Wladimir J. van der Laan |
2020-05-14 | Merge #18742: miner: Avoid stack-use-after-return in validationinterface | fanquake |
2020-05-14 | scripts: add additional type annotations to security-check.py | fanquake |
2020-05-14 | scripts: add run_command to security-check.py | fanquake |
2020-05-14 | scripts: remove NONFATAL from security-check.py | fanquake |
2020-05-14 | scripts: no-longer check for 32 bit windows in security-check.py | fanquake |
2020-05-14 | build: enforce minimum required Windows version (7) | fanquake |
2020-05-13 | miner: Avoid stack-use-after-return in validationinterface | MarcoFalke |
2020-05-13 | test: Remove UninterruptibleSleep from test and replace it by SyncWithValidat... | MarcoFalke |
2020-05-13 | validationinterface: Rework documentation, Rename pwalletIn to callbacks | MarcoFalke |