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-04-20
Explicitly pass CChainParams to ConnectBlock
face
2016-04-19
Pass CChainParams to DisconnectTip()
face
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
2015-12-01
Expose FormatStateMessage
Alex Morcos
2015-12-01
Merge pull request #7141
Wladimir J. van der Laan
2015-12-01
rpc: Don't translate warning messages
Wladimir J. van der Laan
2015-11-30
removeForReorg calls once-per-disconnect-> once-per-reorg
Matt Corallo
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
[trivial] Reuse translation and cleanup DEFAULT_* values
MarcoFalke
2015-11-28
Constrain constant values to a single location in code
Luke Dashjr
[next]