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
/
main.cpp
Age
Commit message (
Expand
)
Author
2016-01-09
Merge branch bytespersigop
Luke Dashjr
2016-01-05
Bump copyright headers to 2015
MarcoFalke
2016-01-05
Mark blocks with too many sigops as failed
Suhas Daftuar
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-14
Replace trickle nodes with per-node/message Poisson delays
Pieter Wuille
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-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-02
PartitionCheck: remove useless spaces
paveljanik
2015-12-02
Fix various typos
paveljanik
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
Discard txn cache entries that were loaded for removed mempool txn
Matt Corallo
2015-12-01
-bytespersigop option to additionally limit sigops in transactions we relay a...
Luke Dashjr
2015-12-01
Expose FormatStateMessage
Alex Morcos
2015-12-01
Store the total sig op count of a tx.
Alex Morcos
2015-12-01
Merge pull request #7141
Wladimir J. van der Laan
2015-12-01
Merge pull request #6915
Wladimir J. van der Laan
2015-12-01
rpc: Don't translate warning messages
Wladimir J. van der Laan
2015-12-01
Merge pull request #7079
Wladimir J. van der Laan
2015-11-30
Fix removeForReorg to use MedianTimePast
Suhas Daftuar
2015-11-30
Don't call removeForReorg if DisconnectTip fails
Suhas Daftuar
2015-11-30
Track coinbase spends in CTxMemPoolEntry
Suhas Daftuar
2015-11-30
removeForReorg calls once-per-disconnect-> once-per-reorg
Matt Corallo
2015-11-30
Make indentation in ActivateBestChainStep readable
Matt Corallo
2015-11-30
Fix removal of time-locked transactions during reorg
Matt Corallo
2015-11-23
Limit setAskFor and retire requested entries only when a getdata returns.
Gregory Maxwell
2015-11-23
prevent peer flooding request queue for an inv
kazcw
2015-11-22
Merge pull request #7046
Gregory Maxwell
2015-11-21
Improve log messages for blocks only violations.
Patick Strateman
2015-11-21
Merge pull request #7011
Gregory Maxwell
2015-11-20
Bail early in processing transactions in blocks only mode.
Patick Strateman
2015-11-20
Fix relay mechanism for whitelisted peers under blocks only mode.
Patick Strateman
2015-11-19
Change GetPriority calculation.
Alex Morcos
2015-11-30
Merge pull request #7112
Wladimir J. van der Laan
2015-11-30
Move uiInterface.NotifyBlockTip signal above the core/wallet signal
Jonas Schnelli
2015-11-30
Merge pull request #7116
Wladimir J. van der Laan
2015-11-30
[Qt] call GuessVerificationProgress synchronous during core signal, pass doub...
Jonas Schnelli
2015-11-30
NotifyBlockTip signal: switch from hash (uint256) to CBlockIndex*
Jonas Schnelli
2015-11-29
Trivial: Fix warning introduced by #7053 by casting to uint64_t
Jorge Timón
2015-11-29
Allow block announcements with headers
Suhas Daftuar
2015-11-28
Merge pull request #7106
Gregory Maxwell
2015-11-28
Merge pull request #6508
Pieter Wuille
2015-11-28
[trivial] Reuse translation and cleanup DEFAULT_* values
MarcoFalke
2015-11-28
Constrain constant values to a single location in code
Luke Dashjr
2015-11-27
Switch blocks to a constant-space Merkle root/branch algorithm.
Pieter Wuille
2015-11-27
Merge pull request #7053
Wladimir J. van der Laan
[next]