Age | Commit message (Expand) | Author |
2021-09-27 | scripted-diff: Rename overloaded int GetArg to GetIntArg | Russell Yanofsky |
2021-05-04 | refactor: Replace &foo[0] with foo.data() | MarcoFalke |
2021-05-04 | script: Replace address-of idiom with vector data() method | Guido Vranken |
2021-02-02 | refactor: replace Boost shared_mutex with std shared_mutex in sigcache | fanquake |
2021-01-29 | refactor: remove boost::thread_group usage | fanquake |
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-12-06 | Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t... | practicalswift |
2020-10-16 | script: Make ComputeEntrySchnorr and ComputeEntryECDSA const to clarify contract | practicalswift |
2020-10-12 | Support for Schnorr signatures and integration in SignatureCheckers (BIP 340) | Pieter Wuille |
2020-10-06 | scripted-diff: put ECDSA in name of signature functions | Pieter Wuille |
2020-06-04 | refactor: Specify boost/thread/thread.hpp explicitly | Hennadii Stepanov |
2020-04-29 | Use salted hasher instead of nonce in sigcache | Jeremy Rubin |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
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 |