Fix 'occurred' typo
[bpdyndnsd] / src /
2010-05-17 Bjoern SikoraUse time_t instead of int.
2010-05-17 Bjoern SikoraAgain some consting and int -> void.
2010-05-17 Bjoern SikoraConst function and changed not needed return value...
2010-05-17 Bjoern SikoraUsing reference for exception catching.
2010-05-17 Bjoern SikoraAvoid using swap to initialize boost:shared_ptr members.
2010-05-12 Bjoern SikoraNext steps in fine tuning code.
2010-05-12 Bjoern SikoraNext steps in fine tuning.
2010-05-12 Bjoern SikoraFirst steps in fine tuning and improving error handling.
2010-04-15 Bjoern SikoraExamples to improve code.
2009-10-15 Bjoern SikoraTo fully support IPv6 we need to be able to parse an...
2009-10-14 Bjoern SikoraAdded support for multiple interfaces.
2009-10-13 Bjoern SikoraBugfix: Status code in curl data is delimited by carria...
2009-10-12 Bjoern SikoraDon't try to update if dynamic hostname could not be...
2009-10-09 Bjoern SikoraBugfix: Curl appends rather than overrites writedata...
2009-09-22 Bjoern SikoraBugfix: User \n as delimiter for service tzo.
2009-09-22 Bjoern SikoraBugfix: User \n as delimiter for easydns.
2009-09-22 Bjoern SikoraIncreased version in user agent info.
2009-09-22 Bjoern SikoraChanged paths to the final locations.
2009-09-22 Bjoern SikoraClearly rearranged update algorithm.
2009-09-22 Bjoern SikoraRemoved version information from main.cpp.
2009-09-22 Bjoern SikoraAdded version into agent string.
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 Thomas JaroschUpdated macros to search for boost, curl and openssl...
2009-09-21 Thomas JaroschRestructured source file list. Created list for header...
2009-09-21 Thomas JaroschSplit into smaller cmake files
2009-09-21 Thomas JaroschNo need for ; after a namespace declaration
2009-09-21 Bjoern SikoraBugfix: Catch also generic program_options error.
2009-09-21 Bjoern SikoraBugfix: Don't test for NULL pointer of fixed sized...
2009-09-21 Bjoern SikoraBugfix: We need a virtual destructor for the interface.
2009-09-18 Bjoern SikoraFixed includes.
2009-09-18 Bjoern SikoraGet rid of the compiler warning about strict aliasing...
2009-09-18 Bjoern SikoraImproved shared_pointer handling. Use swap instead...
2009-09-17 Bjoern SikoraAdded logging for external logging failures and removed...
2009-09-17 Bjoern SikoraLast steps on DHS service.
2009-09-17 Bjoern SikoraBugfix: Avoid curl from segfaulting when CurlErrBuff...
2009-09-17 Bjoern SikoraDo not use ostringstream if not really needed.
2009-09-17 Bjoern SikoraUpdate A record. An update operation is not available...
2009-09-16 Bjoern SikoraAvoid typedefs in header files if not really necessary.
2009-09-15 Bjoern SikoraImplemented ODS protocol.
2009-09-15 Bjoern SikoraAdded Util::parse_status_code().
2009-09-15 Bjoern SikoraGeneralized print_http_not_authorized to print_service_...
2009-09-15 Bjoern SikoraBugfix: Free up memory in httphelper.
2009-09-09 Bjoern SikoraRefactoring: Renamed class IPHelper to a more meaningfu...
2009-09-09 Bjoern SikoraAdded error handling in Util::compute_md5_digest and...
2009-09-08 Bjoern SikoraAdded implementation of gnudip protocol.
2009-09-07 Bjoern SikoraAdded regex tests to test if given IP is within a priva...
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.
next