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
/
test
/
util
Age
Commit message (
Expand
)
Author
2022-09-13
Merge bitcoin/bitcoin#24513: CChainState -> Chainstate
glozow
2022-09-09
scripted-diff: rename CChainState -> Chainstate
James O'Beirne
2022-09-05
test: remove Boost Test from libtest util
fanquake
2022-09-02
Merge bitcoin/bitcoin#25962: net: Add CNodeOptions and increase constness
MacroFake
2022-09-01
Merge bitcoin/bitcoin#25614: Severity-based logging, step 2
Andrew Chow
2022-09-01
net: make CNode::m_permissionFlags const
Anthony Towns
2022-08-29
Require callers of AcceptBlockHeader() to perform anti-dos checks
Suhas Daftuar
2022-08-20
Create BCLog::Level::Trace log severity level
Jon Atack
2022-08-20
Create -loglevel configuration option
klementtan
2022-08-05
Merge bitcoin/bitcoin#25721: refactor: Replace BResult with util::Result
MacroFake
2022-08-03
validationcaches: Add and use ValidationCacheSizes
Carl Dong
2022-08-03
cuckoocache: Return approximate memory size
Carl Dong
2022-08-03
refactor: Replace BResult with util::Result
Ryan Ofsky
2022-08-02
sort after scripted-diff
MacroFake
2022-08-02
scripted-diff: Move mempool_args to src/node
MacroFake
2022-08-02
Return optional error from ApplyArgsManOptions
MacroFake
2022-07-20
refactor: move compat.h into compat/
fanquake
2022-07-20
Merge bitcoin/bitcoin#25285: Add AutoFile without ser-type and ser-version an...
fanquake
2022-07-19
refactor: Reduce number of LoadChainstate return values
Russell Yanofsky
2022-07-19
refactor: Reduce number of LoadChainstate parameters
Russell Yanofsky
2022-07-19
Merge bitcoin/bitcoin#25514: net processing: Move CNode::nServices and CNode:...
MacroFake
2022-07-14
[net processing] Remove CNode::nLocalServices
John Newbery
2022-07-14
[net processing] Remove CNode::nServices
John Newbery
2022-07-14
[net processing] Add m_our_services and m_their_services to Peer
John Newbery
2022-07-14
Use designated initializers for ChainstateManager::Options
Carl Dong
2022-07-13
Merge bitcoin/bitcoin#25472: build: Increase MS Visual Studio minimum version
fanquake
2022-07-12
Merge bitcoin/bitcoin#25591: move-only: Version handshake to libtest_util
MacroFake
2022-07-12
move-only: InitializeNode to handshake helper
MacroFake
2022-07-12
move-only: Version handshake to libtest_util
MacroFake
2022-07-08
wallet: refactor GetNewDestination, use BResult
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-04
[net] Add connection type to NodeEvictionCandidate
dergoegge
2022-07-04
[net] Add NoBan status to NodeEvictionCandidate
dergoegge
2022-06-29
Use AutoFile where possible
MacroFake
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
pool: Add and use MemPoolOptions, ApplyArgsManOptions
Carl Dong
2022-06-28
Merge bitcoin/bitcoin#24378: refactor: make bind() and listen() mockable/test...
laanwj
2022-06-28
Merge bitcoin/bitcoin#25426: net: add new method Sock::GetSockName() that wra...
laanwj
2022-06-22
net: rename Sock::Reset() to Sock::Close() and make it private
Vasil Dimov
2022-06-20
net: add new method Sock::GetSockName() that wraps getsockname()
Vasil Dimov
2022-06-16
Merge bitcoin/bitcoin#24356: refactor: replace CConnman::SocketEvents() with ...
laanwj
2022-06-15
Merge bitcoin/bitcoin#25223: [kernel 2e/n] miner: Make `mempool` optional, st...
fanquake
2022-06-09
net: introduce Sock::WaitMany()
Vasil Dimov
2022-06-06
miner: Make mempool optional for BlockAssembler
Carl Dong
2022-06-04
Merge bitcoin/bitcoin#25065: [kernel 2c/n] Introduce `kernel::Context`, encap...
fanquake
2022-06-02
init: Initialize globals with kernel::Context's life
Carl Dong
2022-05-31
test: Use Set/UnsetGlobals in BasicTestingSetup
Carl Dong
[next]