Age | Commit message (Expand) | Author |
2013-04-07 | Always print full hashes (tx, block, inv) | Pieter Wuille |
2013-04-06 | small indentation, space, formatting fixes (no code changes) | Philip Kaufmann |
2013-04-03 | Clean up shutdown process | Gavin Andresen |
2013-04-03 | Rename util.h Sleep --> MilliSleep | Gavin Andresen |
2013-01-30 | CValidationState framework | Pieter Wuille |
2013-01-01 | Remove 'T' from remaining date/time format strings. | Jeff Garzik |
2012-12-12 | Change timestamps to use ISO8601 formatting | Richard Schwab |
2012-10-08 | Handle corrupt wallets gracefully. | Gavin Andresen |
2012-09-08 | Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in db | Luke Dashjr |
2012-08-23 | Store a fixed order of transactions (and accounting) in the wallet | Luke Dashjr |
2012-07-17 | Give threads a recognisable name to aid in debugging | Giel van Schijndel |
2012-05-24 | Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress | Pieter Wuille |
2012-05-24 | Encapsulate public keys in CPubKey | Pieter Wuille |
2012-05-22 | Merge branch 'dbenv' into tmp | Jeff Garzik |
2012-05-19 | Further CDBEnv encapsulation work. | Jeff Garzik |
2012-05-19 | Encapsulate BDB environment inside new CDBEnv class | Jeff Garzik |
2012-05-18 | Update License in File Headers | Fordy |
2012-05-13 | ensure that no double timestamps show up in the debug.log, by removing manual... | Philip Kaufmann |
2012-05-05 | Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12... | Luke Dashjr |
2012-04-17 | Further reduce header dependencies | Pieter Wuille |
2012-04-17 | Move CWalletDB code to new walletdb module. | Jeff Garzik |