Introduced HTTPHelper class to easily perform HTTP operations within services.
authorBjoern Sikora <bjoern.sikora@intra2net.com>
Tue, 1 Sep 2009 09:38:21 +0000 (11:38 +0200)
committerBjoern Sikora <bjoern.sikora@intra2net.com>
Tue, 1 Sep 2009 09:38:21 +0000 (11:38 +0200)
commitefbde53630234481ebcacebbd74ae22fad277cc7
treed513bca611dfbae88cc6a41b2b68b5e3b9964205
parentcbbdeb6cc5544e295bc0659e8ca6f9361cff600d
Introduced HTTPHelper class to easily perform HTTP operations within services.
Ensured that config reload will re-init all helper classes.
src/config.cpp
src/config.h
src/dhs.cpp
src/dhs.h
src/httphelper.cpp [new file with mode: 0644]
src/httphelper.h [new file with mode: 0644]
src/iphelper.h
src/logger.cpp
src/main.cpp
src/updater.cpp
src/updater.h