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
/
test
/
fuzz
Age
Commit message (
Expand
)
Author
2022-11-30
refactor: Move `txmempool_entry.h` --> `kernel/mempool_entry.h`
Hennadii Stepanov
2022-11-28
Merge bitcoin/bitcoin#26295: Replace global g_cs_orphans lock with local
glozow
2022-11-23
fuzz: Move-only net utils
MarcoFalke
2022-11-22
Merge bitcoin/bitcoin#26292: util: move threadinterrupt into util/
fanquake
2022-11-21
Merge bitcoin/bitcoin#26497: fuzz: Make ConsumeNetAddr always produce valid o...
MacroFake
2022-11-18
Merge bitcoin/bitcoin#17786: refactor: Nuke policy/fees->mempool circular dep...
glozow
2022-11-17
[fuzz] Move ConsumeNetAddr to fuzz/util/net.h
dergoegge
2022-11-17
[fuzz] Make ConsumeNetAddr produce valid onion addresses
dergoegge
2022-11-16
refactor: Move `CTxMemPoolEntry` class to its own module
Hennadii Stepanov
2022-11-01
util: move threadinterrupt into util
fanquake
2022-10-31
refactor: move url.h/cpp from lib util to lib common
fanquake
2022-10-18
test: Remove unused txmempool include from tests
MacroFake
2022-10-17
p2p: Announce reconciliation support
Gleb Naumenko
2022-10-13
Merge bitcoin/bitcoin#23549: Add scanblocks RPC call (attempt 2)
Andrew Chow
2022-10-12
Merge bitcoin/bitcoin#25421: net: convert standalone IsSelectableSocket() and...
glozow
2022-10-11
Move all g_cs_orphans locking to txorphanage
Anthony Towns
2022-10-11
txorphanage: make m_peer_work_set private
Anthony Towns
2022-10-11
txorphange: move orphan workset to txorphanage
Anthony Towns
2022-10-07
Remove unnecessary includes of txorphange.h
Anthony Towns
2022-10-04
fuzz: pass max fee into ConsumeTxMemPoolEntry
fanquake
2022-10-04
fuzz: add util/mempool/h.cpp
fanquake
2022-10-04
fuzz: add scanblocks as safe for fuzzing
James O'Beirne
2022-10-03
Merge bitcoin/bitcoin#26198: refactor: move Boost Datetime usage to wallet
fanquake
2022-10-02
Merge bitcoin/bitcoin#26216: fuzz: Limit outpoints.size in txorphan target to...
fanquake
2022-10-01
refactor: move Boost datetime usage to wallet
fanquake
2022-09-30
fuzz: Limit outpoints.size in txorphan target to avoid OOM
MacroFake
2022-09-22
Merge bitcoin/bitcoin#26012: fuzz: Avoid timeout in bitdeque fuzz target
fanquake
2022-09-20
Merge bitcoin/bitcoin#26036: net: add NetEventsInterface::g_msgproc_mutex
fanquake
2022-09-15
net: drop cs_sendProcessing
Anthony Towns
2022-09-15
net: add NetEventsInterface::g_msgproc_mutex
Anthony Towns
2022-09-09
scripted-diff: rename CChainState -> Chainstate
James O'Beirne
2022-09-06
fuzz: Remove no-op call to get()
MacroFake
2022-09-05
fuzz: Avoid timeout in bitdeque fuzz target
MacroFake
2022-09-02
Merge bitcoin/bitcoin#25962: net: Add CNodeOptions and increase constness
MacroFake
2022-09-01
net: make CNode::m_permissionFlags const
Anthony Towns
2022-08-31
Merge bitcoin/bitcoin#25872: Fix issues when calling std::move(const&)
fanquake
2022-08-29
Require callers of AcceptBlockHeader() to perform anti-dos checks
Suhas Daftuar
2022-08-23
Add bitdeque, an std::deque<bool> analogue that does bit packing.
Pieter Wuille
2022-08-23
Add function to validate difficulty changes
Suhas Daftuar
2022-08-20
Fix iwyu
MacroFake
2022-08-11
script/sign: remove needless IsSolvable() utility
Antoine Poinsot
2022-08-03
tests: Reduce calls to InitS*Cache()
Carl Dong
2022-08-02
sort after scripted-diff
MacroFake
2022-08-02
scripted-diff: Move mempool_args to src/node
MacroFake
2022-08-02
Remove ::g_max_datacarrier_bytes global
MacroFake
2022-08-02
Pass datacarrier setting into IsStandard
MacroFake
2022-08-02
Remove ::GetVirtualTransactionSize() alias
MacroFake
2022-08-02
Remove ::IsStandardTx(tx, reason) alias
MacroFake
2022-08-02
Remove ::fRequireStandard global
MacroFake
2022-07-29
Merge bitcoin/bitcoin#25571: refactor: Make mapBlocksUnknownParent local, and...
fanquake
[next]