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-09-23
Merge bitcoin/bitcoin#28385: [refactor] rewrite DisconnectedBlockTransactions...
fanquake
2023-09-13
MOVEONLY: DisconnectedBlockTransactions to its own file
glozow
2023-09-12
kernel: Move MessageStartChars to its own file
TheCharlatan
2023-08-17
move-only: Create src/kernel/mempool_removal_reason.h
MarcoFalke
2023-08-17
Merge bitcoin/bitcoin#28244: Break up script/standard.{h/cpp}
fanquake
2023-08-14
Rename script/standard.{cpp/h} to script/solver.{cpp/h}
Andrew Chow
2023-08-14
Move CTxDestination to its own file
Andrew Chow
2023-08-10
Merge bitcoin/bitcoin#28008: BIP324 ciphersuite
fanquake
2023-08-07
Merge bitcoin/bitcoin#28186: kernel: Prune leveldb headers
fanquake
2023-08-05
build: Remove leveldb from BITCOIN_INCLUDES
TheCharlatan
2023-08-01
Merge bitcoin/bitcoin#28060: util: Teach AutoFile how to XOR
fanquake
2023-07-26
Add BIP324Cipher, encapsulating key agreement, derivation, and stream/AEAD ci...
Pieter Wuille
2023-07-26
crypto: add the ChaCha20Poly1305 AEAD as specified in RFC8439
Pieter Wuille
2023-07-26
crypto: remove outdated variant of ChaCha20Poly1305 AEAD
Pieter Wuille
2023-07-25
Merge bitcoin/bitcoin#28113: kernel: Remove UniValue from kernel library
Andrew Chow
2023-07-25
kernel: Remove Univalue from kernel library
TheCharlatan
2023-07-24
[net processing] Introduce PeerManager options
dergoegge
2023-07-13
Add AutoFile::detail_fread member function
MarcoFalke
2023-07-11
kernel: Remove StartShutdown calls from validation code
Ryan Ofsky
2023-06-28
kernel: Add fatalError method to notifications
TheCharlatan
2023-06-28
util: Add SignalInterrupt class and use in shutdown.cpp
TheCharlatan
2023-06-16
Remove the syscall sandbox
fanquake
2023-05-30
move-only: Move settings to the common library
TheCharlatan
2023-05-30
kernel: Remove chainparams, chainparamsbase, args, settings from kernel library
TheCharlatan
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-05-20
refactor: Split util::AnyPtr into its own file
TheCharlatan
2023-05-20
refactor: Split util::insert into its own file
TheCharlatan
2023-05-20
refactor: Move ScheduleBatchPriority to its own file
TheCharlatan
2023-05-20
kernel: Add notification interface
TheCharlatan
2023-05-19
Merge bitcoin/bitcoin#27021: Implement Mini version of BlockAssembler to calc...
glozow
2023-05-16
Merge bitcoin/bitcoin#27041: Build: Improve handling of suppressed logging in...
fanquake
2023-05-09
refactor: Create chaintype files
TheCharlatan
2023-04-21
Merge bitcoin/bitcoin#27419: move-only: Extract common/args from util/system
fanquake
2023-04-20
Merge bitcoin/bitcoin#25325: Add pool based memory resource
Andrew Chow
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-04-11
wallet: Add wallet/types.h for simple public enum and struct types
Ryan Ofsky
2023-03-30
Implement Mini version of BlockAssembler to calculate mining scores
glozow
2023-03-23
Add pool based memory resource & allocator
Martin Leitner-Ankerl
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-03-23
refactor: Extract util/fs_helpers from util/system
Ben Woosley
2023-03-16
Merge bitcoin/bitcoin#26177: refactor / kernel: Move non-gArgs chainparams fu...
fanquake
2023-03-15
Split non/kernel chainparams
Carl Dong
2023-03-15
Move ::nPruneTarget into BlockManager
MarcoFalke
2023-03-13
refactor: Extract util/exception from util/system
Ben Woosley
2023-02-28
Deduplicate bitcoind and bitcoin-qt init code
Ryan Ofsky
2023-02-22
build: allow libitcoinkernel dll builds now that exports are fixed
Cory Fields
2023-02-22
build: always build bitcoin-chainstate against static libbitcoinkernel
Cory Fields
2023-02-22
build: fix bitcoin-chainstate when libbitcoinkernel is static
Cory Fields
2023-02-10
refactor, txdb: Add CoinsViewOptions struct
Ryan Ofsky
2023-02-10
refactor, dbwrapper: Add DBParams and DBOptions structs
Ryan Ofsky
[next]