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-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
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
2022-06-27
Replace CountSecondsDouble with Ticks<SecondsDouble>
MacroFake
2022-06-23
[rpc] add new submitpackage RPC
glozow
2022-06-23
rpc: Use steady_clock for getrpcinfo durations
MacroFake
2022-06-22
ArgsMan: Add Get*Arg functions returning optional
Carl Dong
2022-06-22
Merge bitcoin/bitcoin#25428: Remove Sock::Release() and CloseSocket()
laanwj
2022-06-22
net: rename Sock::Reset() to Sock::Close() and make it private
Vasil Dimov
2022-06-20
net: remove CloseSocket()
Vasil Dimov
2022-06-20
net: remove now unused Sock::Release()
Vasil Dimov
2022-06-20
net: add new method Sock::GetSockName() that wraps getsockname()
Vasil Dimov
2022-06-20
build: globally define NOMINMAX
fanquake
2022-06-16
Merge bitcoin/bitcoin#24356: refactor: replace CConnman::SocketEvents() with ...
laanwj
2022-06-10
Merge bitcoin/bitcoin#24931: Strengthen thread safety assertions
MacroFake
2022-06-09
net: introduce Sock::WaitMany()
Vasil Dimov
2022-06-09
net: also wait for exceptional events in Sock::Wait()
Vasil Dimov
2022-06-01
Use designated initializers
MarcoFalke
2022-05-31
Merge bitcoin/bitcoin#25200: doc: Fix spelling errors identified by codespell...
MacroFake
[next]