index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
String conversions uint256 -> uint256S
Wladimir J. van der Laan
2015-01-05
1
-1
/
+1
*
|
|
Replace uint256(1) with static constant
Wladimir J. van der Laan
2015-01-05
1
-2
/
+3
*
|
|
Replace direct use of 0 with SetNull and IsNull
Wladimir J. van der Laan
2015-01-05
1
-1
/
+1
*
|
|
Fix CScriptID(const CScript& in) in empty script case
Peter Todd
2014-12-25
1
-1
/
+1
*
|
|
Added "Core" to copyright headers
sandakersmann
2014-12-19
14
-14
/
+14
*
|
|
make all catch() arguments const
Philip Kaufmann
2014-12-17
1
-1
/
+1
*
|
|
Normalize header guard of script_error.h
Pavel Janík
2014-12-05
1
-3
/
+3
*
|
|
MOVEONLY: core/ -> primitives/
Luke Dashjr
2014-12-03
3
-3
/
+3
*
|
|
Merge pull request #5227
Wladimir J. van der Laan
2014-12-01
1
-1
/
+1
|
\
\
\
|
*
|
|
Split up crypto/sha2
Pieter Wuille
2014-11-20
1
-1
/
+1
*
|
|
|
libbitcoinconsensus: don't require any global constructors
Cory Fields
2014-11-24
1
-7
/
+8
|
|
/
/
|
/
|
|
*
|
|
Test the exact order of CHECKMULTISIG sig/pubkey evaluation
Peter Todd
2014-11-20
1
-1
/
+5
*
|
|
Make STRICTENC invalid pubkeys fail the script rather than the opcode.
Pieter Wuille
2014-11-20
4
-8
/
+11
|
/
/
*
|
Merge pull request #5000
Pieter Wuille
2014-11-20
5
-2
/
+25
|
\
\
|
*
|
Discourage NOPs reserved for soft-fork upgrades
Peter Todd
2014-11-17
5
-2
/
+25
*
|
|
build: add libbitcoinconsensus files and hook up the lib build
Cory Fields
2014-11-19
2
-0
/
+158
|
/
/
*
/
script: create sane error return codes for script validation and remove logging
Cory Fields
2014-11-14
4
-119
/
+304
|
/
*
Make comments in /src/script doxygen compatible
Michael Ford
2014-11-10
7
-63
/
+85
*
Avoid a bunch of copying/conversion in script/sign
Pieter Wuille
2014-11-04
2
-5
/
+5
*
minor code style cleanup after recent merges
Philip Kaufmann
2014-11-04
1
-2
/
+2
*
Merge pull request #5196
Wladimir J. van der Laan
2014-11-04
5
-15
/
+15
|
\
|
*
Fix all header defines
Pavel Janík
2014-11-03
5
-15
/
+15
*
|
Merge pull request #5162
Wladimir J. van der Laan
2014-11-04
4
-5
/
+7
|
\
\
|
|
/
|
/
|
|
*
boost: moveonly: split CPubKey and friends to new files
Cory Fields
2014-10-31
4
-4
/
+5
|
*
boost: moveonly: create eccryptoverify.h|cpp and move helper functions there
Cory Fields
2014-10-31
1
-1
/
+2
*
|
Merge pull request #5077
Wladimir J. van der Laan
2014-10-31
2
-2
/
+5
|
\
\
|
|
/
|
/
|
|
*
Enable customising node policy for datacarrier data size with a -datacarriers...
Luke Dashjr
2014-10-27
2
-2
/
+5
*
|
Merge pull request #5100
Pieter Wuille
2014-10-28
4
-221
/
+2
|
\
\
|
*
|
MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from
jtimon
2014-10-27
2
-219
/
+0
|
*
|
MOVEONLY: Separate CTransaction and dependencies from core
jtimon
2014-10-27
2
-2
/
+2
|
|
/
*
|
Improve CScriptNum() comment
Peter Todd
2014-10-25
1
-2
/
+17
*
|
Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4)
Pieter Wuille
2014-10-25
5
-46
/
+60
*
|
Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2)
Pieter Wuille
2014-10-25
4
-2
/
+9
|
/
*
fix build with libc++ after 85c579e
Cory Fields
2014-10-23
1
-0
/
+1
*
script: add a slew of includes all around and drop includes from script.h
Cory Fields
2014-10-17
7
-7
/
+18
*
script: move ToString and ValueString out of the header
Cory Fields
2014-10-17
2
-29
/
+34
*
script: add ToByteVector() for converting anything with begin/end
Cory Fields
2014-10-17
3
-27
/
+10
*
script: move CScriptID to standard.h and add a ctor for creating them from CS...
Cory Fields
2014-10-17
5
-6
/
+14
*
Make SCRIPT_VERIFY_STRICTENC compatible with BIP62
Pieter Wuille
2014-10-08
2
-28
/
+73
*
Merge pull request #4954
Wladimir J. van der Laan
2014-10-07
1
-2
/
+13
|
\
|
*
Don't return an address for invalid pubkeys
Andy Alness
2014-10-06
1
-2
/
+13
*
|
minor license, header end comment etc. cleanup in /script
Philip Kaufmann
2014-10-06
3
-6
/
+6
*
|
Replace SCRIPT_VERIFY_NOCACHE by flag directly to checker
Pieter Wuille
2014-10-02
5
-27
/
+18
*
|
Make signature cache optional
Pieter Wuille
2014-10-02
5
-86
/
+150
*
|
Abstract out SignatureChecker
Pieter Wuille
2014-10-02
3
-13
/
+36
*
|
script: don't read past the end
Cory Fields
2014-09-25
1
-1
/
+2
*
|
Merge pull request #4969
Wladimir J. van der Laan
2014-09-25
1
-1
/
+1
|
\
\
|
*
|
Reinitializing list's begin iterator after few elements were erased from the ...
ENikS
2014-09-23
1
-1
/
+1
*
|
|
Fixing C4146 warning
ENikS
2014-09-25
1
-1
/
+1
*
|
|
script: Fix reference into empty vector run time exception
ENikS
2014-09-25
1
-6
/
+6
|
/
/
[prev]
[next]