index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
Age
Commit message (
Expand
)
Author
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-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-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
2022-07-18
Merge bitcoin/bitcoin#25487: [kernel 3b/n] Decouple `{Dump,Load}Mempool` from...
glozow
2022-07-15
DumpMempool: Use std::chrono instead of weird int64_t arthmetics
Carl Dong
2022-07-14
Merge bitcoin/bitcoin#25594: refactor: Return BResult from restoreWallet
MacroFake
2022-07-13
Merge bitcoin/bitcoin#25472: build: Increase MS Visual Studio minimum version
fanquake
2022-07-12
Prepare BResult for non-copyable types
MacroFake
2022-07-12
Merge bitcoin/bitcoin#25324: refactor: add most of src/util to iwyu
MacroFake
2022-07-08
Introduce generic 'Result' class
furszy
2022-07-08
refactor: add most of src/util to iwyu
fanquake
2022-07-07
refactor: Drop no longer needed `util/designator.h`
Hennadii Stepanov
2022-06-30
Merge bitcoin/bitcoin#24836: add RPC (-regtest only) for testing package policy
fanquake
2022-06-29
util: remove MSVC warning pragmas
fanquake
2022-06-29
Use AutoFile where possible
MacroFake
2022-06-29
Merge bitcoin/bitcoin#25290: [kernel 3a/n] Decouple `CTxMemPool` from `ArgsMa...
MacroFake
2022-06-28
Merge bitcoin/bitcoin#25480: Replace CountSecondsDouble with Ticks<SecondsDou...
fanquake
2022-06-28
Merge bitcoin/bitcoin#24378: refactor: make bind() and listen() mockable/test...
laanwj
2022-06-28
Merge bitcoin/bitcoin#25426: net: add new method Sock::GetSockName() that wra...
laanwj
[next]