Age | Commit message (Expand) | Author |
2023-02-01 | Fix clang-tidy readability-const-return-type violations | MarcoFalke |
2023-01-31 | clang-tidy: Fix `modernize-use-default-member-init` in headers | Hennadii Stepanov |
2023-01-24 | refactor: Remove c_str from util/check | MarcoFalke |
2023-01-03 | refactor: use braced init for integer constants instead of c style casts | Pasta |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-12-06 | util: Include full version id in bug reports | MarcoFalke |
2022-12-01 | util: Add StrFormatInternalBug and STR_INTERNAL_BUG | MarcoFalke |
2022-11-22 | Merge bitcoin/bitcoin#26292: util: move threadinterrupt into util/ | fanquake |
2022-11-16 | util: Move error message formatting of NonFatalCheckError to cpp | MacroFake |
2022-11-03 | Merge bitcoin/bitcoin#25248: refactor: Add LIFETIMEBOUND / -Wdangling-gsl to ... | fanquake |
2022-11-01 | util: move threadinterrupt into util | fanquake |
2022-10-31 | refactor: move url.h/cpp from lib util to lib common | fanquake |
2022-10-21 | Merge bitcoin/bitcoin#25727: util, config: error on startup if `conf` or `rei... | fanquake |
2022-10-12 | Merge bitcoin/bitcoin#25421: net: convert standalone IsSelectableSocket() and... | glozow |
2022-10-12 | Merge bitcoin/bitcoin#22087: Validate port-options | fanquake |
2022-10-10 | Merge bitcoin/bitcoin#26118: log: Use steady clock for bench logging | MacroFake |
2022-10-10 | Merge bitcoin/bitcoin#26196: kernel: move RunCommandParseJSON to its own file | fanquake |
2022-10-06 | util: warn if reindex is used in conf | josibake |
2022-10-06 | util: disallow setting conf in bitcoin.conf | josibake |
2022-10-05 | Validate `port` options | amadeuszpawlik |
2022-10-05 | Validate port value in `SplitHostPort` | amadeuszpawlik |
2022-10-04 | refactor: move run_command from util to common | Cory Fields |
2022-10-04 | kernel: move RunCommandParseJSON to its own file | Cory Fields |
2022-10-01 | refactor: move Boost datetime usage to wallet | fanquake |
2022-09-19 | Use steady clock for bench logging | MacroFake |
2022-09-14 | scripted-diff: rename pszThread to thread_name | stickies-v |
2022-09-13 | refactor: use std::string for thread names | stickies-v |
2022-08-31 | Merge bitcoin/bitcoin#25872: Fix issues when calling std::move(const&) | fanquake |
2022-08-30 | Merge bitcoin/bitcoin#25717: p2p: Implement anti-DoS headers sync | fanquake |
2022-08-24 | Make Join() util work with any container type | MacroFake |
2022-08-23 | Add bitdeque, an std::deque<bool> analogue that does bit packing. | Pieter Wuille |
2022-08-20 | Fix iwyu | MacroFake |
2022-08-20 | Fix issues when calling std::move(const&) | MacroFake |
2022-08-19 | Remove Join() helper only used in tests | MacroFake |
2022-08-08 | refactor: Drop `boost/algorithm/string/replace.hpp` dependency | Hennadii Stepanov |
2022-08-05 | Merge bitcoin/bitcoin#25721: refactor: Replace BResult with util::Result | MacroFake |
2022-08-04 | Merge bitcoin/bitcoin#24675: util: Use ArgsManager::GetPathArg more widely | fanquake |
2022-08-03 | refactor: Replace BResult with util::Result | Ryan Ofsky |
2022-08-02 | refactor: Add LIFETIMEBOUND / -Wdangling-gsl to Assert() | MacroFake |
2022-07-27 | Merge bitcoin/bitcoin#24697: refactor address relay time | fanquake |
2022-07-26 | refactor: remove unnecessary string initializations | fanquake |
2022-07-26 | util: Add HoursDouble | MarcoFalke |
2022-07-22 | Merge bitcoin/bitcoin#25331: Add HashWriter without ser-type and ser-version ... | fanquake |
2022-07-20 | net: convert standalone SetSocketNonBlocking() to Sock::SetNonBlocking() | Vasil Dimov |
2022-07-20 | moveonly: move SetSocketNonBlocking() from netbase to util/sock | Vasil Dimov |
2022-07-20 | net: convert standalone IsSelectableSocket() to Sock::IsSelectable() | Vasil Dimov |
2022-07-20 | moveonly: move IsSelectableSocket() from compat.h to sock.{h,cpp} | Vasil Dimov |
2022-07-20 | Use HashWriter where possible | MacroFake |
2022-07-20 | refactor: move compat.h into compat/ | fanquake |
2022-07-20 | Merge bitcoin/bitcoin#25285: Add AutoFile without ser-type and ser-version an... | fanquake |