Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-11 | misc small changes to polish after include cleanup | Philip Kaufmann | |
2013-11-11 | Refactor: pull alert string sanitization into util | Gavin Andresen | |
2013-11-10 | Cleanup code using forward declarations. | Brandon Dahler | |
Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files. | |||
2013-09-18 | Replace printf with LogPrintf / LogPrint | Gavin Andresen | |
2013-06-19 | Introduce a CChainParameters singleton class and regtest mode. | Mike Hearn | |
The new class is accessed via the Params() method and holds most things that vary between main, test and regtest networks. The regtest mode has two purposes, one is to run the bitcoind/bitcoinj comparison tool which compares two separate implementations of the Bitcoin protocol looking for divergence. The other is that when run, you get a local node which can mine a single block instantly, which is highly convenient for testing apps during development as there's no need to wait 10 minutes for a block on the testnet. | |||
2013-05-30 | CSecret/CKey -> CKey/CPubKey split/refactor | Pieter Wuille | |
2013-03-19 | -alertnotify=<cmd> | Gavin Andresen | |
Runs a shell command when an AppliesToMe() alert is received. %s in the <cmd> string is replaced with the alert.strStatusBar message. | |||
2012-08-28 | Give testnet it's own alert key. | Gavin Andresen | |
2012-08-28 | Refactor: move alert code from main to alert.cpp/h | Gavin Andresen | |