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_write.cpp
Age
Commit message (
Expand
)
Author
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-26
Add automatic script test generation, and actual checksig tests
Pieter Wuille
2014-09-14
header include cleanup
Philip Kaufmann
2014-09-08
Separate script/standard
jtimon
2014-09-08
Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)
jtimon
2014-09-02
Discover some missing includes
jtimon
2014-08-28
add missing header end comments
Philip Kaufmann
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan
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
Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cpp
Jeff Garzik