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
/
core_read.cpp
Age
Commit message (
Expand
)
Author
2016-12-02
Make DecodeHexTx return a CMutableTransaction
Pieter Wuille
2016-06-22
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-10-01
[Univalue] add univalue over subtree
Jonas Schnelli
2015-06-04
use const references where appropriate
Philip Kaufmann
2015-01-02
namespace: drop most boost namespaces and a few header cleanups
Cory Fields
2015-01-02
namespace: remove boost namespace pollution
Cory Fields
2014-12-31
Merge pull request #5499
Wladimir J. van der Laan
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-19
Merge pull request #5470
Wladimir J. van der Laan
2014-12-17
Bugfix: prioritisetransaction: Do some basic sanity checking on txid
Luke Dashjr
2014-12-17
make all catch() arguments const
Philip Kaufmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-12-03
MOVEONLY: core/ -> primitives/
Luke Dashjr
2014-11-18
Abstract DecodeHexBlk and BIP22ValidationResult functions out of submitblock
Luke Dashjr
2014-10-27
MOVEONLY: Separate CTransaction and dependencies from core
jtimon
2014-10-22
boost: split stream classes out of serialize.h
Cory Fields
2014-10-17
script: add a slew of includes all around and drop includes from script.h
Cory Fields
2014-09-16
Merge pull request #4911
Pieter Wuille
2014-09-15
Fixing compiler warning C4101
ENikS
2014-09-14
header include cleanup
Philip Kaufmann
2014-09-08
Move CScript class and dependencies to script/script
jtimon
2014-09-08
Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)
jtimon
2014-08-28
add missing header end comments
Philip Kaufmann
2014-08-01
add license header to core_io.h, core_read/_write.cpp
Philip Kaufmann
2014-08-01
fix compilation error in core_io.h
Philip Kaufmann
2014-07-29
Add "bitcoin-tx" command line utility and supporting modules.
Jeff Garzik
2014-07-29
core_read's ParseScript(): minor cleanups
Cory Fields
2014-07-29
Move ParseScript() helper, becoming accessible outside src/test/
Jeff Garzik
2014-07-29
Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cpp
Jeff Garzik