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
/
init.cpp
Age
Commit message (
Expand
)
Author
2024-10-10
scripted-diff: drop config/ subdir for bitcoin-config.h, rename to bitcoin-bu...
Sebastian Falbesoner
2024-10-08
Merge bitcoin/bitcoin#30885: scripted-diff: Modernize nLocalServices naming
Ava Chow
2024-10-01
refactor: Remove dead code that assumed tip == nullptr
MarcoFalke
2024-10-01
refactor: Replace g_genesis_wait_cv with m_tip_block_cv
MarcoFalke
2024-10-01
refactor: Split up NodeContext shutdown_signal and shutdown_request
Ryan Ofsky
2024-09-30
Merge bitcoin/bitcoin#30968: init: Remove retry for loop
Ava Chow
2024-09-30
Merge bitcoin/bitcoin#30043: net: Replace libnatpmp with built-in PCP+NATPMP ...
Ava Chow
2024-09-30
net: Replace libnatpmp with built-in NATPMP+PCP implementation in mapport
laanwj
2024-09-25
refactor: Replace init retry for loop with if statement
TheCharlatan
2024-09-25
refactor: Move most of init retry for loop to a function
TheCharlatan
2024-09-25
init: Check mempool arguments in AppInitParameterInteractions
TheCharlatan
2024-09-23
Merge bitcoin/bitcoin#30409: Introduce waitTipChanged() mining interface, rep...
Ava Chow
2024-09-17
fix: handle invalid rpcbind port earlier
tdb3
2024-09-17
refactor: move host/port checking
tdb3
2024-09-17
Remove unused CRPCSignals
Sjors Provoost
2024-09-17
Replace RPCNotifyBlockChange with waitTipChanged()
Sjors Provoost
2024-09-17
node: Track last block that received a blockTip notification
Sjors Provoost
2024-09-16
Merge bitcoin/bitcoin#28358: Drop -dbcache limit
Ava Chow
2024-09-16
Merge bitcoin/bitcoin#30868: refactor: add clang-tidy `modernize-use-starts-e...
Ava Chow
2024-09-14
tidy: add clang-tidy `modernize-use-starts-ends-with` check
Roman Zeyde
2024-09-13
kernel: Move background load thread to node context
TheCharlatan
2024-09-12
scripted-diff: Modernize nLocalServices to m_local_services
Fabian Jahr
2024-09-11
Merge bitcoin/bitcoin#30807: Fix peers abruptly disconnecting from AssumeUTXO...
Ava Chow
2024-09-10
assumeUTXO: fix peers disconnection during sync
furszy
2024-09-10
Merge bitcoin/bitcoin#30065: init: fixes file descriptor accounting
Ryan Ofsky
2024-09-06
multiprocess: Add -ipcbind option to bitcoin-node
Russell Yanofsky
2024-09-05
init: error out if -maxconnections is negative
Sergi Delgado Segura
2024-09-05
init: improves file descriptors accounting and docs
Sergi Delgado Segura
2024-09-05
init: fixes fd accounting regarding poll/select
Sergi Delgado Segura
2024-08-29
scripted-diff: LogPrint -> LogDebug
MarcoFalke
2024-08-07
Merge bitcoin/bitcoin#29775: Testnet4 including PoW difficulty adjustment fix
Ava Chow
2024-08-07
add deprecation warning for mempoolfullrbf
glozow
2024-08-06
testnet: Introduce Testnet4
Fabian Jahr
2024-07-26
Add -blocksxor boolean option
MarcoFalke
2024-07-16
Merge bitcoin/bitcoin#22729: Make it possible to disable Tor binds and abort ...
Ava Chow
2024-07-12
init: change shutdown order of load block thread and scheduler
Martin Zumsande
2024-07-08
Merge bitcoin/bitcoin#30141: kernel: De-globalize validation caches
Ryan Ofsky
2024-07-05
kernel: De-globalize signature cache
TheCharlatan
2024-07-04
kernel: De-globalize script execution cache
TheCharlatan
2024-07-04
validation: Don't error if maxsigcachesize exceeds uint32::max
TheCharlatan
2024-07-04
Merge bitcoin/bitcoin#29625: Several randomness improvements
merge-script
2024-07-02
Merge bitcoin/bitcoin#30324: optimization: Moved repeated `-printpriority` fe...
Ava Chow
2024-07-02
net: don't extra bind for Tor if binds are restricted
Vasil Dimov
2024-07-02
Merge bitcoin/bitcoin#30344: kernel: remove mempool_persist
glozow
2024-07-01
random: get rid of GetRand by inlining
Pieter Wuille
2024-06-30
Moved the repeated -printpriority fetching out of AddToBlock
LÅ‘rinc
2024-06-28
scripted-diff: Log parameter interaction not thrice
MarcoFalke
2024-06-28
doc: Fix outdated dev comment about logging
MarcoFalke
2024-06-27
Merge bitcoin/bitcoin#28167: init: Add option for rpccookie permissions (repl...
Ryan Ofsky
2024-06-27
init: add option for rpccookie permissions
willcl-ark
[next]