Save one more indent/if level
[bpdyndnsd] / src / updater.cpp
2010-10-06 Thomas JaroschSave one more indent/if level
2010-10-06 Thomas JaroschSafe one indent level by reversing empty IP logic
2010-06-07 Bjoern SikoraRenamed all header to end with hpp instead of h.
2010-05-21 Bjoern SikoraChanges in Logger: Added member ExternalLogOnlyOnce...
2010-05-21 Bjoern SikoraImplemented logic for ability to activate webcheck...
2010-05-18 Bjoern SikoraFinished fine tuning due to linter output.
2010-05-17 Bjoern SikoraVarious fixes.
2010-05-17 Bjoern SikoraAvoid using swap to initialize boost:shared_ptr members.
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 SikoraAlso (de-)serialize object state (LastWebcheck) of...
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-09 Bjoern SikoraRefactoring: Renamed class IPHelper to a more meaningfu...
2009-09-08 Bjoern SikoraAdded implementation of gnudip protocol.
2009-09-07 Bjoern SikoraRefactoring unexpected part two: Class naming adopted...
2009-09-07 Bjoern SikoraRefactoring: Class renaming. All service implementaion...
2009-09-07 Bjoern SikoraAdded implementation of service zoneedit.
2009-09-07 Bjoern SikoraAdded implementation for tzo.
2009-09-04 Bjoern SikoraFirst shot on easydns.
2009-09-03 Bjoern SikoraAdded implementation of dyns service.
2009-09-03 Bjoern SikoraImplemented dyndns service.
2009-09-03 Bjoern SikoraImplemented curl error handling. Improved httphelper...
2009-09-01 Bjoern SikoraConcetptionally each service needs it's own HTTPHelper...
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-25 Bjoern SikoraImplemented first part of http proxy ability.
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-18 Bjoern SikoraFirst steps in redesign:
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 SikoraIntroduced new class IPHelper which should perform...
2009-08-11 Bjoern SikoraDeclared all non member manipulating methods as const...
2009-08-10 Bjoern SikoraCommented all config options for testing purposes and...
2009-08-10 Bjoern SikoraAdded and improved some error handling.
2009-08-10 Bjoern SikoraCorrected include's in header files.
2009-08-10 Thomas JaroschAdded some code remarks
2009-08-07 Bjoern SikoraNow serializing list of shared pointers instead of...
2009-08-07 Bjoern SikoraManaged Service de/serialization through dedicated...
2009-08-05 Bjoern SikoraImplemented object serialization of Service objects...
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-30 Bjoern SikoraCMD options have higher preference than config options.
2009-07-30 Bjoern SikoraIntroduced Logger.
2009-07-29 Bjoern SikoraMoved some logic out of main into updater.
2009-07-28 Bjoern SikoraIntroduced shared_ptr semantic. Introduced const &...
2009-07-27 Bjoern SikoraFixed member naming.
2009-07-27 Bjoern SikoraAdded doxygen comments and renamed members.
2009-07-27 Thomas JaroschSmall cosmetic changes
2009-07-24 Bjoern SikoraUpdater class.
2009-07-24 Bjoern SikoraInitial commit on project bpdyndnsd.