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
/
interpreter.cpp
Age
Commit message (
Expand
)
Author
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-07
Avoid dereference-of-casted-pointer
Pieter Wuille
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-23
Merge #10313: [Consensus] Add constant for maximum stack size
Pieter Wuille
2017-05-19
Use range-based for loops (C++11) when looping over vector elements
practicalswift
2017-05-02
Add constant for maximum stack size
Gregory Sanders
2017-04-26
Remove unused C++ code not covered by unit tests
practicalswift
2017-03-08
Refactor: Remove using namespace <xxx> from script/
Karl-Johan Alm
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-09
Refactor: Removed begin/end_ptr functions.
Karl-Johan Alm
2016-11-07
Get rid of nType and nVersion
Pieter Wuille
2016-10-19
Merge #8927: Add script tests for FindAndDelete in pre-segwit and segwit scripts
Wladimir J. van der Laan
2016-10-16
Require compressed keys in segwit as policy and disable signing with uncompre...
Johnson Lau
2016-10-16
Add script tests for FindAndDelete in pre-segwit and segwit scripts
Johnson Lau
2016-09-27
Add policy: null signature for failed CHECK(MULTI)SIG
Johnson Lau
2016-09-23
Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH
Johnson Lau
2016-08-26
Rename to PrecomputedTransactionData
Pieter Wuille
2016-08-16
Precompute sighashes
Pieter Wuille
2016-06-22
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
BIP143: Verification logic
Pieter Wuille
2016-06-22
BIP141: Witness program
Pieter Wuille
2016-04-25
Introduce constant for maximum CScript length
Pieter Wuille
2016-04-03
[doc] Fix doxygen comments for members
MarcoFalke
2016-02-16
Code style fix.
BtcDrak
2016-02-14
Separate CheckLockTime() and CheckSequence() logic
BtcDrak
2016-02-14
BIP112: Implement CHECKSEQUENCEVERIFY
Mark Friedenbach
2016-02-12
Merge #7184: Implement SequenceLocks functions for BIP 68
Wladimir J. van der Laan
2016-02-10
Implement SequenceLocks functions
Alex Morcos
2016-02-10
Correctly report high-S violations
Pieter Wuille
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-12-01
Merge pull request #6914
Wladimir J. van der Laan
2015-11-15
Switch to libsecp256k1-based validation for ECDSA
Pieter Wuille
2015-11-13
Prevector type
Pieter Wuille
2015-10-15
script: Remove magic numbers
David Hill
2015-09-25
Merge pull request #5264
Wladimir J. van der Laan
2015-08-10
Correct a possibly intentional pun that is nevertheless hard to read: "two ti...
Mark Friedenbach
2015-07-30
Resolve issue 3166.
mruddy
2015-06-21
Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65)
Peter Todd
2015-02-03
Merge pull request #5713
Wladimir J. van der Laan
2015-02-02
Avoid storing a reference passed to SignatureChecker constructors
Pieter Wuille
2015-02-02
Use separate SignatureChecker for CMutableTransaction
Pieter Wuille
2015-02-01
Change IsDERSignature to BIP66 implementation
Pieter Wuille
2015-01-31
Remove whitespaces before double colon in errors and logs
Pavel JanÃk
2015-01-09
Make empty byte arrays pass CheckSignatureEncoding()
Peter Todd
2015-01-08
Merge pull request #5143
Wladimir J. van der Laan
2015-01-05
String conversions uint256 -> uint256S
Wladimir J. van der Laan
2015-01-05
Replace uint256(1) with static constant
Wladimir J. van der Laan
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-03
MOVEONLY: core/ -> primitives/
Luke Dashjr
[next]