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
2015-12-14
Make max tip age an option instead of chainparam
Wladimir J. van der Laan
2015-12-10
net: Add and document network messages in protocol.h
Wladimir J. van der Laan
2015-12-07
net: Fix sent reject messages for blocks and transactions
Wladimir J. van der Laan
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-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
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-30
Actually only use filterInventoryKnown with MSG_TX inventory messages.
Gregory Maxwell
2015-11-30
Rename setInventoryKnown filterInventoryKnown
Patick Strateman
2015-11-30
Replace setInventoryKnown with a rolling bloom filter.
Gregory Maxwell
2015-11-30
Merge pull request #7116
Wladimir J. van der Laan
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
Switch to a more efficient rolling Bloom filter
Pieter Wuille
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
2015-11-27
Merge pull request #6871
Wladimir J. van der Laan
2015-11-26
Fix and improve relay from whitelisted peers
Pieter Wuille
2015-11-24
Add enforcenodebloom option.
Patick Strateman
2015-11-24
Move bloom filter filtering logic outside of command "switch" (giant if/else).
Patick Strateman
2015-11-23
Globals: Remove a bunch of Params() calls from main.cpp:
Jorge Timón
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
[next]