Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-21 | Don't forget to bump release numbers in READMEs next time | Gavin Andresen | |
2011-11-21 | Bump version to 0.4.2 | Luke Dashjr | |
2011-10-10 | Bump version to 0.4.1 | Luke Dashjr | |
2011-09-26 | Merge commit '3f94dfa' into stable | Luke Dashjr | |
2011-09-12 | Add some hardening to protect against unknown/future exploits. | cjdelisle | |
2011-09-08 | wxWidgets needs to be at least version 2.9.1 because wallet crypto uses ↵ | cjdelisle | |
ToStdString() which is not in 2.9.0 | |||
2011-09-02 | Bumped version numbers to 0.4.0rc1v0.4.00rc1 | Gavin Andresen | |
2011-08-31 | Fix typo ("you own security") | Gavin Andresen | |
2011-08-31 | Fixed potential deadlocks in GUI code. | Gavin Andresen | |
Also changed semantics of CWalletTx::GetTxTime(); now always returns the time the transaction was received by this node, not the average block time. And added information about -DDEBUG_LOCKORDER to coding.txt. | |||
2011-08-31 | Merge pull request #463 from TheBlueMatt/encreadme | Jeff Garzik | |
Encryption readme update and minor rpc.cpp fixes | |||
2011-08-23 | Upgrade dependancies and tweak build process. | Matt Corallo | |
* Upgrade to use miniupnpc 1.6 * Upgrade to wxWidgets 2.9.2 * Upgrade to Bost 1.47 for Win32 Builds | |||
2011-08-11 | Add specific wallet encryption details to doc/README | Matt Corallo | |
2011-08-11 | Missed a 'password' should be 'passphrase'. | Matt Corallo | |
2011-07-13 | doc/README: word wrap into something readable | Jeff Garzik | |
2011-07-13 | Bump version to 0.3.25 | Jeff Garzik | |
Yes, we might release as v0.4, but let's just do a simple increment for now. | |||
2011-07-13 | Add Wallet Encryption section to README | Matt Corallo | |
2011-07-05 | Added a couple minor things to match newer build process. | Matt Corallo | |
This adds the relevent patches which are applied to wx, and updates for cross compiling. | |||
2011-07-02 | Bump version to 0.3.24. | Jeff Garzik | |
2011-06-27 | Add OSX App bundle and correct build instructions to reflect reality. | Doug Huff | |
2011-06-16 | doc/release-process.txt: minor updates | Jeff Garzik | |
2011-06-10 | Add minimal release process docs. | Jeff Garzik | |
2011-06-05 | Bump version to 0.3.23. | Jeff Garzik | |
2011-05-27 | Update to openssl-1.0.0d and enable RPC-SSL on Win32 | Matt Corallo | |
2011-05-17 | doc/README: bump version to 0.3.22v0.3.22rc1 | Jeff Garzik | |
2011-05-09 | Manual merge of jaromil's source tree reorg commit. | Jeff Garzik | |
Conflicts: src/sha256.cpp | |||
2011-04-23 | directory re-organization (keeps the old build system) | Jaromil | |
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 | |||
2011-04-20 | More 0.3.21 release prepv0.3.21rc | Gavin Andresen | |
Bump version number in Windows installer file Update READMEs. |