| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Docs Markdown Cleanup | super3 | 2013-05-20 | 1 | -96/+0 |
| | | |||||
| * | (finally) Remove IRC Seed support now that lfnet is down. | Matt Corallo | 2013-03-24 | 1 | -3/+0 |
| | | |||||
| * | Minor documentation updates | Gavin Andresen | 2012-09-05 | 1 | -1/+1 |
| | | |||||
| * | Revert "Use standard C99 (and Qt) types for 64-bit integers" | Wladimir J. van der Laan | 2011-12-21 | 1 | -1/+1 |
| | | | | | This reverts commit 21d9f36781604e4ca9fc35dc65265593423b73e9. | ||||
| * | Use standard C99 (and Qt) types for 64-bit integers | Luke Dashjr | 2011-12-20 | 1 | -1/+1 |
| | | |||||
| * | Bumped version numbers to 0.4.0rc1v0.4.00rc1 | Gavin Andresen | 2011-09-02 | 1 | -9/+23 |
| | | |||||
| * | Fixed potential deadlocks in GUI code. | Gavin Andresen | 2011-08-31 | 1 | -0/+44 |
| | | | | | | 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. | ||||
| * | directory re-organization (keeps the old build system) | Jaromil | 2011-04-23 | 1 | -0/+41 |
| 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 | |||||