aboutsummaryrefslogtreecommitdiff
path: root/src/serialize.h
Commit message (Expand)AuthorAgeFilesLines
* Revert NACK'd fixes for 0.7.2.Luke Dashjr2012-11-161-2/+0
* Merge branch '0.6.x' into 0.7.xLuke Dashjr2012-11-141-0/+2
|\
| * Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-11-141-0/+2
| |\
| | * don't use memset() in privacy/security relevant code partsPhilip Kaufmann2012-11-121-2/+4
| | * Update License in File HeadersFordy2012-05-201-1/+1
| | * Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-05-041-2/+0
| | |\
| | | * Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-05-041-2/+0
| | | |\
| | | | * remove unused typedef in serialize.hPhilip Kaufmann2012-05-011-2/+0
| | | | * Bump version to 0.4.6Luke Dashjr2012-04-271-1/+1
| | | | * Bump version to 0.4.5Luke Dashjr2012-03-161-1/+1
| | | * | Bump version to 0.5.5Luke Dashjr2012-04-271-1/+1
| | | * | Bump version to 0.5.4Luke Dashjr2012-03-161-1/+1
| | | * | Merge branch '0.5.0.x' into 0.5.xLuke Dashjr2012-02-071-1/+1
| | | |\ \
| | | | * | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-02-071-1/+1
| | | | |\|
| | | | | * Update copyrights to 2012 for files modified this yearLuke Dashjr2012-02-071-1/+1
| | | * | | Merge branch '0.5.0.x' into 0.5.xLuke Dashjr2012-01-161-0/+3
| | | |\| |
| | | | * | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-01-161-0/+3
| | | | |\|
| | | | | * Code tidyups, fixing various warnings.Luke Dashjr2012-01-161-0/+3
| | | | | * Bump version to 0.4.4Luke Dashjr2012-01-101-1/+1
| | | | * | Bump version to 0.5.0.4Luke Dashjr2012-01-101-1/+1
| | | * | | Bump version to 0.5.3Luke Dashjr2012-01-101-1/+1
| | | * | | Merge branch '0.5.0.x' into 0.5.xv0.5.2Luke Dashjr2012-01-051-1/+33
| | | |\| |
| | | | * | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-01-051-1/+33
| | | | |\|
| | | | | * Fix horrific performance found by gmaxwell.Matt Corallo2012-01-051-1/+33
| | | | * | Bump version to 0.5.0.3Luke Dashjr2011-12-151-1/+1
| | | | * | Bump version to 0.5.0.2Luke Dashjr2011-12-151-1/+1
| | | | |\|
| | | | | * Bump version to 0.4.3Luke Dashjr2011-12-151-1/+1
| | | | | * Bump version to 0.4.2Luke Dashjr2011-11-211-1/+1
| | | | | * Obsolete keypool and make sure database removes log files on shutdown.Gavin Andresen2011-11-151-1/+1
| | | | | * Bump version to 0.4.1Luke Dashjr2011-10-101-1/+1
| | | * | | Bump version to 0.5.2Luke Dashjr2011-12-161-1/+1
| | | |/ /
| * | | | Update License in File HeadersFordy2012-05-201-1/+1
* | | | | Remove VC6 comment and pointless #ifdef'd benchmark codeWladimir J. van der Laan2012-09-091-52/+0
* | | | | Fix signed/unsigned warnings in {script,serialize}.h (fixes #1541)Matt Corallo2012-07-021-3/+6
* | | | | Update License in File HeadersFordy2012-05-181-1/+1
|/ / / /
* | | | remove unused typedef in serialize.hPhilip Kaufmann2012-05-011-2/+0
* | | | Further reduce header dependenciesPieter Wuille2012-04-171-36/+36
* | | | Merge pull request #1106 from jgarzik/sign-compareGavin Andresen2012-04-171-2/+2
|\ \ \ \
| * | | | serialize.h: CAutoFile's read and write may take size_t nSizeJeff Garzik2012-04-151-2/+2
* | | | | Merge pull request #1115 from laanwj/2012_04_cleanupmiscGavin Andresen2012-04-171-51/+0
|\ \ \ \ \
| * | | | | Remove unused and unreachable codeWladimir J. van der Laan2012-04-171-51/+0
| |/ / / /
* / / / / version.h: separate client, net sections. Move more constants to this file.Jeff Garzik2012-04-121-2/+1
|/ / / /
* | | | remove dependency on serialize.h and util.h for SecureStringWladimir J. van der Laan2012-04-041-104/+2
* | | | VC2010 compile fixesWladimir J. van der Laan2012-04-031-1/+4
|/ / /
* | | Begin doxygen-compatible commentsPieter Wuille2012-03-261-18/+16
* | | Fix compilation warning.Matt Corallo2012-02-181-0/+1
* | | Update all copyrights to 2012Gavin Andresen2012-02-071-1/+1
* | | Compile with extra warnings turned on. And more makefile/code tidying up.Gavin Andresen2012-01-121-0/+3
* | | Fix horrific performance found by gmaxwell.Matt Corallo2012-01-041-1/+33
* | | Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-16/+17