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.h
Age
Commit message (
Expand
)
Author
2016-05-10
Merge #8019: Remove state arg from ReconsiderBlock, rename to ResetBlockFailu...
Wladimir J. van der Laan
2016-05-09
Rename ReconsiderBlock func to reflect real behavior
instagibbs
2016-05-09
Merge #7976: Remove obsolete reference to CValidationState from UpdateCoins.
Wladimir J. van der Laan
2016-05-06
Remove state arg from ReconsiderBlock
instagibbs
2016-05-06
Merge #7815: Break circular dependency main ↔ txdb
Wladimir J. van der Laan
2016-05-05
Merge #7840: Several performance and privacy improvements to inv/mempool hand...
Wladimir J. van der Laan
2016-04-30
Remove obsolete reference to CValidationState from UpdateCoins.
21E14
2016-04-20
Explicitly pass CChainParams to ConnectBlock
face
2016-04-20
Eliminate TX trickle bypass, sort TX invs for privacy and priority.
Gregory Maxwell
2016-04-19
Pass CChainParams to DisconnectTip()
face
2016-04-15
Break circular dependency main ↔ txdb
Wladimir J. van der Laan
2016-04-07
Reduce block timeout to 10 minutes
Wladimir J. van der Laan
2016-04-07
Track block download times per individual block
Pieter Wuille
2016-04-03
[doc] Fix doxygen comments for members
MarcoFalke
2016-03-21
Implement "feefilter" P2P message.
Alex Morcos
2016-03-21
Merge #7692: Remove p2p alert system
Wladimir J. van der Laan
2016-03-21
Merge #7708: De-neuter NODE_BLOOM
Wladimir J. van der Laan
2016-03-18
Always disconnect old nodes which request filtered connections.
Patrick Strateman
2016-03-18
Remove `-alerts` option
BtcDrak
2016-03-18
Merge #7575: Minimal BIP9 implementation
Wladimir J. van der Laan
2016-03-16
Add LockPoints
Alex Morcos
2016-03-15
Softfork status report in RPC
Pieter Wuille
2016-03-15
BIP9 Implementation
Pieter Wuille
2016-02-16
Merge #7509: Common argument defaults for NODE_BLOOM stuff and -wallet
Wladimir J. van der Laan
2016-02-12
Merge #7184: Implement SequenceLocks functions for BIP 68
Wladimir J. van der Laan
2016-02-11
fix sdaftuar's nits again
Alex Morcos
2016-02-11
Common argument defaults for NODE_BLOOM stuff and -wallet
Luke Dashjr
2016-02-10
Implement SequenceLocks functions
Alex Morcos
2016-02-04
Merge #7070: Move maxTxFee out of mempool
Wladimir J. van der Laan
2016-02-03
Merge #7444: Improve block validity/ConnectBlock() comments
Wladimir J. van der Laan
2016-02-03
Merge #7431: Rename permitrbf to mempoolreplacement and provide minimal strin...
Wladimir J. van der Laan
2016-02-02
Move maxTxFee out of mempool
MarcoFalke
2016-02-02
Merge #7084: mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee
Wladimir J. van der Laan
2016-02-02
[doxygen] Actually display comment
MarcoFalke
2016-02-01
Rename replacebyfee=opt-in to mempoolreplacement=fee
Luke Dashjr
2016-01-31
Improve block validity/ConnectBlock() comments
Peter Todd
2016-01-30
mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee
MarcoFalke
2016-01-28
Add whitelistforcerelay to control forced relaying.
Gregory Maxwell
2016-01-28
Rename permitrbf to replacebyfee
Luke Dashjr
2016-01-21
Add option `-permitrbf` to set transaction replacement policy
Wladimir J. van der Laan
2016-01-18
Merge pull request #7208
Wladimir J. van der Laan
2016-01-09
Merge pull request #7081
Wladimir J. van der Laan
2016-01-09
Merge branch bytespersigop
Luke Dashjr
2016-01-05
Merge pull request #7205
Wladimir J. van der Laan
2015-12-21
Merge pull request #7062
Wladimir J. van der Laan
2015-12-14
Make max tip age an option instead of chainparam
Wladimir J. van der Laan
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-12-11
Replace trickle nodes with per-node/message Poisson delays
Pieter Wuille
2015-12-02
Remove GetMinRelayFee
Suhas Daftuar
2015-12-01
-bytespersigop option to additionally limit sigops in transactions we relay a...
Luke Dashjr
[next]