Configurable version string in CMakeLists.txt
[bpdyndnsd] / src /
2009-09-07 Bjoern SikoraRenamed within refactoring class naming.
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-07 Bjoern SikoraNormalized perform_update method. Improved readability.
2009-09-07 Bjoern SikoraUse boost::algorithm::string::split for splitting strin...
2009-09-04 Bjoern SikoraFirst shot on easydns.
2009-09-03 Bjoern SikoraAdded implementation of dyns service.
2009-09-03 Bjoern SikoraNo need to initialize strings with "".
2009-09-03 Thomas JaroschInit member variables via initializer list in object...
2009-09-03 Thomas JaroschNo need to init empty string classes - they already...
2009-09-03 Bjoern SikoraAdded constructor to use if auth options are encoded...
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 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-26 Bjoern SikoraImproved conf file and cmd option parsing and correspon...
2009-08-26 Bjoern SikoraCURLOPT_PROXY is avaiting a NULL terminated C string...
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-25 Bjoern SikoraNamed all parameters in headers' function prototypes.
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-17 Thomas JaroschSmall STL usage improvement
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 SikoraFinally a string manipulating boost header was found...
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 SikoraSeparated init of daemon mode into extra function.
2009-08-10 Bjoern SikoraConvert protocol to lower case.
2009-08-10 Bjoern SikoraGeneralized return values. 0 indicates success, -1...
2009-08-10 Bjoern SikoraAdded and improved some error handling.
2009-08-10 Bjoern SikoraFixed variable naming to I2N coding style.
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 Bjoern SikoraStarted with boost/serialization error handling.
2009-08-10 Thomas JaroschAdded some code remarks
2009-08-07 Bjoern SikoraImplemented logic to avoid recently redefined Services...
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 SikoraThis is the simple Serviceholder class needed for de...
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-08-03 Thomas JaroschFix test for valid pointer after conversion to boost...
2009-08-03 Thomas JaroschFix escape sequence in config file regex
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 SikoraTuned Logger.
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 SikoraError handling for unknown service.
2009-07-28 Bjoern SikoraIntroduced shared_ptr semantic. Introduced const &...
2009-07-27 Bjoern SikoraAdded config load from files(main/service).
2009-07-27 Bjoern SikoraFixed member naming.
2009-07-27 Bjoern SikoraAdded doxygen comments and renamed members.
2009-07-27 Bjoern SikoraAdded doxygen comments and changed member names.
2009-07-27 Bjoern SikoraMerged Tom's changes into my HEAD
2009-07-27 Bjoern SikoraBOOST Filesystem to load config file.
2009-07-27 Thomas JaroschSmall cosmetic changes
2009-07-24 Bjoern SikoraUpdater class.
2009-07-24 Bjoern SikoraService class.
2009-07-24 Bjoern SikoraMain file.
2009-07-24 Bjoern SikoraConfig class header.
2009-07-24 Bjoern SikoraThe config class.
2009-07-24 Bjoern SikoraInitial commit on project bpdyndnsd.