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
/
net_processing.cpp
Age
Commit message (
Expand
)
Author
2016-12-15
Merge #9313: If we don't allow free txs, always send a fee filter
Wladimir J. van der Laan
2016-12-15
Allow compactblock reconstruction when block is in flight
Suhas Daftuar
2016-12-14
Merge #9273: Remove unused CDiskBlockPos* argument from ProcessNewBlock
Wladimir J. van der Laan
2016-12-14
Do not run functions with necessary side-effects in assert()
Gregory Maxwell
2016-12-09
If we don't allow free txs, always send a fee filter
Alex Morcos
2016-12-06
Merge #9268: Fix rounding privacy leak introduced in #9260
Pieter Wuille
2016-12-05
Merge #9269: Align struct COrphan definition
Wladimir J. van der Laan
2016-12-05
Align struct COrphan definition
Pieter Wuille
2016-12-04
Move CTxInWitness inside CTxIn
Pieter Wuille
2016-12-05
Merge #9014: Fix block-connection performance regression
Wladimir J. van der Laan
2016-12-04
Remove unused CDiskBlockPos* argument from ProcessNewBlock
Matt Corallo
2016-12-04
Switch pblock in ProcessNewBlock to a shared_ptr
Matt Corallo
2016-12-03
Add unstored orphans with rejected parents to recentRejects
Alex Morcos
2016-12-02
Fix rounding privacy leak introduced in #9260
Matt Corallo
2016-12-02
Make CTransaction actually immutable
Pieter Wuille
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
Move network-msg-processing code out of main to its own file
Matt Corallo
[prev]