aboutsummaryrefslogtreecommitdiff
path: root/src/alert.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+1
* Remove all other print() methodsWladimir J. van der Laan2014-08-201-5/+0
* Move network-time related functions to timedata.cpp/hWladimir J. van der Laan2014-06-251-0/+1
* Replace virtual methods with static attributes, chainparams.h depends onjtimon2014-06-041-0/+1
* Fixed compile error on Debian jessie (gcc version 4.8.2 (Debian 4.8.2-16))Meeh2014-03-181-0/+1
* Get rid of C99 PRI?64 usage in source filesWladimir J. van der Laan2014-02-241-2/+2
* Don't use PRIx64 formatting derives from inttypes.hWladimir J. van der Laan2014-02-221-1/+0
* Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron2014-02-091-1/+1
* Remove redundant .c_str()sWladimir J. van der Laan2014-01-231-5/+5
* misc small changes to polish after include cleanupPhilip Kaufmann2013-11-111-3/+4
* Refactor: pull alert string sanitization into utilGavin Andresen2013-11-111-9/+1
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-9/+12
* Replace printf with LogPrintf / LogPrintGavin Andresen2013-09-181-5/+5
* Introduce a CChainParameters singleton class and regtest mode.Mike Hearn2013-06-191-4/+1
* CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille2013-05-301-3/+1
* -alertnotify=<cmd>Gavin Andresen2013-03-191-2/+31
* Give testnet it's own alert key.Gavin Andresen2012-08-281-1/+4
* Refactor: move alert code from main to alert.cpp/hGavin Andresen2012-08-281-0/+236