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
Age
Commit message (
Expand
)
Author
2015-10-07
Test LowS in standardness, removes nuisance malleability vector.
Gregory Maxwell
2015-02-03
Merge pull request #5714
Wladimir J. van der Laan
2015-02-03
Avoid storing a reference passed to SignatureChecker constructors
Pieter Wuille
2015-02-03
Use separate SignatureChecker for CMutableTransaction
Pieter Wuille
2015-02-01
BIP66 changeover logic
Pieter Wuille
2015-02-01
Change IsDERSignature to BIP66 implementation
Pieter Wuille
2015-01-26
Make empty byte arrays pass CheckSignatureEncoding()
Peter Todd
2014-12-27
Fix CScriptID(const CScript& in) in empty script case
Peter Todd
2014-12-05
Normalize header guard of script_error.h
Pavel Janík
2014-12-03
MOVEONLY: core/ -> primitives/
Luke Dashjr
2014-12-01
Merge pull request #5227
Wladimir J. van der Laan
2014-11-24
libbitcoinconsensus: don't require any global constructors
Cory Fields
2014-11-20
Split up crypto/sha2
Pieter Wuille
2014-11-20
Test the exact order of CHECKMULTISIG sig/pubkey evaluation
Peter Todd
2014-11-20
Make STRICTENC invalid pubkeys fail the script rather than the opcode.
Pieter Wuille
2014-11-20
Merge pull request #5000
Pieter Wuille
2014-11-19
build: add libbitcoinconsensus files and hook up the lib build
Cory Fields
2014-11-17
Discourage NOPs reserved for soft-fork upgrades
Peter Todd
2014-11-14
script: create sane error return codes for script validation and remove logging
Cory Fields
2014-11-10
Make comments in /src/script doxygen compatible
Michael Ford
2014-11-04
Avoid a bunch of copying/conversion in script/sign
Pieter Wuille
2014-11-04
minor code style cleanup after recent merges
Philip Kaufmann
2014-11-04
Merge pull request #5196
Wladimir J. van der Laan
2014-11-04
Merge pull request #5162
Wladimir J. van der Laan
2014-11-03
Fix all header defines
Pavel Janík
2014-10-31
Merge pull request #5077
Wladimir J. van der Laan
2014-10-31
boost: moveonly: split CPubKey and friends to new files
Cory Fields
2014-10-31
boost: moveonly: create eccryptoverify.h|cpp and move helper functions there
Cory Fields
2014-10-28
Merge pull request #5100
Pieter Wuille
2014-10-27
MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from
jtimon
2014-10-27
MOVEONLY: Separate CTransaction and dependencies from core
jtimon
2014-10-27
Enable customising node policy for datacarrier data size with a -datacarriers...
Luke Dashjr
2014-10-25
Improve CScriptNum() comment
Peter Todd
2014-10-25
Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4)
Pieter Wuille
2014-10-25
Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2)
Pieter Wuille
2014-10-23
fix build with libc++ after 85c579e
Cory Fields
2014-10-17
script: add a slew of includes all around and drop includes from script.h
Cory Fields
2014-10-17
script: move ToString and ValueString out of the header
Cory Fields
2014-10-17
script: add ToByteVector() for converting anything with begin/end
Cory Fields
2014-10-17
script: move CScriptID to standard.h and add a ctor for creating them from CS...
Cory Fields
2014-10-08
Make SCRIPT_VERIFY_STRICTENC compatible with BIP62
Pieter Wuille
2014-10-07
Merge pull request #4954
Wladimir J. van der Laan
2014-10-06
Don't return an address for invalid pubkeys
Andy Alness
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
2014-10-02
Abstract out SignatureChecker
Pieter Wuille
2014-09-25
script: don't read past the end
Cory Fields
2014-09-25
Merge pull request #4969
Wladimir J. van der Laan
2014-09-25
Fixing C4146 warning
ENikS
[next]