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
Age
Commit message (
Expand
)
Author
2020-07-31
[util] add RunCommandParseJSON
Sjors Provoost
2020-07-31
Merge #19585: rpc: RPCResult Type of MempoolEntryDescription should be OBJ.
MarcoFalke
2020-07-30
Merge #19604: Pass mempool pointer to UnloadBlockIndex/GetCoinsCacheSizeState
MarcoFalke
2020-07-30
Merge #19561: refactor: Pass ArgsManager into functions that register args
MarcoFalke
2020-07-30
Merge #19102: wallet: Introduce and use DummyDatabase instead of dummy Berkel...
MarcoFalke
2020-07-30
Merge #19590: p2p, refactor: add `CInv` transaction message helpers; use in n...
Wladimir J. van der Laan
2020-07-30
Merge #18011: Replace current benchmarking framework with nanobench
Wladimir J. van der Laan
2020-07-29
walletdb: Ensure that having no database handle is a failure
Andrew Chow
2020-07-29
Remove BDB dummy databases
Andrew Chow
2020-07-29
Introduce DummyDatabase and use it in the tests
Andrew Chow
2020-07-29
Merge #19335: wallet: Cleanup and separate BerkeleyDatabase and BerkeleyBatch
Wladimir J. van der Laan
2020-07-29
Merge #19534: net: save the network type explicitly in CNetAddr
Wladimir J. van der Laan
2020-07-29
Pass mempool pointer to GetCoinsCacheSizeState
MarcoFalke
2020-07-29
Pass mempool pointer to UnloadBlockIndex
MarcoFalke
2020-07-29
refactor: use local argsmanager in CRegTestParams
Ivan Metlushko
2020-07-29
scripted-diff: Replace gArgs with local argsman
Ivan Metlushko
2020-07-29
refactor: add unused ArgsManager to replace gArgs
Ivan Metlushko
2020-07-29
test: Simplify cs_main locks
MarcoFalke
2020-07-29
Merge #18637: coins: allow cache resize after init
MarcoFalke
2020-07-28
Merge #19583: p2p: clean up Misbehaving()
fanquake
2020-07-28
Merge #19589: rpc: Avoid useless mempool query in gettxoutproof
fanquake
2020-07-27
net: save the network type explicitly in CNetAddr
Vasil Dimov
2020-07-27
p2p, refactoring: use CInv helpers in net_processing.cpp
Jon Atack
2020-07-27
p2p: add CInv transaction message helper methods
Jon Atack
2020-07-26
refactor: Drop unused CBufferedFile::Seek()
Hennadii Stepanov
2020-07-26
Merge #19508: Work around memory-aliasing in descriptor ParsePubkey
MarcoFalke
2020-07-26
rpc: Avoid useless mempool query in gettxoutproof
MarcoFalke
2020-07-26
rpc: Style fixups in gettxoutproof
MarcoFalke
2020-07-25
[net processing] Tidy up Misbehaving()
John Newbery
2020-07-25
[net processing] Always supply debug message to Misbehaving()
John Newbery
2020-07-25
[net processing] Fixup MaybeDiscourageAndDisconnect() style
John Newbery
2020-07-24
rpc: RPCResult Type of MempoolEntryDescription should be OBJ. If multiple ent...
Chris L
2020-07-24
Merge #19472: [net processing] Reduce cs_main scope in MaybeDiscourageAndDisc...
Wladimir J. van der Laan
2020-07-23
Merge #15935: Add <datadir>/settings.json persistent settings storage
MarcoFalke
2020-07-23
Merge #19473: net: Add -networkactive option
MarcoFalke
2020-07-22
walletdb: Remove BerkeleyBatch friend class from BerkeleyDatabase
Andrew Chow
2020-07-22
No need to check for duplicate fileids in all dbenvs
Andrew Chow
2020-07-22
walletdb: Move Db->open to BerkeleyDatabase::Open
Andrew Chow
2020-07-22
walletdb: track database file use as m_refcount within BerkeleyDatabase
Andrew Chow
2020-07-22
Combine BerkeleyEnvironment::Verify into BerkeleyDatabase::Verify
Andrew Chow
2020-07-23
Merge #19334: wallet: Introduce WalletDatabase abstract class
Samuel Dobson
2020-07-22
net: Log network activity status change unconditionally
Hennadii Stepanov
2020-07-22
net: Add -networkactive option
Hennadii Stepanov
2020-07-22
Merge #18044: Use wtxid for transaction relay
Wladimir J. van der Laan
2020-07-22
Merge #19526: log: Avoid treating remote misbehvior as local system error
Wladimir J. van der Laan
2020-07-22
Merge #19370: Static asserts for consistency of fee defaults
Wladimir J. van der Laan
2020-07-22
Merge #19562: test: Fix fuzzer compilation on macOS
fanquake
2020-07-22
Merge #19548: fuzz: add missing overrides to signature_checker
fanquake
2020-07-22
Merge #18907: walletdb: Don't remove database transaction logs and instead error
MarcoFalke
2020-07-22
fuzz: add missing overrides to signature_checker
Jon Atack
[next]