remove obsolete hicolor-icon-theme BuildRequires
[platform/upstream/libzypp.git] / zypp /
2012-06-25 Michael Andreszypp.conf:servicesdir is ignored (bnc#765528)
2012-06-25 Michael Andresallow libcurl to take proxy from environment iff proxy...
2012-06-08 Michael AndresAdjust weaklock fix
2012-06-08 Michael AndresFix processing of weak locks (bnc#749418, bnc#765164)
2012-05-31 Duncan Mac-Vicar P[valgrind] don't dereference if we may be past the...
2012-05-29 Michael Schroeder- add armv7hl workaround for Adrian
2012-05-08 Michael AndresXmlEscape: fix visibility
2012-05-08 Michael AndresHide iobind namespace in implementation
2012-05-08 Michael AndresUse ld version script to hide symbols outside zypp...
2012-05-08 Michael Andresremove base/Deprecated.h (macros now in APIConfig.h)
2012-05-08 Michael AndresDisribute Easy.h in APIConfig.h
2012-05-08 Michael AndresAdd APIConfig.h providing ZYPP_API and ZYPP_LOCAL macros
2012-05-02 Michael Andresinclude unistd.h
2012-05-02 Michael Andresfix capturing "this" in lambda
2012-05-02 Michael Andresfix gcc warning
2012-05-02 Michael AndresWorkaround gcc bug #52841
2012-05-02 Michael AndresDon't capture static (non automatic) variables in lambda
2012-05-02 Michael Andresinclude unistd.h
2012-05-02 Michael AndresAvoid 'unused variable' warning
2012-05-02 Michael Andresmove rwcowClone(std::tr1::unordered_*) to namespace...
2012-05-02 Michael Andresfix CXX0X std::_Select2nd no longer deriving from std...
2012-05-02 Michael Andresfix cyclic include
2012-05-02 Michael Andresuse using decl.
2012-05-02 Michael Andresfix missing declaration
2012-04-27 Michael Andresdo not use sys includes for zypp header files
2012-04-25 Michael AndresFix lost device info
2012-04-20 Michael AndresRevert "Quick fix to allow PK and libzypp-bindings...
2012-04-20 Michael AndresQuick fix to allow PK and libzypp-bindings build with...
2012-04-19 Michael AndresFix DefaultIntegral pre decrement operator
2012-04-19 Michael AndresAlways consider (block) devices passed as url option...
2012-04-18 Michael AndresFix install progress hopping back and forth
2012-04-17 Michael AndresTry to create a missing destination dir before switchin...
2012-04-16 Michael AndresResStatus: add 'unneeded' bit (determined by solver)
2012-04-16 Michael AndresSupport multiversion definitions being read from files...
2012-04-16 Michael AndresImprove iostr::forEachLine to accept lamdas, add simple...
2012-04-16 Michael AndresAdd filesystem::dirForEach: Invoke callback for each...
2012-04-11 Michael AndresRename zypp::sat::AttrMatcher to zypp::StrMatcher ...
2012-04-05 Michael AndresSupport (source)package download by non-root user ...
2012-03-30 Michael AndresDelay construction of ZYppGlobalLock until its actually...
2012-03-28 Michael Schroederalso fix lookupNumAttribute declaration
2012-03-28 Michael Schroederadapt to libsolv returning sizes no longer in kbytes...
2012-03-28 Michael AndresFix buddy handling in solver results
2012-03-27 Michael AndresSimplify Selectable::multiversionInstall
2012-03-27 Michael AndresDon't cache defaultCandidate as it depends on solver...
2012-03-26 Michael AndresCleanup orphaned media attach points (bnc#751221)
2012-03-26 Michael AndresSupport disabling TmpPath auto cleanup
2012-03-21 Michael AndresShow max support status if package is in multiple repos...
2012-03-20 Michael AndresParse proxy user/pass from url (bnc#752497)
2012-03-14 Michael AndresAdd API for patch severity (bnc#733723, FATE#312633)
2012-03-13 Michael AndresForce libproxy into using "/etc/sysconfig/proxy" if...
2012-03-02 Michael AndresApply soft locks by name and not per package (bnc#749418)
2012-03-01 Michael Schroeder- adapt to libsolv repo_add_solv change. Also fix repo_...
2012-02-24 Michael Schroederadapt to IGNORE_ALREADY_RECOMMENDED -> ADD_ALREADY_RECO...
2012-02-03 Michael AndresAdd Fetcher support for CHECKSUMS file (replaceing...
2012-02-03 Michael AndresAdd Url::setPathname convenience
2012-02-03 Michael AndresAdd Checksum ctor autodetecting the type.
2012-01-16 Michael Andresremove unneeded #include
2012-01-16 Michael AndresCheckAccessDeleted: avoid duplicate entries for the...
2012-01-16 Michael AndresCorrectly use user:pass directly embedded in a proxy...
2012-01-13 Michael SchroederMerge branch 'master' of github.com:openSUSE/libzypp
2012-01-13 Michael Schroeder- we no longer need to manually set updatesystem/allow...
2012-01-13 Michael AndresKeep the Transaction default ctor (no subject to cleanup).
2012-01-13 Michael Andresnew sat::Map - Libsolv (bit)Map wrapper.
2012-01-13 Michael Andressat::Queue needs operator==
2012-01-10 Michael Schroeder- always set splitprovides to true now that libsolv...
2012-01-10 Michael Schroeder- remove old sat transaction argument in Transaction...
2012-01-09 Michael Schroeder- adapt to libsolv interface changes, part 3
2012-01-09 Michael Schroeder- adapt to libsolv interface changes, part 2
2012-01-09 Michael Schroeder- adapt to libsolv interface changes, part 1
2011-12-23 Michael AndresAdapt Repository iteration to libsolv changes.
2011-12-22 Michael AndresFix Flags<> api to be more consistent and add testcase.
2011-12-06 Michael AndresUpdate VendorAttr doc
2011-11-28 Michael AndresFix and optimize Pathname ctor and provide testcases...
2011-11-28 Michael AndresMerge pull request #7 from crrodriguez/master
2011-11-18 Cristian RodríguezOpen all file descriptors with O_CLOEXEC to avoid leaks...
2011-11-15 Michael AndresFix RW_pointer comparison with underlying smart pointer...
2011-11-11 Michael AndresTry to find and use some CD/DVD device even if HAL...
2011-11-10 Harald FernengelFix another static initialization problem
2011-11-10 Michael AndresFix static initialization problem
2011-11-09 Michael AndresFix off-by-one error in regex::size and in Urls way...
2011-11-09 Michael AndresImprove regex doc
2011-11-07 Michael AndresDon't use proxy if disabled (bnc#696805)
2011-11-03 Michael AndresFix faulty RepoInfo::keepPackages testcase
2011-11-03 Michael AndresLet RepoInfo::keepPackages properly default to FALSE...
2011-11-03 Michael AndresFix 'unknown mediahandler' warning.
2011-10-27 Michael AndresAdd sample zypp.conf to documentation
2011-10-24 Michael AndresExplicitly include textLocale in package translation...
2011-10-21 Michael AndresDownload package translations as defined by ZConfig...
2011-10-21 Michael AndresFix regex smatch::size computation
2011-10-21 Michael Andreszypp.conf add repo.refresh.locales
2011-10-21 Michael AndresAdd Target::requestedLocales retriever
2011-10-21 Michael AndresSet CURLOPT_PROXYAUTH
2011-10-21 Michael Andresdoc typo
2011-10-18 Michael AndresUpdate schema arch lists
2011-10-18 Michael AndresAdd arch armv7tnhl and armv7thl
2011-10-18 Michael AndresFix RepoVariables*Replacer to compute substitution...
2011-10-18 Michael AndresNew str::gsubFun/replaceAllFun for demand computed...
2011-10-18 Michael AndresPathInfo::hardlinkCopy: fix handling cross-device links
2011-10-13 Michael AndresMust not differ between type nfs and nfs4 when checking...
2011-10-12 Michael AndresDefine nullptr for GCC_VERSION < 4.6
next