aboutsummaryrefslogtreecommitdiff
path: root/src/alert.cpp
AgeCommit message (Expand)Author
2014-11-04minor code style cleanup after recent mergesPhilip Kaufmann
2014-11-04Merge pull request #5162Wladimir J. van der Laan
2014-11-03Merge pull request #5169Wladimir J. van der Laan
2014-10-31boost: moveonly: split CPubKey and friends to new filesCory Fields
2014-10-29Don't relay alerts to peers before version negotiationWladimir J. van der Laan
2014-10-29Separate protocol versioning from clientversionCory Fields
2014-10-09Refactor -alertnotify codeGavin Andresen
2014-08-26Split up util.cpp/hWladimir J. van der Laan
2014-08-20Remove all other print() methodsWladimir J. van der Laan
2014-06-25Move network-time related functions to timedata.cpp/hWladimir J. van der Laan
2014-06-04Replace virtual methods with static attributes, chainparams.h depends onjtimon
2014-03-18Fixed compile error on Debian jessie (gcc version 4.8.2 (Debian 4.8.2-16))Meeh
2014-02-24Get rid of C99 PRI?64 usage in source filesWladimir J. van der Laan
2014-02-22Don't use PRIx64 formatting derives from inttypes.hWladimir J. van der Laan
2014-02-09Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron
2014-01-23Remove redundant .c_str()sWladimir J. van der Laan
2013-11-11misc small changes to polish after include cleanupPhilip Kaufmann
2013-11-11Refactor: pull alert string sanitization into utilGavin Andresen
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-09-18Replace printf with LogPrintf / LogPrintGavin Andresen
2013-06-19Introduce a CChainParameters singleton class and regtest mode.Mike Hearn
2013-05-30CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille
2013-03-19-alertnotify=<cmd>Gavin Andresen
2012-08-28Give testnet it's own alert key.Gavin Andresen
2012-08-28Refactor: move alert code from main to alert.cpp/hGavin Andresen