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
2023-01-17
build: move rpc/request from util lib to common
fanquake
2023-01-05
refactor: add kernel/cs_main.*
fanquake
2022-12-07
Merge bitcoin/bitcoin#26298: refactor: Move src/interfaces/*.cpp files to lib...
fanquake
2022-11-30
refactor: Move `txmempool_entry.h` --> `kernel/mempool_entry.h`
Hennadii Stepanov
2022-11-29
build: remove BOOST_CPPFLAGS from libbitcoin_util
fanquake
2022-11-29
refactor: Move src/interfaces/*.cpp files to libbitcoin_common.a
Ryan Ofsky
2022-11-22
Merge bitcoin/bitcoin#26292: util: move threadinterrupt into util/
fanquake
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
util: move threadinterrupt into util
fanquake
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
[next]