fixup Fix to build with libxml 2.12.x (fixes #505)
[platform/upstream/libzypp.git] / zypp / ServiceInfo.cc
2020-11-27 DongHun KwakImported Upstream version 17.23.5 upstream/17.23.5
2019-09-02 DongHun KwakImported Upstream version 16.3.2 upstream/16.3.2
2019-09-02 DongHun KwakImported Upstream version 14.45.0 upstream/14.45.0
2016-11-01 DongHun KwakImported Upstream version 15.14.0 74/94674/1
2016-11-01 DongHun KwakImported Upstream version 15.13.0 73/94673/1
2016-11-01 DongHun KwakImported Upstream version 14.37.0 26/94626/1
2014-07-09 Michael Andresremove superfluous base classes in RepoInfo/ServiceInfo...
2014-05-27 Michael AndresLet ServiceRefresh en-/disable repos with respect to...
2014-01-24 Michael AndresUse camel cased dumpAsXmlOn
2010-02-03 Michael AndresTake care the last ServiceInfo::addRepoTo{Enable,Disabl...
2008-09-18 Michael AndresUse service alias as namespace for its repositories...
2008-09-16 Michael AndresService handling fixes. Added ServiceException.
2008-09-13 Jan Kupec- clear*() methods added
2008-09-11 Jan Kupec- s/Catalog/Repo/g
2008-09-11 Jan Kupec- service probing on refresh enabled
2008-09-11 Jan Kupec- ServiceType introduced
2008-09-11 Michael Andresadd catalogsToDisable to service
2008-09-10 Jan Kupec- added dumpAsXMLOn(stream,string) to ServiceInfo to...
2008-09-09 Michael AndresAdapt ServiceInfo to/from .service
2008-09-09 Michael Andrestypos
2008-09-09 Michael Andres- Add ServiceInfo interface to define a set of catalogs...
2008-09-05 Jan Kupec- use shared_ptr instead of the intrusive one
2008-09-04 Jan Kupec- dumpAsXMLOn(ostream) added
2008-07-31 Jan Kupec- pointer types added for RepoInfos
2008-07-30 Jan Kupec- Service -> ServiceInfo derived from RepoInfoBase