index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-04-13
[Wallet] Decouple CInputCoin from CWalletTx
NicolasDorier
2017-04-12
Deduplicate SignatureCacheHasher
Jeremy Rubin
2017-04-12
Merge #10177: Changed "Send" button default status from true to false
Wladimir J. van der Laan
2017-04-12
Merge #10150: [rpc] Add logging rpc
Wladimir J. van der Laan
2017-04-12
net: define NodeId as an int64_t
Cory Fields
2017-04-12
Merge #10187: tests: Fix test_runner return value in case of skipped test
MarcoFalke
2017-04-11
Make CWallet::SyncTransactions() interface friendlier
John Newbery
2017-04-11
tests: Fix test_runner return value in case of skipped test
Wladimir J. van der Laan
2017-04-11
AddToWalletIfInvolvingMe should test pIndex, not posInBlock
John Newbery
2017-04-10
allow libevent logging to be updated during runtime
John Newbery
2017-04-10
[rpc] Add logging RPC
John Newbery
2017-04-10
Set BCLog::LIBEVENT correctly for old libevent versions.
John Newbery
2017-04-10
Make DisconnectBlock and ConnectBlock static in validation.cpp
Matt Corallo
2017-04-10
Merge #9725: CValidationInterface Cleanups
Wladimir J. van der Laan
2017-04-10
Changed "Send" button default status from true to false
KibbledJiveElkZoo
2017-04-10
Merge #10164: Wallet: reduce excess logic InMempool()
Wladimir J. van der Laan
2017-04-10
Merge #10135: [p2p] Send the correct error code in reject messages
Wladimir J. van der Laan
2017-04-10
Merge #9949: [bench] Avoid function call arguments which are pointers to unin...
Wladimir J. van der Laan
2017-04-10
Merge #10156: Fix for issues with startup and multiple monitors on windows.
Wladimir J. van der Laan
2017-04-10
Fix for issues with startup and multiple monitors on windows.
Allan Doensen
2017-04-10
Merge #9890: Add a button to open the config file in a text editor
Jonas Schnelli
2017-04-10
Merge #10166: Ignore Doxyfile generated from Doxyfile.in template.
Wladimir J. van der Laan
2017-04-10
Merge #10167: [trivial] Fix typo ("improssible" → "impossible")
Wladimir J. van der Laan
2017-04-10
Merge #10142: Run bitcoin_test-qt under minimal QPA platform
Wladimir J. van der Laan
2017-04-10
Merge #10168: Fix build warning from #error text
Wladimir J. van der Laan
2017-04-08
Merge #10124: [test] Suppress test logging spam
MarcoFalke
2017-04-08
[Wallet] Rename std::pair<const CWalletTx*, unsigned int> to CInputCoin
NicolasDorier
2017-04-07
Reduce spammy test logging
John Newbery
2017-04-07
Fix build warning from #error text
John Newbery
2017-04-07
[trivial] Fix typo ("improssible" → "impossible")
practicalswift
2017-04-07
Ignore Doxyfile generated from Doxyfile.in template.
Pavel Janík
2017-04-07
Merge #10159: [tests] color test results and sort alphabetically
Wladimir J. van der Laan
2017-04-07
Merge #9681: Refactor Bumpfee, move core functionality to CWallet
Wladimir J. van der Laan
2017-04-07
Merge #10155: build: Deduplicate version numbers
Wladimir J. van der Laan
2017-04-07
fixup - align summary row correctly and make colors/glyphs globals
John Newbery
2017-04-07
Merge #10162: [trivial] Log calls to getblocktemplate
Wladimir J. van der Laan
2017-04-07
Take a CTransactionRef in AddToWalletIfInvolvingMe to avoid a copy
Matt Corallo
2017-04-07
Use std::shared_ptr instead of boost::shared_ptr in ScriptForMining
Matt Corallo
2017-04-07
Remove dead-code tracking of requests for blocks we generated
Matt Corallo
2017-04-07
Add override to functions using CValidationInterface methods
Matt Corallo
2017-04-07
Hold cs_wallet for whole block [dis]connection processing
Matt Corallo
2017-04-07
SyncTransaction->TxAddedToMempool/BlockConnected/Disconnected
Matt Corallo
2017-04-07
Handle SyncTransaction in ActivateBestChain instead of ConnectTrace
Matt Corallo
2017-04-07
Keep conflictedTxs in ConnectTrace per-block
Matt Corallo
2017-04-07
Handle conflicted transactions directly in ConnectTrace
Matt Corallo
2017-04-07
Make ConnectTrace::blocksConnected private, hide behind accessors
Matt Corallo
2017-04-07
Add pblock to connectTrace at the end of ConnectTip, not start
Matt Corallo
2017-04-07
Include missing #include in zmqnotificationinterface.h
Matt Corallo
2017-04-07
Wallet: reduce excess logic InMemPool()
Kewde
2017-04-06
Merge #9902: Lightweight abstraction of boost::filesystem
Wladimir J. van der Laan
[prev]
[next]