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
/
undo.h
Age
Commit message (
Expand
)
Author
2018-03-21
Merge #12716: Fix typos and cleanup in various files
MarcoFalke
2018-03-21
Fix typos
Dimitris Apostolou
2018-03-20
Remove unnecessary NONNEGATIVE_SIGNED
Russell Yanofsky
2018-03-15
Add static_assert to prevent VARINT(<signed value>)
Russell Yanofsky
2018-03-13
Support deserializing into temporaries
Pieter Wuille
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
Remove trailing whitespace causing travis failure
MeshCollider
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-07-14
Remove confusing MAX_BLOCK_BASE_SIZE.
Gregory Maxwell
2017-06-01
Replace CTxInUndo with Coin
Pieter Wuille
2017-05-26
Store/allow tx metadata in all undo records
Pieter Wuille
2017-05-26
Remove/ignore tx version in utxo and undo
Pieter Wuille
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
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-01-05
Bump copyright headers to 2014
MarcoFalke
2014-12-27
MOVEONLY: CBlockUndo from main.h to undo.h
jtimon
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-03
MOVEONLY: core/ -> primitives/
Luke Dashjr
2014-11-03
Fix all header defines
Pavel JanÃk
2014-10-27
MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from
jtimon
2014-10-27
MOVEONLY: separate CTxUndo out of core
jtimon