Fix 'occurred' typo
[bpdyndnsd] / src / ip_addr_helper.cpp
2020-05-23 Thomas JaroschFix 'occurred' typo master
2010-12-08 Thomas JaroschAdded possibility to override automatic WAN IP detection
2010-10-18 Thomas JaroschFix HTTP request output parsing: Don't read past the...
2010-10-18 Thomas JaroschFix user agent. Don't output a newline after any HTTP...
2010-10-14 Thomas JaroschFix another user-agent pointer bug. Fix user-agent...
2010-10-14 Thomas JaroschSet last webcheck timestamp early so we don't trash...
2010-10-14 Thomas JaroschSkip webcheck idle period check if we just went online...
2010-10-06 Thomas JaroschSkip interfaces without IP addresses
2010-06-18 Bjoern SikoraBugfix: Don't check for private IP-Address if we get...
2010-06-11 Bjoern SikoraChanged user agent string.
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-18 Bjoern SikoraLast linter optimizations.
2010-05-17 Bjoern SikoraVarious fixes.
2010-05-12 Bjoern SikoraNext steps in fine tuning.
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-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-18 Bjoern SikoraGet rid of the compiler warning about strict aliasing...
2009-09-09 Bjoern SikoraRefactoring: Renamed class IPHelper to a more meaningfu...