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-04-27
Fix headers announcements edge case
Suhas Daftuar
2016-04-27
Use txid as key in mapAlreadyAskedFor
Suhas Daftuar
2016-04-27
Avoid "Unknown command" messages when receiving getaddr on outbound connections.
R E Broadley
2016-04-27
fix spelling of advertise in src and doc
jloughry
2016-04-27
Do not download transactions during inital sync
ptschip
2016-04-08
Version 2 transactions remain non-standard until CSV activates
Suhas Daftuar
2016-04-07
Track block download times per individual block
Pieter Wuille
2016-04-07
init: allow shutdown during 'Activating best chain...'
Wladimir J. van der Laan
2016-03-18
Soft fork logic for BIP68
BtcDrak
2016-03-18
Soft fork logic for BIP113
BtcDrak
2016-03-18
Add CHECKSEQUENCEVERIFY softfork through BIP9
Pieter Wuille
2016-03-18
Softfork status report in RPC
Pieter Wuille
2016-03-18
BIP9 Implementation
Pieter Wuille
2016-03-18
Add LockPoints
Alex Morcos
2016-03-18
fix sdaftuar's nits again
Alex Morcos
2016-03-18
Implement SequenceLocks functions
Alex Morcos
2016-02-10
Update the wallet best block marker when pruning
Pieter Wuille
2016-02-09
Update nQueuedValidatedHeaders after peer disconnection
Suhas Daftuar
2016-02-03
Merge #7440: [0.12] Rename permitrbf to mempoolreplacement and provide minima...
Wladimir J. van der Laan
2016-02-01
Add whitelistforcerelay to control forced relaying. [#7099 redux]
Gregory Maxwell
2016-01-29
Rename permitrbf to replacebyfee
Luke Dashjr
2016-01-21
Add option `-permitrbf` to set transaction replacement policy
Wladimir J. van der Laan
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
[next]