]> git.ipfire.org Git - thirdparty/libsolv.git/shortlog
thirdparty/libsolv.git
2014-05-16  Michael SchroederRevert "openSUSE-13.1's rpm ignores obsoletes in -i... SuSE-Code-13_1-Branch
2014-05-16  Michael SchroederFix obsoletes handling in multiversion mode (hopefully...
2014-05-15  Michael Schroederfix basename optimization for STRINGEND
2014-05-15  Michael Schroederadapt repo->end in repo_empty() function
2014-05-15  Michael Schroederfix access to freed memory if we had to allocate a...
2014-05-15  Michael Schroederfix pool_job2str message for lock ;)
2014-05-15  Michael Schroederadd changes, bump version
2014-05-15  Michael SchroederopenSUSE-13.1's rpm ignores obsoletes in -i mode
2014-05-15  Michael Schroederuse sed instead of grep to get rid of the <?xml......
2014-02-21  Michael Schroederadd changes, bump version
2014-02-21  Michael Schroedermake addfilelist more resistant against corrupt rpms
2014-02-21  Michael Schroederfix typos in pool_job2str
2014-02-21  Michael Schroederfix bug in solver_get_unneeded that could lead to an...
2014-02-21  Michael Schroederchange last commit to check for SOLVER_TRANSACTION_KEEP...
2014-02-21  Michael SchroederAlways return IGNORE for pseudo packages in RPM_ONLY...
2014-02-21  Michael Schroederfix pseudo packages obsoleting other pseudo packages
2013-09-24  Michael Schroederfix unbalanced === BASE-SuSE-Code-13_1-Branch
2013-09-24  Michael Schroederfix two small glitches in xcode filter
2013-09-24  Michael Schroederadd changes
2013-09-23  Michael Schroederdo not add back cleandeps_updatepkgs packages [bnc...
2013-09-23  Michael Schroederadd changes, bump version to 0.4.0
2013-09-23  Michael Schroederalso save/restore pool pos in repodata load callback
2013-09-23  Michael Schroederinclude repo_pubkey.h in repo_pubkey.c
2013-09-23  Michael Schroederadd problem2str() convenience function to API
2013-09-20  Michael Schroederplug mem leak in selection_make_matchdeps
2013-09-20  Michael Schroedersplit DEP_PRE into DEP_PRE_IN and DEP_PRE_UN
2013-09-20  Michael Schroederbindings: add stringification shortcut for problems
2013-09-13  Michael Schroederadd solver_rule2rules: learnt rule introspection
2013-09-13  Michael Schroederadd solv_memdup and solv_memdup2 inline helper functions
2013-09-09  Michael Schroederrename selection_make_deps to selection_make_matchdeps...
2013-09-06  Michael Schroedermake sure that the ttransaction_info contains only...
2013-09-04  Michael Schroederadd pool_whatmatchesdep and selection_make_deps to...
2013-09-04  Michael Schroederoptimization: check key storage before doing the forward
2013-09-04  Michael Schroederadd solv_depmarker function to simplify the bindings
2013-09-03  Michael Schroederoops, fix last commit
2013-09-03  Michael Schroederfix mem leak in last commit
2013-09-03  Michael SchroederSOLVER_TRANSACTION_RPM_ONLY: check if only pseudo packa...
2013-08-30  Michael Schroedermake sure that the selection only contains installed...
2013-08-28  Michael Schroedersolv example: use gpgv instead of gpg to verify sigs
2013-08-26  Michael Schroederadd solv_chksum_create_clone to clone a (unfinished...
2013-08-23  Michael Schroedercreate a copy of the sig data so that it can be freed...
2013-08-23  Michael Schroederrefactor a bit
2013-08-23  Michael Schroederoops, revert unwanted commit chunks
2013-08-23  Michael Schroedersolv_parse_sig: clear return values at the beginning
2013-08-23  Michael Schroederrefactor, add experimental solv_parse_sig and solv_veri...
2013-08-23  Michael Schroederconstify solv_pgpvrfy
2013-08-23  Michael Schroederadd forgotten repo/repodata_lookup_binary
2013-08-23  Michael Schroederremove unused res var
2013-08-23  Michael Schroedercosmetics: change comments
2013-08-23  Michael Schroederrefactor a bit
2013-08-23  Michael Schroedermake unarmor() more flexible, make sure pgp mpis are...
2013-08-21  Michael Schroederfix decisioncnt handling
2013-08-21  Michael Schroederadd changes
2013-08-21  Michael Schroederadd solver->describe_decision() method
2013-08-21  Michael Schroedermake solver_describe_decision always return a rule...
2013-08-21  Michael Schroederfix indent in debug message
2013-08-21  Michael Schroederadd unset() method for solvables
2013-08-20  Michael SchroederMerge pull request #37 from miksa/master
2013-08-07  Mikko HurskainenAdd mipsel architecture 37/head
2013-07-30  Michael Schroederadd back armv7hnl for the Fedora guys
2013-07-30  Michael Schroederadd support for SHA-224 (not really used yet, though)
2013-07-26  Michael Schroedercleanup solv_pgpvrfy a bit
2013-07-25  Michael Schroedertreat v4 self-sig without key expires as unlimited...
2013-07-25  Michael Schroederget rid of a (wrong) gcc warning
2013-07-25  Michael Schroederrename rpmdb_pubkey to pubkey
2013-07-25  Michael Schroederrepo_rpmdb_pubkey: collect signatures into flexarray...
2013-07-25  Michael Schroederadd slow but small dsa/rsa implementation
2013-07-25  Michael SchroederMerge pull request #36 from scarabeusiv/master
2013-07-24  Tomas ChvatalRespect LDFLAGS on one more instance 36/head
2013-07-23  Michael Schroedersupport -k option in rpms2solv to convert a gpg pubkey
2013-07-23  Michael SchroederMerge pull request #35 from scarabeusiv/master
2013-07-22  Tomáš ChvátalFix linkingflags override by actually appending 35/head
2013-07-17  Michael Schroedersupport replchar parameter in (currently unused) solv_r...
2013-07-12  Michael Schroederrefactor a bit, no functional changes
2013-07-12  Michael Schroederbring installcheck up to speed
2013-07-10  Michael Schroederrefactor a bit, no functional changes
2013-07-10  Michael Schroederfix copy/paste bug in repo_rpmdb_pubkey.c
2013-07-10  Michael Schroederfix another edge case will dup mode and multiversion...
2013-07-08  Dirk MuellerExtend pool arch table with extra armv5 stuff
2013-07-05  Michael Schroederfix testcase handling of haiku's compat deps
2013-07-04  Michael Schroederbe more tolerant about bad xml: an empty epoch attribut...
2013-07-04  Michael Schroederfix memset calls in sha2.c
2013-07-02  Michael Schroederfix spelling errors
2013-07-01  Michael Schroedersupport haiku's compat deps in the testcase parser
2013-07-01  Michael Schroederrepo_updateinfoxml: rename datanum to handle
2013-07-01  Michael SchroederMerge pull request #34 from dirkmueller/master
2013-07-01  Dirk MuellerAdd armv6hl and fallback from armv7hl to armv6hl 34/head
2013-06-26  Michael Schroederdelete stray comment
2013-06-21  Michael Schroedermake sure we don't see REPOKEY_TYPE_REL_IDARRAY outside...
2013-06-21  Michael Schroederadd another workaround so that the filtered filelist...
2013-06-21  Michael Schroederadd ppc64p7 (from Dinar Valeev)
2013-06-21  Michael Schroederuse correct flags element, SEARCH_COMPLETE_FILELIST...
2013-06-18  Michael Schroederminor docu fixes
2013-06-18  Michael Schroedertestsolv: add '-l <selection>' option to list packages...
2013-06-18  Michael SchroederDo recommends pruning after selecting the highest versions
2013-06-18  Michael Schroederfix berkeley db link logic, don't rely on FEDORA being set
2013-06-18  Michael Schroederadd conflicts to old libsatsolver packages
2013-06-17  Michael Schroederadd changes
2013-06-17  Ingo Weinholdsolv_cmp_version_part_haiku(): Fix copy and paste bug
2013-06-17  Ingo Weinholdrepo_haiku: Translate B_PACKAGE_ARCHITECTURE_SOURCE...
next