dogecoin/src/script
Wladimir J. van der Laan 006cdf64dc
Merge #7907: Optimize and Cleanup CScript::FindAndDelete
d1d7775 Improve worst-case behavior of CScript::FindAndDelete (Patrick Strateman)
e2a30bc Unit test for CScript::FindAndDelete (Gavin Andresen)
c0f660c Replace c-style cast with c++ style static_cast. (Patrick Strateman)
ec9ad5f Replace memcmp with std::equal in CScript::FindAndDelete (Patrick Strateman)
2016-05-05 19:01:32 +02:00
..
bitcoinconsensus.cpp Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
bitcoinconsensus.h Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
interpreter.cpp Introduce constant for maximum CScript length 2016-04-25 14:22:30 +02:00
interpreter.h BIP112: Implement CHECKSEQUENCEVERIFY 2016-02-14 11:29:38 +00:00
ismine.cpp wallet_ismine.h → script/ismine.h 2016-04-18 15:14:36 +02:00
ismine.h wallet_ismine.h → script/ismine.h 2016-04-18 15:14:36 +02:00
script.cpp Merge pull request #7205 2016-01-05 14:11:40 +01:00
script.h Merge #7907: Optimize and Cleanup CScript::FindAndDelete 2016-05-05 19:01:32 +02:00
script_error.cpp Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65) 2015-06-21 23:56:28 -04:00
script_error.h BIP112: Implement CHECKSEQUENCEVERIFY 2016-02-14 11:29:38 +00:00
sigcache.cpp Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
sigcache.h Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
sign.cpp Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
sign.h Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
standard.cpp Get rid of inaccurate ScriptSigArgsExpected 2016-02-01 15:28:25 +01:00
standard.h [doc] Fix doxygen comments for members 2016-04-03 11:58:01 +02:00