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
2016-01-05
Bump copyright headers to 2015
MarcoFalke
2016-01-05
[Qt] fix coincontrol update issue when deleting a send coin entry
Jonas Schnelli
2016-01-05
[wallet] Adjust pruning test
MarcoFalke
2016-01-05
Mark blocks with too many sigops as failed
Suhas Daftuar
2016-01-04
Update translations after #7253
Wladimir J. van der Laan
2016-01-04
qt: periodic translations pull from transifex
Wladimir J. van der Laan
2016-01-04
Merge pull request #7245
Wladimir J. van der Laan
2016-01-04
Report non-mandatory script failures correctly
Pieter Wuille
2015-12-21
[Mempool] Fix mempool limiting and replace-by-fee for PrioritiseTransaction
Suhas Daftuar
2015-12-17
Removed offline testnet DNSSeed 'alexykot.me'.
Elias Rohrer
2015-12-16
torcontrol debug: Change to a blanket message that covers both cases
MarcoFalke
2015-12-14
Replace trickle nodes with per-node/message Poisson delays
Pieter Wuille
2015-12-14
Checks for null data transaction before issuing error to debug.log
accraze
2015-12-14
Add "NODE_BLOOM" to guiutil so that peers don't get UNKNOWN[4]
Matt Corallo
2015-12-11
net: Add and document network messages in protocol.h
Wladimir J. van der Laan
2015-12-10
net: Fix sent reject messages for blocks and transactions
Wladimir J. van der Laan
2015-12-08
Coinselection prunes extraneous inputs from ApproximateBestSubset
AlSzacrel
2015-12-07
Don't do mempool lookups for "mempool" command without a filter
Matt Corallo
2015-12-04
Replace setInventoryKnown with a rolling bloom filter.
Gregory Maxwell
2015-12-04
Disconnect on mempool requests from peers when over the upload limit.
Gregory Maxwell
2015-12-03
Bump version to 0.12.0
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
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-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
2015-12-01
Make accessing mempool parents and children public
Alex Morcos
2015-12-01
Add TxPriority class and comparator
Alex Morcos
2015-12-01
Add a score index to the mempool.
Alex Morcos
2015-12-01
Store the total sig op count of a tx.
Alex Morcos
[next]