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
/
script.h
Age
Commit message (
Expand
)
Author
2019-06-13
Delete error-prone CScript constructor
Gregory Sanders
2019-04-10
[cleanup] Remove unused CReserveKey
John Newbery
2018-11-01
Avoid using numeric_limits for sequence numbers and lock times
Russell Yanofsky
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-29
Remove template matching and pseudo opcodes
Pieter Wuille
2018-04-13
[MOVEONLY] Turn CScript::GetOp2 into a function and move to cpp
Pieter Wuille
2018-04-13
[MOVEONLY] Move CSCript::FindAndDelete to interpreter
Pieter Wuille
2018-04-13
Delete unused non-const-iterator CSCript::GetOp overloads
Pieter Wuille
2018-04-13
Make iterators in CScript::FindAndDelete const
Pieter Wuille
2018-04-12
Drop dead code CScript::Find
Ben Woosley
2018-03-20
Support serialization as another type without casting
Pieter Wuille
2018-02-07
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
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-09-22
Use static_cast instead of C-style casts for non-fundamental types
practicalswift
2017-09-11
Fix invalid memory access in CScript::operator+=
Anthony Towns
2017-08-16
Merge #11011: [Trivial] Add a comment on the use of prevector in script.
MarcoFalke
2017-08-12
[Trivial] Add a comment on the use of prevector in script.
Gregory Maxwell
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-13
Merge #10534: Clarify prevector::erase and avoid swap-to-clear
Wladimir J. van der Laan
2017-06-09
Clarify prevector::erase and avoid swap-to-clear
Pieter Wuille
2017-06-07
Sanity check transaction scripts in DecodeHexTx
Andrew Chow
2017-06-07
Add a valid opcode sanity check to CScript
Andrew Chow
2017-05-02
Add constant for maximum stack size
Gregory Sanders
2017-03-03
Merge #8808: Do not shadow variables (gcc set)
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-21
Make CScript (and prevector) c++11 movable.
Pieter Wuille
2016-12-05
Do not shadow variables (gcc set)
Pavel JanÃk
2016-12-04
Move CTxInWitness inside CTxIn
Pieter Wuille
2016-06-28
Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY
BtcDrak
2016-06-22
[RPC] signrawtransaction can sign P2WSH
NicolasDorier
2016-06-22
BIP141: Witness program
Pieter Wuille
2016-06-22
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2016-05-05
Merge #7907: Optimize and Cleanup CScript::FindAndDelete
Wladimir J. van der Laan
2016-04-25
Treat overly long scriptPubKeys as unspendable
Pieter Wuille
2016-04-25
Introduce constant for maximum CScript length
Pieter Wuille
2016-04-21
Improve worst-case behavior of CScript::FindAndDelete
Patrick Strateman
2016-04-19
Replace c-style cast with c++ style static_cast.
Patrick Strateman
2016-04-19
Replace memcmp with std::equal in CScript::FindAndDelete
Patrick Strateman
2016-02-14
BIP112: Implement CHECKSEQUENCEVERIFY
Mark Friedenbach
2016-01-05
Merge pull request #7205
Wladimir J. van der Laan
2015-12-15
Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY.
mb300sd
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-13
Prevector type
Pieter Wuille
2015-10-15
script: Remove magic numbers
David Hill
2015-10-01
Accept any sequence of PUSHDATAs in OP_RETURN outputs
Peter Todd
2015-10-01
Add IsPushOnly(const_iterator pc)
Peter Todd
2015-07-30
Resolve issue 3166.
mruddy
2015-07-20
Separate core memory usage computation in core_memusage.h
Pieter Wuille
[next]