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-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-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
2024-06-26
mempool: move LoadMempool/DumpMempool to node
Cory Fields
2024-06-24
Merge bitcoin/bitcoin#30200: Introduce Mining interface
Ryan Ofsky
2024-06-21
refactor: use #ifdef HAVE_SOCKADDR_UN
fanquake
2024-06-21
zmq: use #ifdef ENABLE_ZMQ
fanquake
2024-06-18
Introduce Mining interface
Sjors Provoost
2024-06-17
Merge bitcoin/bitcoin#30058: Encapsulate warnings in generalized node::Warnin...
Ava Chow
2024-06-14
Merge bitcoin/bitcoin#30255: log: use error level for critical log messages
Ava Chow
2024-06-13
refactor: remove warnings globals
stickies-v
2024-06-12
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
Ava Chow
2024-06-11
Merge bitcoin/bitcoin#28339: validation: improve performance of CheckBlockIndex
Ava Chow
2024-06-11
Merge bitcoin/bitcoin#28830: [refactor] Check CTxMemPool options in ctor
Ava Chow
2024-06-10
log: use error level for critical log messages
MarcoFalke
[next]