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-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
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
2022-05-26
Merge bitcoin/bitcoin#15936: interfaces: Expose settings.json methods to GUI
MacroFake
2022-05-25
doc: Fix spelling errors identified by codespell in coments
Ben Woosley
2022-05-21
refactor: Remove defunct attributes.h includes
Ben Woosley
2022-05-21
scripted-diff: Convert global Mutexes to GlobalMutexes
Anthony Towns
2022-05-20
Merge bitcoin/bitcoin#23595: util: Add ParseHex<std::byte>() helper
laanwj
2022-05-20
Merge bitcoin/bitcoin#24830: init: Allow -proxy="" setting values
MacroFake
2022-05-20
Merge bitcoin/bitcoin#25101: Add mockable clock type
fanquake
2022-05-19
settings: Add resetSettings() method
Ryan Ofsky
2022-05-19
Merge bitcoin/bitcoin#25153: scripted-diff: Use getInt<T> over get_int/get_int64
fanquake
2022-05-19
settings: Add update/getPersistent/isIgnored methods
Ryan Ofsky
2022-05-18
scripted-diff: Use getInt<T> over get_int/get_int64
MacroFake
2022-05-18
Add mockable clock type and TicksSinceEpoch helper
MarcoFalke
2022-05-18
net: add new method Sock::Listen() that wraps listen()
Vasil Dimov
2022-05-18
net: add new method Sock::Bind() that wraps bind()
Vasil Dimov
2022-05-17
refactor: use C++11 default initializers
fanquake
2022-05-12
Merge bitcoin/bitcoin#25102: Remove unused GetTimeSeconds
MacroFake
2022-05-12
Merge bitcoin/bitcoin#24925: refactor: make GetRand a template, remove GetRan...
MacroFake
2022-05-11
Remove unused GetTimeSeconds
MacroFake
2022-05-08
Add time helpers for std::chrono::steady_clock
MarcoFalke
2022-05-05
Wrap boost::replace_all
MacroFake
2022-05-04
Merge bitcoin/bitcoin#24933: util: Replace non-threadsafe strerror
laanwj
2022-05-04
Merge bitcoin/bitcoin#24852: util: optimize HexStr
laanwj
2022-05-04
Extend Split to work with multiple separators
Martin Leitner-Ankerl
2022-05-03
Merge bitcoin/bitcoin#24470: Disallow more unsafe string->path conversions al...
MacroFake
2022-05-02
Guard `#include <config/bitcoin-config.h>`
Hennadii Stepanov
2022-04-28
Merge bitcoin/bitcoin#24988: lint: Mention NONFATAL_UNREACHABLE in lint-asser...
fanquake
2022-04-28
util: Increase buffer size to 1024 in SysErrorString
laanwj
2022-04-28
util: Refactor SysErrorString logic
laanwj
[next]