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
/
serialize.h
Age
Commit message (
Expand
)
Author
2012-05-18
Update License in File Headers
Fordy
2012-05-01
remove unused typedef in serialize.h
Philip Kaufmann
2012-04-17
Further reduce header dependencies
Pieter Wuille
2012-04-17
Merge pull request #1106 from jgarzik/sign-compare
Gavin Andresen
2012-04-17
Merge pull request #1115 from laanwj/2012_04_cleanupmisc
Gavin Andresen
2012-04-17
Remove unused and unreachable code
Wladimir J. van der Laan
2012-04-15
serialize.h: CAutoFile's read and write may take size_t nSize
Jeff Garzik
2012-04-12
version.h: separate client, net sections. Move more constants to this file.
Jeff Garzik
2012-04-04
remove dependency on serialize.h and util.h for SecureString
Wladimir J. van der Laan
2012-04-03
VC2010 compile fixes
Wladimir J. van der Laan
2012-03-26
Begin doxygen-compatible comments
Pieter Wuille
2012-02-18
Fix compilation warning.
Matt Corallo
2012-02-07
Update all copyrights to 2012
Gavin Andresen
2012-01-12
Compile with extra warnings turned on. And more makefile/code tidying up.
Gavin Andresen
2012-01-04
Fix horrific performance found by gmaxwell.
Matt Corallo
2011-12-21
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-20
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-20
Include limits, not climints (using std::numeric_limits now)
Gavin Andresen
2011-12-19
Use std::numeric_limits<> for typesafe INT_MAX/etc
Gavin Andresen
2011-12-19
Cleanup: removed dead code, and use C99 typedefs for int64 (supported by all ...
Gavin Andresen
2011-12-19
Implement BIP 14 : separate protocol version from client version
Gavin Andresen
2011-12-16
Bump version 0.5.99 (prep for pulling for version 0.6)
Gavin Andresen
2011-11-21
Bump version to 0.5.1
Gavin Andresen
2011-11-15
Obsolete keypool and make sure database removes log files on shutdown.
Gavin Andresen
2011-10-08
Bump version to 0.5.0.0
Gavin Andresen
2011-10-07
Fix build on windows and mac
Gavin Andresen
2011-09-26
Bump version to 0.4.1
Gavin Andresen
2011-09-03
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-09-02
Bumped version numbers to 0.4.0rc1
v0.4.00rc1
Gavin Andresen
2011-09-02
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-08-19
Move func 'REF' from util.h to serialize.h
Giel van Schijndel
2011-08-16
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-08-11
Merge pull request #458 from TheBlueMatt/copyright
Gavin Andresen
2011-08-11
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-08-09
Unify copyright notices.
Matt Corallo
2011-08-08
Add missing include to serialize.h
Matt Corallo
2011-07-18
windows build fix
Wladimir J. van der Laan
2011-07-13
Bump version to 0.3.25
Jeff Garzik
2011-07-10
Make mlock() and munlock() portable to systems that require the address to be...
Doug Huff
2011-07-08
mlock() all private keys in memory
Dylan Noblesmith
2011-07-02
Bump version to 0.3.24.
Jeff Garzik
2011-06-05
Bump version to 0.3.23.
Jeff Garzik
2011-05-15
make bitcoin include files more modular
Wladimir J. van der Laan
2011-05-09
Manual merge of jaromil's source tree reorg commit.
Jeff Garzik
2011-04-23
directory re-organization (keeps the old build system)
Jaromil