index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
alert.cpp
Age
Commit message (
Expand
)
Author
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-11-04
minor code style cleanup after recent merges
Philip Kaufmann
2014-11-04
Merge pull request #5162
Wladimir J. van der Laan
2014-11-03
Merge pull request #5169
Wladimir J. van der Laan
2014-10-31
boost: moveonly: split CPubKey and friends to new files
Cory Fields
2014-10-29
Don't relay alerts to peers before version negotiation
Wladimir J. van der Laan
2014-10-29
Separate protocol versioning from clientversion
Cory Fields
2014-10-09
Refactor -alertnotify code
Gavin Andresen
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-20
Remove all other print() methods
Wladimir J. van der Laan
2014-06-25
Move network-time related functions to timedata.cpp/h
Wladimir J. van der Laan
2014-06-04
Replace virtual methods with static attributes, chainparams.h depends on
jtimon
2014-03-18
Fixed compile error on Debian jessie (gcc version 4.8.2 (Debian 4.8.2-16))
Meeh
2014-02-24
Get rid of C99 PRI?64 usage in source files
Wladimir J. van der Laan
2014-02-22
Don't use PRIx64 formatting derives from inttypes.h
Wladimir J. van der Laan
2014-02-09
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-01-23
Remove redundant .c_str()s
Wladimir J. van der Laan
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
2013-09-18
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-06-19
Introduce a CChainParameters singleton class and regtest mode.
Mike Hearn
2013-05-30
CSecret/CKey -> CKey/CPubKey split/refactor
Pieter Wuille
2013-03-19
-alertnotify=<cmd>
Gavin Andresen
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