Imported Upstream version 14.45.0
[platform/upstream/libzypp.git] / zypp / PoolQuery.cc
2019-09-02 DongHun KwakImported Upstream version 14.45.0 upstream/14.45.0
2016-11-01 DongHun KwakImported Upstream version 15.19.0 83/94683/1
2014-02-25 Michael AndresExplicitly use parentheses
2013-04-29 Michael Andresfix gcc warnings
2012-12-17 Michael AndresEnable zypper to remove zypp locks without evaluating...
2012-12-05 Michael Andresreduce logging
2012-04-11 Michael AndresRename zypp::sat::AttrMatcher to zypp::StrMatcher ...
2011-05-17 Michael AndresFix poolquery handling repo restrictions correctly...
2010-07-27 Michael AndresFix bug in PoolQuery::addDependency
2010-07-27 Michael SchroederMerge branch 'master' of gitorious.org:opensuse/libzypp
2010-07-07 Michael AndresAdd PoolQuery for name, edition AND architecture in...
2010-04-20 Michael Andres/etc/zypp/locks: Allow to specify edition ranges with...
2009-11-02 Michael AndresProvide dumpOn for PoolQuery.
2009-09-03 Michael AndresFix serialization and restore of predicated PoolQueries.
2009-09-03 Michael AndresFix PoolQuery comparison (bnc #528755)
2009-06-25 Michael AndresEnhance PoolQueryIterator to allow detailed inspection...
2009-05-29 Michael AndresImprove PoolQuery to allow queries on dependencies...
2009-05-28 Michael AndresPredicate support in PoolQueryMatcher.
2009-05-28 Michael AndresPrepare support for additional (non string) predicates...
2009-04-27 Michael AndresRewrote PoolQuery::Iterator (adapt to AttrMatcher,...
2008-11-07 Michael AndresRemove obsolete repo chaining in LookupAttr::iterator.
2008-10-20 Michael AndresAdapt to changed satsolver dataiteratir API.
2008-10-13 Michael Andres- Adapt to satsolver changes.
2008-10-09 Michael AndresAdapt to satsolvers big solv data change.
2008-08-13 Duncan Mac-Vicar P- add flags to retrieve the flags (it is useless to...
2008-07-28 Jan Kupec- addRepo(): don't add repo condition if alias is empty
2008-07-22 Jan Kupec- so we don't support freshens anymore?
2008-06-10 Josef Reidinger- improve performance of gsub
2008-06-06 Michael Andress/systemRepoName/systemRepoAlias/
2008-05-23 Josef Reidingerimprove serialization of version in PoolQuery.
2008-05-23 Jan Kupec- PoolQuery::setEdition() added in order to be able...
2008-05-20 Josef Reidingeradd backward compatibility with old attribute name...
2008-05-09 Josef Reidingeradd some debuging string to easy recognize bugs
2008-05-06 Josef Reidingerchange names in locks serialize to more human friendly
2008-05-05 Jan Kupec- support multiple search strings (ORed)
2008-04-30 Michael AndresUse own logclass for PoolQuery
2008-04-29 Jan Kupec- don't throw in begin() if the specified repo is not...
2008-04-29 Jan Kupec- switch to SEARCH_SKIP_KIND in PoolQuery - fixes exact...
2008-04-28 Jan Kupec- check for valid pool in begin(), improve the code...
2008-04-25 Josef Reidingerchange confusing return state of caseSensitive in PoolQuery
2008-04-24 Michael AndresEnabled Pool to handle automatic soft-locks,
2008-04-22 Josef Reidingerchange locks api -
2008-04-22 Josef Reidingerreplace boost::replace_all by jano's implementation...
2008-04-18 Michael Andresremove debug output
2008-04-17 Michael Andresfix PoolQuery::attribute returning reference to temporary
2008-04-14 Jan Kupec- attribute(SolvAttr) getter added
2008-04-12 Jan Kupec- Resolvable::Kind -> ResKind
2008-04-12 Jan Kupec- get rid of Impl * in the PoolQueryIterator, copy...
2008-04-11 Jan Kupec- use str::regex wrapper instead of ::regex_t
2008-04-11 Jan Kupec- not needed anymore, seems like the bug was here,...
2008-04-11 Jan Kupec- make use of LookupAttr::iterator for the common stuff
2008-04-11 Josef Reidingercomplete serialize/recovery PoolQuery
2008-04-10 Jan Kupec- don't hold const CompiledAttrMap & in PoolQueryIterator
2008-04-10 Josef ReidingerPoolQuery: improve recovery from file. something not...
2008-04-10 Josef Reidingername attribute moved to solvAttr
2008-04-10 Josef Reidingerooops I forget add data for tests :)
2008-04-10 Jan Kupec- enable regex matching for different per-attribute...
2008-04-10 Josef Reidingerfix operator== for PoolQuery. add !=
2008-04-10 Jan Kupec- enabled different per-attribute query srtrings (one...
2008-04-10 Jan Kupec- enable per-attribute string setting (same value)
2008-04-10 Jan Kupec- derive from SolvIterMixin
2008-04-09 Jan Kupec- begin(), end() made const
2008-04-09 Jan Kupec- check whether regex compiled allright if matchRegex()
2008-04-09 Michael MatzSome changes I had still in queue. Using a different...
2008-04-09 Jan Kupec- fix multi-attribute search using dataiterator_match
2008-04-08 Jan Kupec- multiple repositories filter reenabled
2008-04-08 Jan Kupec- by kind filter reenabled
2008-04-08 Josef Reidingeradd comparing to PoolQuery
2008-04-08 Jan Kupec- oops
2008-04-08 Jan Kupec- getters added
2008-04-08 Josef Reidingerinitial implementation of new locks (FATE #120118 and...
2008-04-07 Jan Kupec- exact/glob and case-insensitive matching for multi...
2008-04-07 Jan Kupec- enable glob matching + test case
2008-04-07 Jan Kupec- by-status filter re-enabled
2008-04-07 Jan Kupec- hide sat/repo.h
2008-04-07 Jan Kupec- fix the ResultIterator stop rule
2008-04-06 Jan Kupec- PoolQuery backup
2008-04-01 Josef Reidingerinitial implementation of serialize/recovery PoolQuery...
2008-02-29 Stefan Schubertlibzypp Repository class has been exchanged by the...
2008-02-15 Stephan Kulowmove into trunk
2008-02-08 Duncan Mac-Vicar Padd addRepo filter
2008-02-08 Michael Andresrevert fix
2008-02-08 Michael Andresfix to compile
2008-02-08 Duncan Mac-Vicar P- move the callback from constructor to query()
2008-02-08 Duncan Mac-Vicar P- first version of PoolQuery, based on JKupec Query...