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
/
bench
/
checkblock.cpp
Age
Commit message (
Expand
)
Author
2018-08-13
Merge #13534: Don't assert(foo()) where foo() has side effects
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-07
Don't assert(foo()) where foo has side effects
practicalswift
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-23
Improved microbenchmarking with multiple features.
Martin Ankerl
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-06-26
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
Wladimir J. van der Laan
2017-05-31
[trivial] Add end of namespace comments
practicalswift
2017-05-03
Chainparams: Get rid of CChainParams& Params(std::string)
Jorge Timón
2017-03-08
[bench] Avoid function call arguments which are pointers to uninitialized values
practicalswift
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
2016-11-10
Use better name for local variable to prevent -Wshadow compiler warning
Pavel Janík
2016-11-09
Add deserialize + CheckBlock benchmarks, and a full block hex
Matt Corallo