Fix 'occurred' typo
[bpdyndnsd] / src / serviceholder.cpp
2013-07-16 Bjoern SikoraEnhanced update logic to respect not activated hostname...
2013-07-16 Bjoern SikoraCatch generic std::exception as there can be thrown...
2013-07-16 Bjoern SikoraDon't exit program if state file could not be pared...
2011-01-28 Bjoern SikoraDon't update the same IP more than 2 times in success.
2010-10-07 Thomas JaroschMake sure get_last_updates() contains atleast one entry...
2010-06-07 Bjoern SikoraRenamed all header to end with hpp instead of h.
2010-05-19 Bjoern SikoraChanged name for object serialization file to bpdyndnsd...
2010-05-19 Bjoern SikoraChanged folder for serialization file.
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-17 Bjoern SikoraAvoid using swap to initialize boost:shared_ptr members.
2010-05-12 Bjoern SikoraFirst steps in fine tuning and improving error handling.
2009-09-22 Bjoern SikoraChanged paths to the final locations.
2009-09-21 Bjoern SikoraAlso (de-)serialize object state (LastWebcheck) of...
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-18 Bjoern SikoraFirst steps in redesign:
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 SikoraThis is the simple Serviceholder class needed for de...