Fix 'occurred' typo
[bpdyndnsd] / src / main.cpp
2010-10-11 Thomas JaroschImplement dialup mode
2010-10-11 Thomas JaroschMove exit_now variable to main() function
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 if we don't update a service when switching from...
2010-10-06 Thomas JaroschRename signal handler functions to what they really...
2010-10-06 Thomas JaroschReally handle SIG_TERM outside the signal handler
2010-10-06 Thomas JaroschMove signal processing completly out of the signal...
2010-10-06 Thomas JaroschDo the SIGTERM cleanup outside the signal handler
2010-10-06 Thomas JaroschLog before exiting the application on config reload...
2010-10-06 Thomas JaroschDon't reload config in the signal handler
2010-10-06 Thomas JaroschSafe one indent level by reversing empty IP logic
2010-10-06 Thomas JaroschVariables modified inside signal handlers should be...
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 SikoraChanges in spec file: Restrictive folder and file attri...
2010-05-21 Bjoern SikoraImplemented logic for ability to activate webcheck...
2010-05-21 Bjoern SikoraOnly check config option start_offline once, not in...
2010-05-20 Bjoern SikoraSignal handling changed to be able to go offline, onlin...
2010-05-20 Bjoern SikoraAdded config option for starting in offline mode.
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 SikoraAvoid using swap to initialize boost:shared_ptr members.
2009-09-22 Bjoern SikoraChanged paths to the final locations.
2009-09-22 Bjoern SikoraRemoved version information from main.cpp.
2009-09-21 Bjoern SikoraDo not invoke any webcheck url to often (once every...
2009-09-18 Bjoern SikoraFixed includes.
2009-09-18 Bjoern SikoraImproved shared_pointer handling. Use swap instead...
2009-09-15 Bjoern SikoraImplemented ODS protocol.
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: 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-01 Bjoern SikoraIntroduced HTTPHelper class to easily perform HTTP...
2009-08-25 Bjoern SikoraImproved shut down behaviour.
2009-08-18 Bjoern SikoraFirst steps in redesign:
2009-08-17 Bjoern SikoraIntroduced new Service members: UpdateInterval and...
2009-08-11 Bjoern SikoraIntroduced new class IPHelper which should perform...
2009-08-10 Bjoern SikoraCommented all config options for testing purposes and...
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 SikoraImproved readability (bool online_mode becomes is_online).
2009-08-10 Bjoern SikoraCorrected include's in header files.
2009-08-10 Thomas JaroschAdded some code remarks
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-08-04 Bjoern SikoraAdjusted exit code on terminate through SIGTERM.
2009-08-04 Bjoern SikoraAdded return value to non void function ;-).
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 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-29 Bjoern SikoraDivided load_config_from_files into smaller ones.
2009-07-28 Bjoern SikoraIntroduced shared_ptr semantic. Introduced const &...
2009-07-27 Bjoern SikoraAdded doxygen comments and renamed members.
2009-07-24 Bjoern SikoraMain file.
2009-07-24 Bjoern SikoraInitial commit on project bpdyndnsd.