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-05-14
[unit test] TxOrphanage handling of same-txid-different-witness txns
glozow
2024-05-14
[p2p] allow entries with the same txid in TxOrphanage
glozow
2024-05-14
[refactor] TxOrphanage::EraseTx by wtxid
glozow
2024-05-14
[refactor] TxOrphanage::HaveTx only by wtxid
glozow
2024-05-14
[p2p] don't query orphanage by txid
glozow
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
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
2024-04-25
Merge bitcoin/bitcoin#28834: net: attempts to connect to all resolved address...
Ava Chow
2024-04-25
refactor: Drop util::Result operator=
Ryan Ofsky
2024-04-25
Merge bitcoin/bitcoin#29867: index: race fix, lock cs_main while 'm_synced' i...
Ava Chow
2024-04-25
Merge bitcoin/bitcoin#29904: refactor: Use our own implementation of urlDecode
Ryan Ofsky
2024-04-24
common: Don't terminate on null character in UrlDecode
Fabian Jahr
2024-04-24
scripted-diff: Modernize name of urlDecode function and param
Fabian Jahr
2024-04-24
refactor: Remove hooking code for urlDecode
Fabian Jahr
2024-04-24
refactor: Replace libevent use in urlDecode with our own code
Fabian Jahr
2024-04-24
test: Add unit tests for urlDecode
Fabian Jahr
2024-04-24
Merge bitcoin/bitcoin#29757: feefrac: avoid explicitly computing diagram; com...
glozow
2024-04-24
Merge bitcoin/bitcoin#29910: refactor: Rename `subprocess.hpp` to follow our ...
merge-script
2024-04-24
Merge bitcoin/bitcoin#29853: sign: don't assume we are parsing a sane TapMini...
merge-script
2024-04-24
Merge bitcoin/bitcoin#29870: rpc: Reword SighashFromStr error message
merge-script
2024-04-24
Merge bitcoin/bitcoin#29882: netbase: clean up Proxy logging
merge-script
2024-04-23
Merge bitcoin/bitcoin#24313: Improve display address handling for external si...
Ava Chow
2024-04-23
Replace locale-dependent `std::strerror` with `SysErrorString`
Hennadii Stepanov
2024-04-23
refactor: Rename `subprocess.hpp` to follow our header name conventions
Hennadii Stepanov
2024-04-23
Merge bitcoin/bitcoin#29865: util: remove unused cpp-subprocess options
Ava Chow
2024-04-23
remove unneeded environment option from cpp-subprocess
Sebastian Falbesoner
2024-04-22
Merge bitcoin/bitcoin#29657: Bugfix: bitcoin-cli: Check length of peer.transp...
Ava Chow
2024-04-22
Added seednode prioritization message to help output
tdb3
2024-04-22
Gives seednode priority over dnsseed if both are provided
Sergi Delgado Segura
2024-04-22
sign: don't assume we are parsing a sane Miniscript
Antoine Poinsot
2024-04-22
Merge bitcoin/bitcoin#29850: net: Decrease nMaxIPs when learning from DNS seeds
Ava Chow
2024-04-22
Merge bitcoin/bitcoin#27679: ZMQ: Support UNIX domain sockets
Ava Chow
2024-04-22
Avoid explicitly computing diagram; compare based on chunks
Pieter Wuille
[next]