Update pingcheck to work with cmake 3.28
[pingcheck] / src / link /
2015-06-12 Christian Herdtweckprevent pingcheck from repeating report of same status...
2015-06-11 Christian Herdtweckchanged value of link_up/down_interval from minutes...
2015-06-05 Christian Herdtweckchanged forgotten link status messages to format used...
2015-05-29 Christian Herdtweckmade counts in link status analyzer log messages cleare...
2015-05-29 Christian Herdtweckimproved information content of logs: in LinkAnalyzer...
2015-05-06 Christian Herdtweckmade link status analyzer more talkative
2014-12-30 Christian Herdtwecknew signal handling in main; removed all thread-related...
2014-12-09 Christian Herdtweckadded a handler for failed BOOST_ASSERT-ions; add globa...
2014-05-21 Christian Herdtweckchanged escaping of shell args in status notifier comma...
2014-04-25 Christian Herdtweckfixed a bug in status notification (first status was...
2012-02-20 Guilherme Maciel... Merge branch 'test'
2012-02-13 Guilherme Maciel... Test: bring aboard LinkStatus test case.
2012-01-29 Guilherme Maciel... Fix: solved stack smashing when creating StatusNotifier...
2012-01-28 Guilherme Maciel... Small documentation fix.
2012-01-26 Guilherme Maciel... Renamed LinkStatusAnalyzer to LinkStatus.
2011-12-24 Guilherme Maciel... PC-Lint warnings fixed:
2011-12-12 Thomas JaroschSilence more PC-Lint warnings
2011-09-10 Guilherme Maciel... Changed include guards style to the project's standard
2011-08-13 Guilherme Maciel... Small code formatting
2011-05-12 Thomas JaroschAdd GPLv2 + linking exception to the source
2011-05-04 Guilherme Maciel... Added doxygen comments in the most important places.
2011-05-04 Guilherme Maciel... Implemented the feature:
2011-05-02 Guilherme Maciel... Defining the LinkStatusAnalyzerItem
2011-05-02 Guilherme Maciel... Using lock_guard to handle mutex locking/unlocking...
2011-05-02 Guilherme Maciel... Added a mutex to avoid data race conditions in the...
2011-04-29 Thomas JaroschMake the status notifcation cmd optional. Also make...
2011-04-28 Guilherme Maciel... Included doxygen comments to member variables.
2011-04-28 Guilherme Maciel... Log messages via I2n::Logger instead of cout/cerr.
2011-04-15 Guilherme Maciel... Non-virtual destructors for classes that are unlikely...
2011-04-12 Guilherme Maciel... Only the "using namespace std" is allowed, classes...
2011-04-12 Guilherme Maciel... Renamed packages to more appropriate names