bpdyndnsd
2010-10-14 Thomas JaroschMake note about curl HTTP headers
2010-10-13 Bjoern SikoraAdded a TODO: Failure handling.
2010-10-13 Thomas JaroschAdd HTTP proxy auth to TODO list
2010-10-13 Thomas JaroschAdd example configuration for no-ip
2010-10-13 Thomas JaroschUse alternative server name ;)
2010-10-13 Bjoern SikoraDYNDNS protocol from now on accepts alternative update...
2010-10-13 Thomas JaroschAdd TODO entry about user-agent version string
2010-10-13 Thomas JaroschConfigurable version string in CMakeLists.txt
2010-10-13 Thomas JaroschFix typo in error message
2010-10-12 Thomas JaroschUpdate gitignore file to kdevelop v4
2010-10-12 Bjoern SikoraRemoved redundant code into separate member function.
2010-10-12 Thomas JaroschAbort on unknown/misspelled configuration options
2010-10-11 Thomas JaroschImplement dialup mode
2010-10-11 Thomas JaroschMove exit_now variable to main() function
2010-10-11 Thomas JaroschImplemented command line parser for dialup mode
2010-10-11 Thomas JaroschMigrate to kdevelop v4
2010-10-11 Thomas JaroschSwitch version number to 1.0
2010-10-11 Thomas JaroschDocument new dialup mode
2010-10-11 Thomas JaroschRemove redundant function
2010-10-11 Thomas JaroschFix config file regex
2010-10-08 Thomas JaroschIncrease log level on SIGRTMAX. Reset it on SIGHUP
2010-10-07 Thomas JaroschLog message on startup
2010-10-07 Thomas JaroschDon't kill config and doc dir on uninstallation
2010-10-07 Thomas JaroschDon't replace user modified config files on RPM upgrade
2010-10-07 Thomas JaroschMake sure get_last_updates() contains atleast one entry...
2010-10-06 Thomas JaroschLog determined WAN IP
2010-10-06 Thomas JaroschLog once if we can't determine our IP. Also log if...
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 Bjoern SikoraExpire old entries in LastUpdates of each service.
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 JaroschClarify comment
2010-10-06 Thomas JaroschRemove almost redundant update code
2010-10-06 Thomas JaroschSave one more indent/if level
2010-10-06 Thomas JaroschSave one more indent/if level
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-10-06 Thomas JaroschSkip interfaces without IP addresses
2010-09-23 Thomas JaroschDon't depend on the boost meta package as this would...
2010-09-17 Thomas JaroschAdapt to boost 1.44.0
2010-09-17 Bjoern SikoraAdded file from the ignore list.
2010-06-25 Bjoern SikoraRemoved double quote from external log message, escape_...
2010-06-25 Bjoern SikoraEscaped argument for external warning log.
2010-06-21 Bjoern SikoraCorrected implementation of GnuDIP HTTP update protocol.
2010-06-18 Bjoern SikoraBugfix: Don't check for private IP-Address if we get...
2010-06-15 Bjoern SikoraBugfix. Separated CurlError into CurlError and CurlInit...
2010-06-11 Bjoern SikoraChanged user agent string.
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 SikoraStart as user bpdyndnsd.
2010-05-21 Bjoern SikoraBugfix in ExternalLogOnlyOnce. Set the right member...
2010-05-21 Bjoern SikoraChanges in Logger: Added member ExternalLogOnlyOnce...
2010-05-21 Bjoern SikoraChanged some loglevels and ignore invalid service confi...
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-19 Bjoern SikoraRemoved unneded helper function.
2010-05-19 Bjoern SikoraChanged name for object serialization file to bpdyndnsd...
2010-05-19 Bjoern SikoraChanged folder for serialization file.
2010-05-19 Bjoern SikoraMoved BOOST macro for class registration from header...
2010-05-19 Bjoern SikoraChanged init script not to use initlog.
2010-05-19 Bjoern SikoraAdded sysconfig path in spec file.
2010-05-19 Bjoern SikoraAdded sysconfig file.
2010-05-19 Bjoern SikoraChanged binary path to /usr/bin not /usr/local/bin.
2010-05-19 Bjoern SikoraChanges in spec file dependencies: Should be curl and...
2010-05-19 Bjoern SikoraBuild requires and build process changed.
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 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.
2010-02-04 Thomas JaroschImproved PC-lint settings
2009-11-06 Gerd von Egidymini test-checkin
2009-10-15 Bjoern SikoraRenamed folder to config_examples.
2009-10-15 Bjoern SikoraInserted docs and examples into rpm and added uninstall...
2009-10-15 Bjoern SikoraInserted final location of binary.
2009-10-15 Bjoern SikoraMoved into doc folder.
2009-10-15 Bjoern SikoraCreated needed docs.
2009-10-15 Bjoern SikoraAdjusted README file to this project.
2009-10-15 Bjoern SikoraMakefile needed for source tar generation.
2009-10-15 Bjoern SikoraWe need to switch to build dir in install section,...
2009-10-15 Bjoern SikoraTo fully support IPv6 we need to be able to parse an...
2009-10-15 Bjoern SikoraLittle change in description and changed buildroot.
2009-10-15 Bjoern SikoraMoved into subfolder config.
2009-10-15 Bjoern SikoraConfigure.in needed for make source tar file.
2009-10-15 Bjoern SikoraFirst shot on spec file.
2009-10-15 Bjoern SikoraMoved config file into subfolder config.
next