added option log-file and option FILE to log-output; use in main and adjusted unit...
[pingcheck] / src / config / configuration.cpp
2015-05-04 Christian Herdtweckadded option log-file and option FILE to log-output...
2015-05-04 Christian Herdtwecktested new DNS with internal server, make more robust...
2015-05-04 Christian Herdtweckadded dns cache file option
2015-01-22 Christian Herdtweckchanged treatment of --version arg; remember to print...
2014-12-09 Christian Herdtweckadded a handler for failed BOOST_ASSERT-ions; add globa...
2014-11-12 Christian Herdtweckconverted 3 constants into configuration variables...
2014-05-14 Christian Herdtweckadded two more options to pingchecker: use random inter...
2012-07-03 Guilherme Maciel... Feature: allow to choose among two log destinations...
2012-02-20 Guilherme Maciel... Merge branch 'test'
2012-02-20 Guilherme Maciel... Fix: using libi2ncommon LogLevel.
2012-02-19 Guilherme Maciel... Bring aboard log level configuration.
2011-12-12 Thomas JaroschSilence more PC-Lint warnings
2011-09-03 Guilherme Maciel... Changed ping protocol to a "per host" configuration...
2011-07-15 Guilherme Maciel... Adding the ping protocol configuration option
2011-07-15 Guilherme Maciel... The "using namespace std" exempt the use of "std::...
2011-05-12 Thomas JaroschAdd GPLv2 + linking exception to the source
2011-05-04 Guilherme Maciel... Implemented the feature:
2011-05-02 Guilherme Maciel... Defining the type HostList as a vector of HostItem
2011-04-20 Guilherme Maciel... Implemented feature: Program runs as daemon
2011-04-15 Guilherme Maciel... Reading the nameserver form configuration file
2011-04-07 Guilherme Maciel... Reading the network interface from the configuration...
2011-03-31 Guilherme Maciel... Included the unit in the variable names
2011-03-29 Guilherme Maciel... Renamed stable-link-up-interval to link-up-interval
2011-03-25 Guilherme Maciel... Read the configured interval that a link must be up...
2011-03-25 Guilherme Maciel... Placed limit qualifier in the end of variables names...
2011-03-22 Guilherme Maciel... Added status-notifier-cmd options to indicate which...
2011-03-21 Guilherme Maciel... The limit-ping-fail option is available (and read)...
2011-03-21 Guilherme Maciel... Renamed the limit-to-notify configuration option to...
2011-03-18 Guilherme Maciel... Replaced uint by int.
2011-03-14 Guilherme Maciel... Re-organizing the headers files in order to...
2011-03-07 Guilherme Maciel... Changed integer types from std::size_t to uint, where...
2011-03-04 Guilherme Maciel... The app reads a list of hosts instead of just one
2011-03-01 Guilherme Maciel... Defined a rule for variable and constant numeric types
2011-02-23 Guilherme Maciel... Renamed variables and constants to stick with company...
2011-02-22 Guilherme Maciel... Reading host name from file. This first attempt pings...
2011-02-22 Guilherme Maciel... Added assertions to document interface assumptions
2011-02-22 Guilherme Maciel... Improved configuration classes abstraction and source...
2011-02-21 Guilherme Maciel... First version of command line and config file parsing
2011-02-21 Guilherme Maciel... Working version with better class distribution