Age | Commit message (Expand) | Author |
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 |
2022-04-27 | Make SanitizeString use string_view | Pieter Wuille |
2022-04-27 | Make IsHexNumber use string_view | Pieter Wuille |
2022-04-27 | Make IsHex use string_view | Pieter Wuille |
2022-04-27 | Make ParseHex use string_view | Pieter Wuille |
2022-04-26 | init: Allow -proxy="" setting values | Ryan Ofsky |
2022-04-26 | Merge bitcoin/bitcoin#22953: refactor: introduce single-separator split helpe... | fanquake |
2022-04-26 | lint: Mention NONFATAL_UNREACHABLE in lint-assertions.py | MacroFake |
2022-04-24 | Merge bitcoin/bitcoin#24812: util/check: Add CHECK_NONFATAL identity function... | MarcoFalke |
2022-04-22 | refactor: make GetRand a template, remove GetRandInt | pasta |
2022-04-21 | Disallow more unsafe string->path conversions allowed by path append operators | Ryan Ofsky |
2022-04-21 | Merge bitcoin/bitcoin#24213: refactor: use Span in random.* | laanwj |
2022-04-21 | util, refactor: Drop explicit conversion to fs::path | Hennadii Stepanov |
2022-04-21 | util, refactor: Use GetPathArg to read "-conf" value | Hennadii Stepanov |
2022-04-19 | Merge bitcoin/bitcoin#24357: refactor: make setsockopt() and SetSocketNoDelay... | laanwj |
2022-04-17 | util: optimizes HexStr | Martin Leitner-Ankerl |
2022-04-16 | util/check: Add CHECK_NONFATAL identity function, NONFATAL_UNREACHABLE AND UN... | Aurèle Oulès |
2022-04-16 | Simplify GetTime | MarcoFalke |
2022-04-15 | net: add new method Sock::SetSockOpt() that wraps setsockopt() | Vasil Dimov |
2022-04-11 | refactor: introduce single-separator split helper `SplitString` | Sebastian Falbesoner |
2022-04-05 | Remove gui-only syscalls | MarcoFalke |
2022-04-05 | init: Disable syscall sandbox in the bitcoin-qt process | MarcoFalke |
2022-04-13 | Merge bitcoin/bitcoin#24355: util, refactor: Add UNIQUE_NAME helper macro | laanwj |
2022-04-04 | Merge bitcoin/bitcoin#24729: util/check: avoid unused parameter warnings | MarcoFalke |
2022-04-01 | refactor: add missing std:: includes to threadnames.cpp | fanquake |
2022-04-01 | doc: remove incorrect mention of PR_GET_NAME | fanquake |
2022-04-01 | util/check: avoid unused parameter warnings | Anthony Towns |
2022-03-31 | Merge bitcoin/bitcoin#24714: util/check: Don't use a lambda for Assert/Assume | MarcoFalke |
2022-03-30 | util/check: stop using lambda for Assert/Assume | Anthony Towns |
2022-03-30 | Merge bitcoin/bitcoin#24690: util: Add inotify_rm_watch to syscall sandbox (A... | fanquake |
2022-03-29 | Merge bitcoin/bitcoin#24523: build: Fix Boost.Process test for Boost 1.78 | laanwj |
2022-03-28 | util: Add inotify_rm_watch to syscall sandbox (AllowFileSystem) | Hennadii Stepanov |
2022-03-24 | util: add linkat to syscall sandbox (AllowFileSystem) | fanquake |
2022-03-23 | refactor: use Span in random.* | pasta |
2022-03-21 | build: Fix Boost.Process test for Boost 1.78 | Hennadii Stepanov |
2022-03-10 | Merge bitcoin/bitcoin#24371: util: Fix `ReadBinaryFile` reading beyond maxsize | MarcoFalke |
2022-03-07 | qt: Avoid crash on startup if int specified in settings.json | Ryan Ofsky |
2022-03-02 | util, refactor: Use GetPathArg to read "-settings" value | Ryan Ofsky |
2022-03-02 | util: Add GetPathArg default path argument | Ryan Ofsky |
2022-02-22 | refactor: shift CopyrightHolders() and LicenseInfo() to clientversion.cpp | fanquake |
2022-02-21 | util: Add SaturatingAdd helper | MarcoFalke |
2022-02-21 | Merge bitcoin/bitcoin#24231: streams: Fix read-past-the-end and integer overf... | MarcoFalke |
2022-02-19 | util: Fix ReadBinaryFile reading beyond maxsize | klementtan |
2022-02-17 | util: Add missing rseq to syscall sandbox | laanwj |
2022-02-17 | Merge bitcoin/bitcoin#24331: util: Revert back `MoveFileExW` call for MinGW-w64 | laanwj |
2022-02-16 | util, refactor: Add UNIQUE_NAME helper macro | Hennadii Stepanov |
2022-02-14 | util: Add missing unlinkat to syscall sandbox | MarcoFalke |
2022-02-14 | util: Revert back MoveFileExW call for MinGW-w64 | Hennadii Stepanov |