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
/
Makefile.am
Age
Commit message (
Expand
)
Author
2022-11-18
Merge bitcoin/bitcoin#17786: refactor: Nuke policy/fees->mempool circular dep...
glozow
2022-11-16
refactor: Inline `CTxMemPoolEntry` class's functions
Hennadii Stepanov
2022-11-16
refactor: Move `CTxMemPoolEntry` class to its own module
Hennadii Stepanov
2022-11-01
Merge bitcoin/bitcoin#26360: build: remove threadinterrupt from libbitcoinkernel
fanquake
2022-10-31
refactor: move url.h/cpp from lib util to lib common
fanquake
2022-10-31
build: add missing event cflags to libbitcoin_util
fanquake
2022-10-21
build: remove threadinterrupt from libbitcoinkernel
fanquake
2022-10-18
Move ::nMaxTipAge into ChainstateManager
MacroFake
2022-10-18
Merge bitcoin/bitcoin#26313: doc: consolidate library documentation to librar...
MacroFake
2022-10-17
p2p: Announce reconciliation support
Gleb Naumenko
2022-10-14
doc: remove library commentary from src/Makefile.am
fanquake
2022-10-13
Merge bitcoin/bitcoin#25667: assumeutxo: snapshot initialization
Andrew Chow
2022-10-10
Merge bitcoin/bitcoin#26196: kernel: move RunCommandParseJSON to its own file
fanquake
2022-10-04
refactor: move run_command from util to common
Cory Fields
2022-10-04
kernel: move RunCommandParseJSON to its own file
Cory Fields
2022-10-03
kernel: remove util/bytevectorhash.cpp
fanquake
2022-09-16
Merge bitcoin/bitcoin#26087: build: prune BOOST_CPPFLAGS from libbitcoin_zmq
fanquake
2022-09-14
build: prune BOOST_CPPFLAGS from libbitcoin_zmq
fanquake
2022-09-14
build: remove BOOST_CPPFLAGS usage from bitcoin-tx
fanquake
2022-09-13
validation: rename snapshot chainstate dir
James O'Beirne
2022-09-13
build: extract $(BOOST_CPPFLAGS) from $(BITCOIN_INCLUDES)
fanquake
2022-08-29
Utilize anti-DoS headers download strategy
Suhas Daftuar
2022-08-23
Add bitdeque, an std::deque<bool> analogue that does bit packing.
Pieter Wuille
2022-08-10
build: move raw rule into Makefile.am
fanquake
2022-08-03
validationcaches: Add and use ValidationCacheSizes
Carl Dong
2022-08-02
sort after scripted-diff
MacroFake
2022-08-02
scripted-diff: Move mempool_args to src/node
MacroFake
2022-07-20
refactor: move compat.h into compat/
fanquake
2022-07-18
indexes, refactor: Remove CBlockIndex* uses in index WriteBlock methods
Ryan Ofsky
2022-07-18
interfaces, refactor: Add more block information to block connected notificat...
Ryan Ofsky
2022-07-18
Merge bitcoin/bitcoin#25487: [kernel 3b/n] Decouple `{Dump,Load}Mempool` from...
glozow
2022-07-15
Move {Load,Dump}Mempool to kernel namespace
Carl Dong
2022-07-15
DumpMempool: Pass in dump_path, stop using gArgs
Carl Dong
2022-07-13
Merge bitcoin/bitcoin#25472: build: Increase MS Visual Studio minimum version
fanquake
2022-07-08
Introduce generic 'Result' class
furszy
2022-07-07
refactor: Drop no longer needed `util/designator.h`
Hennadii Stepanov
2022-07-07
Merge bitcoin/bitcoin#25500: refactor: Move inbound eviction logic to its own...
fanquake
2022-07-06
[net] Move eviction logic to its own file
dergoegge
2022-07-06
[net] Move ConnectionType to its own file
Cory Fields
2022-07-01
Remove outdated comment
Igor Bubelov
2022-06-29
Merge bitcoin/bitcoin#25290: [kernel 3a/n] Decouple `CTxMemPool` from `ArgsMa...
MacroFake
2022-06-28
fees: Pass in a filepath instead of referencing gArgs
Carl Dong
2022-06-28
mempool: Introduce (still-unused) MemPoolLimits
Carl Dong
2022-06-28
pool: Add and use MemPoolOptions, ApplyArgsManOptions
Carl Dong
2022-06-22
build: Remove negated --enable-fuzz checks from build system
MarcoFalke
2022-06-17
Merge bitcoin/bitcoin#25281: build: Remove unused `LIBBITCOIN_KERNEL` variable
laanwj
2022-06-14
scripted-diff: Avoid incompatibility with CMake AUTOUIC feature
Hennadii Stepanov
2022-06-05
build: Remove unused `LIBBITCOIN_KERNEL` variable
Hennadii Stepanov
2022-06-04
Merge bitcoin/bitcoin#25065: [kernel 2c/n] Introduce `kernel::Context`, encap...
fanquake
2022-06-02
Move init::SanityCheck to kernel::SanityCheck
Carl Dong
[next]