Added updated IP into update successful log message.
[bpdyndnsd] / src / logger.cpp
2014-10-16 Bjoern SikoraAdded updated IP into update successful log message.
2013-07-16 Bjoern SikoraEnhanced update logic to respect not activated hostname...
2013-07-16 Bjoern SikoraDon't exit program if state file could not be pared...
2013-07-16 Bjoern SikoraMade compilable again. Now boost_system is explicitly...
2012-12-27 Thomas JaroschAdd missing iterator initialization
2011-01-31 Bjoern SikoraFixed burnt IP detection issue. Moved burnt IP detectio...
2011-01-28 Bjoern SikoraFixed spelling.
2011-01-28 Bjoern SikoraDon't update the same IP more than 2 times in success.
2010-10-20 Thomas JaroschImprove logging when IP update is not allowed (log...
2010-10-14 Thomas JaroschBlock service for a short period of time on too many...
2010-10-14 Thomas JaroschSkip webcheck idle period check if we just went online...
2010-10-13 Thomas JaroschConfigurable version string in CMakeLists.txt
2010-10-13 Thomas JaroschFix typo in error message
2010-10-11 Thomas JaroschImplement dialup mode
2010-10-08 Thomas JaroschIncrease log level on SIGRTMAX. Reset it on SIGHUP
2010-10-07 Thomas JaroschLog message on startup
2010-10-06 Thomas JaroschLog determined WAN IP
2010-10-06 Thomas JaroschLog once if we can't determine our IP. Also log if...
2010-10-06 Thomas JaroschLog if we don't update a service when switching from...
2010-10-06 Thomas JaroschLog before exiting the application on config reload...
2010-10-06 Thomas JaroschRemove almost redundant update code
2010-06-25 Bjoern SikoraRemoved double quote from external log message, escape_...
2010-06-25 Bjoern SikoraEscaped argument for external warning log.
2010-06-07 Bjoern SikoraRenamed all header to end with hpp instead of h.
2010-06-07 Bjoern SikoraAdded linter settings.
2010-05-21 Bjoern SikoraBugfix in ExternalLogOnlyOnce. Set the right member...
2010-05-21 Bjoern SikoraChanges in Logger: Added member ExternalLogOnlyOnce...
2010-05-21 Bjoern SikoraChanged some loglevels and ignore invalid service confi...
2010-05-20 Bjoern SikoraSignal handling changed to be able to go offline, onlin...
2010-05-18 Bjoern SikoraFinished fine tuning due to linter output.
2010-05-18 Bjoern SikoraLast linter optimizations.
2010-05-17 Bjoern SikoraVarious fixes.
2010-05-17 Bjoern SikoraUse time_t instead of int.
2010-05-12 Bjoern SikoraNext steps in fine tuning.
2010-05-12 Bjoern SikoraFirst steps in fine tuning and improving error handling.
2009-10-14 Bjoern SikoraAdded support for multiple interfaces.
2009-10-12 Bjoern SikoraDon't try to update if dynamic hostname could not be...
2009-09-22 Bjoern SikoraClearly rearranged update algorithm.
2009-09-21 Bjoern SikoraDo not invoke any webcheck url to often (once every...
2009-09-21 Bjoern SikoraBugfix: Catch also generic program_options error.
2009-09-18 Bjoern SikoraFixed includes.
2009-09-18 Bjoern SikoraImproved shared_pointer handling. Use swap instead...
2009-09-17 Bjoern SikoraAdded logging for external logging failures and removed...
2009-09-17 Bjoern SikoraDo not use ostringstream if not really needed.
2009-09-16 Bjoern SikoraAvoid typedefs in header files if not really necessary.
2009-09-15 Bjoern SikoraGeneralized print_http_not_authorized to print_service_...
2009-09-09 Bjoern SikoraAdded error handling in Util::compute_md5_digest and...
2009-09-08 Bjoern SikoraAdded implementation of gnudip protocol.
2009-09-07 Bjoern SikoraAdded regex tests to test if given IP is within a priva...
2009-09-07 Bjoern SikoraAdded implementation for tzo.
2009-09-04 Bjoern SikoraFirst shot on easydns.
2009-09-03 Bjoern SikoraNo need to initialize strings with "".
2009-09-03 Bjoern SikoraImplemented dyndns service.
2009-09-03 Bjoern SikoraImplemented curl error handling. Improved httphelper...
2009-09-02 Bjoern SikoraFirt shot on DHS Protocol implementation. At this point...
2009-09-01 Bjoern SikoraIntroduced HTTPHelper class to easily perform HTTP...
2009-08-27 Bjoern SikoraAdded ability to log warnings to external program defin...
2009-08-26 Bjoern SikoraImproved conf file and cmd option parsing and correspon...
2009-08-25 Bjoern SikoraImproved logging and added code to handle failed dns...
2009-08-25 Bjoern SikoraAdded DNS Rechecking of DynDNS Hostname after DNS recor...
2009-08-25 Bjoern SikoraNamed all parameters in headers' function prototypes.
2009-08-25 Bjoern SikoraImproved shut down behaviour.
2009-08-17 Bjoern SikoraIntroduced new Service members: UpdateInterval and...
2009-08-13 Bjoern SikoraImplemented determining IP through WEBCHECK URL.
2009-08-12 Bjoern SikoraIndroduced new config options for use of ipv6 and ip...
2009-08-11 Bjoern SikoraSeparated Service update into update and perform_update.
2009-08-11 Bjoern SikoraIntroduced new class IPHelper which should perform...
2009-08-11 Bjoern SikoraDeclared all non member manipulating methods as const...
2009-08-10 Bjoern SikoraSeparated init of daemon mode into extra function.
2009-08-10 Bjoern SikoraAdded and improved some error handling.
2009-08-10 Bjoern SikoraCorrected include's in header files.
2009-08-10 Bjoern SikoraStarted with boost/serialization error handling.
2009-08-07 Bjoern SikoraReplaced Options_description * with shared_ptr.
2009-08-07 Bjoern SikoraNow serializing list of shared pointers instead of...
2009-08-07 Bjoern SikoraManaged Service de/serialization through dedicated...
2009-08-04 Bjoern SikoraLogging through syslog or std(out/err) is now possible.
2009-08-04 Bjoern SikoraRemoved using of namespaces from header files.
2009-07-31 Bjoern SikoraImplemented signal handling.
2009-07-31 Bjoern SikoraImplemented daemon ability.
2009-07-30 Bjoern SikoraTuned Logger.
2009-07-30 Bjoern SikoraIntroduced Logger.