index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-02-15
refactor: wallet, remove global 'ArgsManager' access
furszy
2023-02-15
wallet: set '-walletnotify' script instead of access global args manager
furszy
2023-02-15
wallet: set keypool_size instead of access global args manager
furszy
2023-02-01
Merge bitcoin/bitcoin#27015: p2p: 26847 fixups (AddrMan totals)
fanquake
2023-02-01
Merge bitcoin/bitcoin#26935: refactor: Fix clang-tidy readability-const-retur...
fanquake
2023-02-01
addrman: Use std::nullopt instead of {}
Martin Zumsande
2023-02-01
test: Remove AddrMan unit test that fails consistency checks
Martin Zumsande
2023-02-01
Merge bitcoin/bitcoin#27010: refactor: use `Hash` helpers for double-SHA256 c...
MarcoFalke
2023-02-01
Merge bitcoin/bitcoin#26991: doc: followups to #26471
glozow
2023-02-01
Merge bitcoin/bitcoin#25974: test, build: Separate `read_json` function into ...
fanquake
2023-02-01
Fix clang-tidy readability-const-return-type violations
MarcoFalke
2023-02-01
Merge bitcoin/bitcoin#26705: clang-tidy: Fix `modernize-use-default-member-in...
MarcoFalke
2023-02-01
Merge bitcoin/bitcoin#26888: net: simplify the call to vProcessMsg.splice()
MarcoFalke
2023-01-31
Merge bitcoin/bitcoin#26847: p2p: track AddrMan totals by network and table, ...
Andrew Chow
2023-01-31
refactor: use `Hash` helper for double-SHA256 calculations
Sebastian Falbesoner
2023-01-31
Merge bitcoin/bitcoin#23670: build: Build minisketch test in `make check`, no...
fanquake
2023-01-31
Merge bitcoin/bitcoin#26974: refactor: rpc: set TxToJSON default verbosity to...
MarcoFalke
2023-01-31
Merge bitcoin/bitcoin#26952: build: Avoid `BOOST_NO_CXX98_FUNCTION_BASE` macr...
fanquake
2023-01-31
clang-tidy: Force to check all headers
Hennadii Stepanov
2023-01-31
clang-tidy: Fix `modernize-use-default-member-init` in headers
Hennadii Stepanov
2023-01-31
Merge bitcoin/bitcoin#26956: test: refactor: introduce `replace_in_config` he...
MarcoFalke
2023-01-30
Merge bitcoin/bitcoin#26998: depends: ensure we are appending to sqlite cflags
Andrew Chow
2023-01-30
Merge bitcoin/bitcoin#26999: A few follow-ups to #17487 (coins write without ...
Andrew Chow
2023-01-30
Add assertions that BatchWrite(erase=true) erases
Pieter Wuille
2023-01-30
Avoid unclear {it = ++it;}
Pieter Wuille
2023-01-30
Follow coding style for named arguments
Pieter Wuille
2023-01-30
Make test/fuzz/coins_view exercise CCoinsViewCache::Sync()
Pieter Wuille
2023-01-30
Merge bitcoin/bitcoin#26965: refactor: Remove stray cs_main redundant declara...
fanquake
2023-01-30
depends: ensure we are appending to sqlite cflags
fanquake
2023-01-30
Merge bitcoin/bitcoin#17487: coins: allow write to disk without cache drop
fanquake
2023-01-30
Merge bitcoin/bitcoin#26649: refactor: Use AutoFile and HashVerifier (without...
fanquake
2023-01-30
Merge bitcoin/bitcoin#23619: build: Propagate user-defined flags to host pack...
fanquake
2023-01-30
doc: NetPermissionFlags for tx relay in blocksonly
willcl-ark
2023-01-30
Merge bitcoin/bitcoin#26896: build: Remove port-forwarding runtime setting op...
fanquake
2023-01-30
doc: Fix comment syntax error
willcl-ark
2023-01-30
net: simplify the call to vProcessMsg.splice()
Vasil Dimov
2023-01-30
Merge bitcoin/bitcoin#26499: wallet: Abandon descendants of orphaned coinbases
glozow
2023-01-30
Merge bitcoin/bitcoin#26982: p2p: 25880 fixups (stalling timeout)
MarcoFalke
2023-01-30
Merge bitcoin/bitcoin#15294: refactor: Extract RipeMd160
MarcoFalke
2023-01-29
net_processing: simplify logging statement
Martin Zumsande
2023-01-28
test: refactor: introduce `replace_in_config` helper
Sebastian Falbesoner
2023-01-28
build: Avoid `BOOST_NO_CXX98_FUNCTION_BASE` macro redefinition
Hennadii Stepanov
2023-01-28
Merge bitcoin/bitcoin#25465: build: remove boost library detection
fanquake
2023-01-28
Merge bitcoin/bitcoin#22811: build: Fix depends build system when working wit...
fanquake
2023-01-28
doc: add release notes for 26896
fanquake
2023-01-28
build: remove --enable-upnp-default from configure
fanquake
2023-01-28
build: remove --enable-natpmp-default from configure
fanquake
2023-01-28
Remove configure-time setting of DEFAULT_UPNP
fanquake
2023-01-28
Remove configure-time setting of DEFAULT_NATPMP
fanquake
2023-01-27
test: fix intermittent errors in p2p_ibd_stalling.py
Martin Zumsande
[next]