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
2020-05-27
Merge #19004: refactor: Replace const char* to std::string
MarcoFalke
2020-05-22
refactor: Replace const char* to std::string
Calvin Kim
2020-05-20
Merge #18317: Serialization improvements step 6 (all except wallet/gui)
MarcoFalke
2020-05-02
Merge #18413: script: prevent UB when computing abs value for num opcode seri...
fanquake
2020-04-22
Merge #18612: script: Remove undocumented and unused operator+
Wladimir J. van der Laan
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-15
script: Remove undocumented and unused operator+
MarcoFalke
2020-04-13
script: Disallow silent bool -> CScript conversion
MarcoFalke
2020-04-09
script: prevent UB when computing abs value for num opcode serialize
pierrenn
2020-03-30
Convert everything except wallet/qt to new serialization
Pieter Wuille
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
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
[next]