aboutsummaryrefslogtreecommitdiff
path: root/src/serialize.h
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | Replaced all occurrences of #if* __WXMSW__ with WIN32, and all occurrences of __WXMAC_OSX__ with MAC_OSX, and made sure those are defined appropriately in the makefile and bitcoin-qt.pro.
* 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
|\| | | | | | | | | Conflicts: src/main.cpp
| * Move func 'REF' from util.h to serialize.hGiel van Schijndel2011-08-191-4/+7
| | | | | | | | | | | | | | | | | | util.h doesn't use REF, serialize.h does, creating a dependency of serialize.h on util.h, but util.h already depends on serialize.h. To resolve this circular dependency the function 'REF' has now been moved closer to one of its two points of use. Signed-off-by: Giel van Schijndel <[email protected]>
* | 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.
| | * Unify copyright notices.Matt Corallo2011-08-091-0/+1
| | | | | | | | | | | | | | | | | | To a variation on: // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2011 The Bitcoin developers
* | | 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
| | | | | Yes, we might release as v0.4, but let's just do a simple increment for now.
* Make mlock() and munlock() portable to systems that require the address to ↵Doug Huff2011-07-101-0/+12
| | | | be on a page boundary.
* mlock() all private keys in memoryDylan Noblesmith2011-07-081-1/+26
| | | | | Inline comment and idea come from the encprivkeys branch by Matt Corallo <[email protected]>.
* 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
| | | | | Conflicts: src/sha256.cpp
* directory re-organization (keeps the old build system)Jaromil2011-04-231-0/+1261
there is no internal modification of any file in this commit files are moved into directories according to established standards in sourcecode distribution; these directories contain: src - Files that are used in constructing the executable binaries, but are not installed. doc - Files in HTML and text format that document usage, quirks of the implementation, and contributor checklists. locale - Files that contain human language translation of strings used in the program contrib - Files contributed from distributions or other third party implementing scripts and auxiliary programs