aboutsummaryrefslogtreecommitdiff
path: root/doc/coding.txt
Commit message (Collapse)AuthorAgeFilesLines
* Docs Markdown Cleanupsuper32013-05-201-96/+0
|
* (finally) Remove IRC Seed support now that lfnet is down.Matt Corallo2013-03-241-3/+0
|
* Minor documentation updatesGavin Andresen2012-09-051-1/+1
|
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-1/+1
| | | | This reverts commit 21d9f36781604e4ca9fc35dc65265593423b73e9.
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-1/+1
|
* Bumped version numbers to 0.4.0rc1v0.4.00rc1Gavin Andresen2011-09-021-9/+23
|
* Fixed potential deadlocks in GUI code.Gavin Andresen2011-08-311-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)Jaromil2011-04-231-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