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
2017-07-04
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
2017-06-29
Merge #10192: Cache full script execution results in addition to signatures
Wladimir J. van der Laan
2017-06-28
Use the override specifier (C++11) where we expect to be overriding the virtu...
practicalswift
2017-06-26
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
Wladimir J. van der Laan
2017-06-22
Update -maxsigcachesize doc clarify init logprints for it
Matt Corallo
2017-06-22
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-13
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
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-09
Merge #10521: Limit variable scope
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-06-07
Cache full script execution results in addition to signatures
Matt Corallo
2017-06-05
scripted-diff: Remove PAIRTYPE
Jorge Timón
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
Limit variable scope
practicalswift
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-04-12
Deduplicate SignatureCacheHasher
Jeremy Rubin
2017-03-08
Refactor: Remove using namespace <xxx> from script/
Karl-Johan Alm
2017-03-03
Merge #8808: Do not shadow variables (gcc set)
Wladimir J. van der Laan
2017-02-24
Trivial: fix comments referencing AppInit2
Marko Bencun
2017-02-17
Ensure `-maxsigcachesize` is in valid range
John Newbery
2017-01-27
[trivial] Fix typos in comments
practicalswift
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-21
Merge #8589: Inline CTxInWitness inside CTxIn
Wladimir J. van der Laan
2016-12-14
Merge #8895: Better SigCache Implementation
Pieter Wuille
2016-12-14
Add CuckooCache implementation and replace the sigcache map_type with it
Jeremy Rubin
2016-12-09
Refactor: Removed begin/end_ptr functions.
Karl-Johan Alm
2016-12-05
Do not shadow variables (gcc set)
Pavel Janík
2016-12-04
Move CTxInWitness inside CTxIn
Pieter Wuille
2016-12-02
Make CTransaction actually immutable
Pieter Wuille
2016-11-07
Get rid of nType and nVersion
Pieter Wuille
2016-11-07
Make GetSerializeSize a wrapper on top of CSizeComputer
Pieter Wuille
2016-11-07
Make streams' read and write return void
Pieter Wuille
2016-10-20
libconsensus: Add input validation of flags
Wladimir J. van der Laan
2016-10-19
Merge #8927: Add script tests for FindAndDelete in pre-segwit and segwit scripts
Wladimir J. van der Laan
2016-10-17
Fix ismine and addwitnessaddress: no uncompressed keys in segwit
Pieter Wuille
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-30
Add NULLDUMMY verify flag in bitcoinconsensus.h
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-09-01
Merge #8524: Precompute sighashes
Pieter Wuille
2016-08-28
Merge #8607: [doc] Fix doxygen off-by-one comments, fix typos
Wladimir J. van der Laan
2016-08-26
Rename to PrecomputedTransactionData
Pieter Wuille
[next]