]> granicus.if.org Git - icinga2/commit
Move url handler to /lib/remote
authorJean-Marcel Flach <jean-marcel.flach@netways.de>
Thu, 16 Jul 2015 11:34:05 +0000 (13:34 +0200)
committerJean-Marcel Flach <jean-marcel.flach@netways.de>
Thu, 16 Jul 2015 11:35:32 +0000 (13:35 +0200)
commitb9a4a6424995209db7e4c85bcf4c00603221e0ea
tree9ff8df87d080740c75b6ac6f21ad0eb7412fb5d2
parent69e6fc4811130981df23b831d70ad8ad8fbb4e05
Move url handler to /lib/remote

fixes #9647
lib/base/CMakeLists.txt
lib/remote/CMakeLists.txt
lib/remote/httprequest.hpp
lib/remote/url-characters.hpp [moved from lib/base/url-characters.hpp with 100% similarity]
lib/remote/url.cpp [moved from lib/base/url.cpp with 99% similarity]
lib/remote/url.hpp [moved from lib/base/url.hpp with 100% similarity]
test/base-url.cpp