]> git.ipfire.org Git - thirdparty/libsolv.git/shortlog
thirdparty/libsolv.git
2013-10-16  Michael Schroedermake 'solv info' work with command line packages
2013-10-16  Michael Schroederfix typo in find_pattern_link
2013-10-16  Michael Schroederadd some comments about what linked packages are
2013-10-16  Michael Schroedermake pattern translations also look at the linked packages
2013-10-16  Michael Schroederrefactor most of the linked pkg code into a seperate...
2013-10-15  Michael SchroederDeprecate PRODUCT_DISTPRODUCT/PRODUCT_DISTVERSION....
2013-10-15  Michael SchroederOnly complile "patchcheck" for SUSE systems
2013-10-15  Michael Schroederget rid of unused variables if ENABLE_LINKED_PKGS is...
2013-10-15  Michael Schroederadapt testcase to latest change
2013-10-15  Michael SchroederFix obsoletes handling in multiversion mode (hopefully...
2013-10-15  Michael Schroedermake linked package support a condition build option
2013-10-15  Michael Schroedermark PRODUCT_DISTPRODUCT/PRODUCT_DISTVERSION as obsolete
2013-10-15  Michael Schroederremove obsolete DISTPRODUCT/DISTVERSION parsing
2013-10-15  Michael Schroederremove obsolete states, add support for product type...
2013-10-14  Michael SchroederExtend product link support to patterns/applications
2013-10-14  Michael Schroederparse appdata in solv example
2013-10-10  Michael AndresENABLE_RPMDB_BYRPMHEADER
2013-10-09  Michael Schroederadd repo_appdata to parse AppStream's appdata files
2013-10-08  Michael Andresfix installation of header files
2013-10-08  Michael Schroederadd reorder_dq_for_jobrules() workaround
2013-10-04  Michael Schroederadd --type and --arch filter support
2013-10-04  Michael Schroederrefactor selection code, add SELECTION_SKIP_KIND, add...
2013-10-04  Ingo Weinholdrepo_haiku: /boot/common no longer exists
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
next