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
2015-12-14
Make max tip age an option instead of chainparam
Wladimir J. van der Laan
2015-12-14
Merge pull request #7200
Wladimir J. van der Laan
2015-12-13
Add "NODE_BLOOM" to guiutil so that peers don't get UNKNOWN[4]
Matt Corallo
2015-12-12
fix logic for error log
accraze
2015-12-12
wallet: check if tx scriptPubKey is unspendable
accraze
2015-12-11
checks for null data transaction before debug.log
accraze
2015-12-11
Merge pull request #7156
Wladimir J. van der Laan
2015-12-10
net: Add and document network messages in protocol.h
Wladimir J. van der Laan
2015-12-10
Merge pull request #7179
Wladimir J. van der Laan
2015-12-09
Merge pull request #7154
Wladimir J. van der Laan
2015-12-08
Merge pull request #4906
Wladimir J. van der Laan
2015-12-07
Added a test for the pruning of extraneous inputs after ApproximateBestSet
Murch
2015-12-07
Moved set reduction to the end of ApproximateBestSubset to reduce performance...
Murch
2015-12-07
net: Account for `sendheaders` `verack` messages
Wladimir J. van der Laan
2015-12-07
net: Fix sent reject messages for blocks and transactions
Wladimir J. van der Laan
2015-12-07
Merge pull request #6589
Wladimir J. van der Laan
2015-12-07
log bytes recv/sent per command
Jonas Schnelli
2015-12-06
Coinselection prunes extraneous inputs from ApproximateBestSubset
AlSzacrel
2015-12-05
Don't do mempool lookups for "mempool" command without a filter
Matt Corallo
2015-12-03
Disconnect on mempool requests from peers when over the upload limit.
Gregory Maxwell
2015-12-03
Merge pull request #7113
Wladimir J. van der Laan
2015-12-03
Merge pull request #7133
Wladimir J. van der Laan
2015-12-03
Now that 0.12 has been branched, master is 0.12.99
Wladimir J. van der Laan
2015-12-03
Merge pull request #7158
Wladimir J. van der Laan
2015-12-02
[qt] Use tr() instead of _()
MarcoFalke
2015-12-02
Fix typo in wallet.cpp
MarcoFalke
2015-12-02
PartitionCheck: remove useless spaces
paveljanik
2015-12-02
TRIVIAL: Chainparams: Remove unused CBaseUnitTestParams
Jorge Timón
2015-12-02
Update miner.cpp: Fix typo in comment
antonio-fr
2015-12-02
[trivial] Fix typo in peertablemodel.cpp
MarcoFalke
2015-12-02
Fix various typos
paveljanik
2015-12-02
Merge pull request #7128
Wladimir J. van der Laan
2015-12-02
qt: Final translation update before 0.12 fork
Wladimir J. van der Laan
2015-12-02
Merge pull request #6216
Wladimir J. van der Laan
2015-12-02
rpc: remove cs_main lock from `createrawtransaction`
Wladimir J. van der Laan
2015-12-02
Merge pull request #7147
Wladimir J. van der Laan
2015-12-02
Merge pull request #7146
Wladimir J. van der Laan
2015-12-02
Merge pull request #7118
Wladimir J. van der Laan
2015-12-02
Merge commit '982709199f1b4e9e35211c419a81938f9f1dd4ed' into bitcoin
MarcoFalke
2015-12-02
Merge pull request #7144
Wladimir J. van der Laan
2015-12-02
Name union to prevent compiler warning
Pavel Janík
2015-12-02
[Qt] add InMempool() info to transaction details
Jonas Schnelli
2015-12-01
Flush coins cache also after transaction processing
Pieter Wuille
2015-12-01
Uncache input txn in utxo cache if a tx is not accepted to mempool
Matt Corallo
2015-12-01
Add CCoinsViewCache::HaveCoinsInCache to check if a tx is cached
Matt Corallo
2015-12-01
Discard txn cache entries that were loaded for removed mempool txn
Matt Corallo
2015-12-01
Get the set of now-uncacheable-txn from CTxMemPool::TrimToSize
Matt Corallo
2015-12-01
Add method to remove a tx from CCoinsViewCache if it is unchanged
Matt Corallo
2015-12-01
Rewrite CreateNewBlock
Alex Morcos
2015-12-01
Expose FormatStateMessage
Alex Morcos
[next]