Fix 'occurred' typo
[bpdyndnsd] / src / httphelper.cpp
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 user-agent issue: Use char* pointer instead of...
2010-10-14 Thomas JaroschDisable SSL certificate validation until we have CA...
2010-10-13 Bjoern SikoraDYNDNS protocol from now on accepts alternative update...
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-05-21 Bjoern SikoraChanges in Logger: Added member ExternalLogOnlyOnce...
2010-05-18 Bjoern SikoraFinished fine tuning due to linter output.
2010-05-17 Bjoern SikoraVarious fixes.
2010-05-12 Bjoern SikoraNext steps in fine tuning.
2010-05-12 Bjoern SikoraFirst steps in fine tuning and improving error handling.
2009-10-09 Bjoern SikoraBugfix: Curl appends rather than overrites writedata...
2009-09-22 Bjoern SikoraIncreased version in user agent info.
2009-09-22 Bjoern SikoraAdded version into agent string.
2009-09-18 Bjoern SikoraFixed includes.
2009-09-17 Bjoern SikoraBugfix: Avoid curl from segfaulting when CurlErrBuff...
2009-09-15 Bjoern SikoraBugfix: Free up memory in httphelper.
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 SikoraIntroduced HTTPHelper class to easily perform HTTP...