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
Age
Commit message (
Expand
)
Author
2024-06-27
init: add option for rpccookie permissions
willcl-ark
2024-06-27
util: add perm string helper functions
willcl-ark
2024-05-07
Merge bitcoin/bitcoin#29494: build: Assume HAVE_CONFIG_H, Add IWYU pragma kee...
Ava Chow
2024-05-07
Merge bitcoin/bitcoin#29984: net: Replace ifname check with IFF_LOOPBACK in D...
merge-script
2024-05-06
Merge bitcoin/bitcoin#29845: rpc: return warnings as an array instead of just...
Ava Chow
2024-05-06
Merge bitcoin/bitcoin#29773: build, bench, msvc: Add missing benchmarks
merge-script
2024-05-04
Merge bitcoin/bitcoin#28657: miniscript: make operator""_mst consteval
merge-script
2024-05-04
Merge bitcoin/bitcoin#29907: test: Fix `test/streams_tests.cpp` compilation o...
merge-script
2024-05-03
Merge bitcoin/bitcoin#30024: doc: replace remaining "520" magic nums with MAX...
Ava Chow
2024-05-03
miniscript: make operator_mst consteval
Pieter Wuille
2024-05-03
Merge bitcoin/bitcoin#30026: refactor, test: Always initialize pointer
Ryan Ofsky
2024-05-03
Merge bitcoin/bitcoin#30012: opportunistic 1p1c followups
merge-script
2024-05-03
Merge bitcoin/bitcoin#30017: refactor, fuzz: Make 64-bit shift explicit
merge-script
2024-05-02
refactor, test: Always initialize pointer
Hennadii Stepanov
2024-05-02
Merge bitcoin/bitcoin#29961: refactor: remove remaining unused code from cpp-...
Ava Chow
2024-05-02
Replace remaining "520" magic numbers with MAX_SCRIPT_ELEMENT_SIZE
Jon Atack
2024-05-02
refactor: Avoid unused-variable warning in init.cpp
MarcoFalke
2024-05-02
[refactor] use reference in for loop through iters
glozow
2024-05-02
refactor: Make 64-bit shift explicit
Hennadii Stepanov
2024-05-01
Merge bitcoin/bitcoin#29120: test: Add test case for spending bare multisig
merge-script
2024-05-01
rpc: return warnings as an array instead of just a single one
stickies-v
2024-05-01
Process every MempoolAcceptResult regardless of PackageValidationResult
glozow
2024-05-01
[refactor] have ProcessPackageResult take a PackageToValidate
glozow
2024-05-01
[doc] remove redundant PackageToValidate comment
glozow
2024-05-01
[txpackages] use std::lexicographical_compare instead of sorting hex strings
glozow
2024-05-01
[refactor] make MempoolAcceptResult::m_replaced_transactions non-optional
glozow
2024-05-01
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
MarcoFalke
2024-04-30
Merge bitcoin/bitcoin#29983: msvc: Compile `test\fuzz\bitdeque.cpp`
Ava Chow
2024-04-30
Merge bitcoin/bitcoin#28016: p2p: gives seednode priority over dnsseed if bot...
Ava Chow
2024-04-30
Merge bitcoin/bitcoin#29623: Simplify network-adjusted time warning logic
Ava Chow
2024-04-30
Merge bitcoin/bitcoin#28970: p2p: opportunistically accept 1-parent-1-child p...
Ava Chow
2024-04-30
Merge bitcoin/bitcoin#29906: Disable util::Result copying and assignment
Ava Chow
2024-04-30
Merge bitcoin/bitcoin#29990: fuzz: don't allow adding duplicate transactions ...
glozow
2024-04-29
Merge bitcoin/bitcoin#29277: RPC: access RPC arguments by name
Ryan Ofsky
2024-04-29
Merge bitcoin/bitcoin#29872: test: Add missing Assert(mock_time_in >= 0s) to ...
merge-script
2024-04-28
fuzz: don't allow adding duplicate transactions to the mempool
Suhas Daftuar
2024-04-28
update comments in cpp-subprocess (check_output references)
Sebastian Falbesoner
2024-04-28
remove unused method `Popen::kill` from cpp-subprocess
Sebastian Falbesoner
2024-04-28
net: Fix misleading comment for Discover
laanwj
2024-04-28
net: Replace ifname check with IFF_LOOPBACK in Discover
laanwj
2024-04-28
refactor: Fix "error C2248: cannot access private member" on MSVC
Hennadii Stepanov
2024-04-28
Merge bitcoin/bitcoin#29774: build: Enable fuzz binary in MSVC
merge-script
2024-04-26
[p2p] opportunistically accept 1-parent-1-child packages
glozow
2024-04-26
[p2p] add separate rejections cache for reconsiderable txns
glozow
2024-04-26
[fuzz] break out parent functions and add GetChildrenFrom* coverage
glozow
2024-04-26
[unit test] TxOrphanage::GetChildrenFrom*
glozow
2024-04-26
[txorphanage] add method to get all orphans spending a tx
glozow
2024-04-26
[txpackages] add canonical way to get hash of package
glozow
2024-04-26
test: Add two more urlDecode tests
MarcoFalke
2024-04-25
refactor: Avoid copying util::Result values
Ryan Ofsky
[next]