aboutsummaryrefslogtreecommitdiff
path: root/src/serialize.h
Commit message (Expand)AuthorAgeFilesLines
...
* | | Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-17/+16
* | | Include limits, not climints (using std::numeric_limits now)Gavin Andresen2011-12-201-1/+1
* | | Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen2011-12-191-4/+4
* | | Cleanup: removed dead code, and use C99 typedefs for int64 (supported by all ...Gavin Andresen2011-12-191-8/+0
* | | Implement BIP 14 : separate protocol version from client versionGavin Andresen2011-12-191-39/+37
* | | Bump version 0.5.99 (prep for pulling for version 0.6)Gavin Andresen2011-12-161-1/+1
|/ /
* | Bump version to 0.5.1Gavin Andresen2011-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.5.0.0Gavin Andresen2011-10-081-1/+1
* | Fix build on windows and macGavin Andresen2011-10-071-1/+1
* | Bump version to 0.4.1Gavin Andresen2011-09-261-1/+1
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-09-031-1/+1
|\|
| * Bumped version numbers to 0.4.0rc1v0.4.00rc1Gavin Andresen2011-09-021-1/+1
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-09-021-4/+7
|\|
| * Move func 'REF' from util.h to serialize.hGiel van Schijndel2011-08-191-4/+7
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-08-161-0/+1
|\|
| * Merge pull request #458 from TheBlueMatt/copyrightGavin Andresen2011-08-111-0/+1
| |\
| | * Unify copyright notices.Matt Corallo2011-08-091-0/+1
* | | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-08-111-0/+1
|\| |
| * | Add missing include to serialize.hMatt Corallo2011-08-081-0/+1
| |/
* / windows build fixWladimir J. van der Laan2011-07-181-0/+1
|/
* Bump version to 0.3.25Jeff Garzik2011-07-131-1/+1
* Make mlock() and munlock() portable to systems that require the address to be...Doug Huff2011-07-101-0/+12
* mlock() all private keys in memoryDylan Noblesmith2011-07-081-1/+26
* Bump version to 0.3.24.Jeff Garzik2011-07-021-1/+1
* Bump version to 0.3.23.Jeff Garzik2011-06-051-1/+1
* make bitcoin include files more modularWladimir J. van der Laan2011-05-151-51/+61
* Manual merge of jaromil's source tree reorg commit.Jeff Garzik2011-05-091-1/+1
* directory re-organization (keeps the old build system)Jaromil2011-04-231-0/+1261