Fix 'occurred' typo
[bpdyndnsd] / src / service.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...
2011-02-01 Thomas JaroschLog burnt IP only once
2011-01-31 Thomas JaroschDyndns: Better handling for nochg and abuse return...
2011-01-31 Thomas JaroschUse enum for perform_update() return code. Made functio...
2011-01-31 Bjoern SikoraFixed burnt IP detection issue. Moved burnt IP detectio...
2011-01-31 Thomas JaroschAs we want to delete to oldest entry, we can use begin...
2011-01-31 Thomas JaroschNo need for manual copy. Implemented exception safe...
2011-01-28 Bjoern SikoraFixed unused variable.
2011-01-28 Bjoern SikoraFixed undefined var ;-).
2011-01-28 Bjoern SikoraDon't update the same IP more than 2 times in success.
2011-01-28 Bjoern SikoraAlso add the default update interval into generic servi...
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-06 Bjoern SikoraExpire old entries in LastUpdates of each service.
2010-06-07 Bjoern SikoraRenamed all header to end with hpp instead of h.
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-17 Bjoern SikoraAgain some consting and int -> void.
2010-04-15 Bjoern SikoraExamples to improve code.
2009-09-21 Bjoern SikoraBugfix: Catch also generic program_options error.
2009-09-18 Bjoern SikoraFixed includes.
2009-09-03 Bjoern SikoraNo need to initialize strings with "".
2009-09-03 Bjoern SikoraImplemented curl error handling. Improved httphelper...
2009-08-25 Bjoern SikoraAdded DNS Rechecking of DynDNS Hostname after DNS recor...
2009-08-17 Bjoern SikoraIntroduced new Service members: UpdateInterval and...
2009-08-11 Bjoern SikoraDeclared all non member manipulating methods as const...
2009-08-10 Bjoern SikoraFixed variable naming to I2N coding style.
2009-08-10 Bjoern SikoraCorrected include's in header files.
2009-08-07 Bjoern SikoraNow serializing list of shared pointers instead of...
2009-08-07 Bjoern SikoraManaged Service de/serialization through dedicated...
2009-08-06 Bjoern SikoraEach Service has Protocol, Hostname, Login, Password...
2009-08-05 Bjoern SikoraImplemented object serialization of Service objects...
2009-07-30 Bjoern SikoraIntroduced Logger.
2009-07-28 Bjoern SikoraIntroduced shared_ptr semantic. Introduced const &...
2009-07-27 Bjoern SikoraAdded doxygen comments and renamed members.
2009-07-24 Bjoern SikoraInitial commit on project bpdyndnsd.