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
/
script
/
sigcache.cpp
Age
Commit message (
Expand
)
Author
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-06-29
Merge #10192: Cache full script execution results in addition to signatures
Wladimir J. van der Laan
2017-06-22
Update -maxsigcachesize doc clarify init logprints for it
Matt Corallo
2017-06-07
Cache full script execution results in addition to signatures
Matt Corallo
2017-05-31
[trivial] Add end of namespace comments
practicalswift
2017-04-12
Deduplicate SignatureCacheHasher
Jeremy Rubin
2017-02-24
Trivial: fix comments referencing AppInit2
Marko Bencun
2017-02-17
Ensure `-maxsigcachesize` is in valid range
John Newbery
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-14
Add CuckooCache implementation and replace the sigcache map_type with it
Jeremy Rubin
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-10-31
Evict sigcache entries that are seen in a block
Pieter Wuille
2015-10-31
Make sigcache faster and more efficient
Pieter Wuille
2015-02-02
Use separate SignatureChecker for CMutableTransaction
Pieter Wuille
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-11-10
Make comments in /src/script doxygen compatible
Michael Ford
2014-10-31
boost: moveonly: split CPubKey and friends to new files
Cory Fields
2014-10-06
minor license, header end comment etc. cleanup in /script
Philip Kaufmann
2014-10-02
Replace SCRIPT_VERIFY_NOCACHE by flag directly to checker
Pieter Wuille
2014-10-02
Make signature cache optional
Pieter Wuille