]> git.ipfire.org Git - thirdparty/libsolv.git/shortlog
thirdparty/libsolv.git
2013-11-12  Andreas SchwabAdd m68k architecture 39/head
2013-11-06  Michael SchroederMerge pull request #38 from k0da/master
2013-11-05  Dinar ValeevAdd ppc64le architecture 38/head
2013-10-31  Michael Schroederdo not rewrite the command line repo
2013-10-31  Michael Schroedersolv example: always internalize the "installed" repo...
2013-10-30  Michael Schroedermake keyid of master key available in subkeys
2013-10-30  Michael Schroedersolvsig_verify: error out early if the checksum is...
2013-10-29  Michael Schroederbindings: sig verification only works with ENABLE_PGPVRFY
2013-10-29  Michael Schroederplug weakrulemap memory map if the solver gets re-run
2013-10-29  Michael Schroedersupport signature verification in bindings
2013-10-29  Michael Schroederrepo_add_keydir: put flags last (as with the other...
2013-10-29  Michael Schroederdelete solv_verify_sig, sort keys in verify
2013-10-29  Michael Schroederrefactor a bit, add some comments
2013-10-28  Michael Schroedersupport ADD_WITH_SUBKEYS/ADD_MULTIPLE_PUBKEYS/ADD_WITH_...
2013-10-28  Michael Schroederadd repo_add_keyring() and repo_add_keydir() functions
2013-10-25  Michael Schroederadd repo_verify_sigdata, refactor solv_parse_sig into...
2013-10-25  Michael Schroederterminate solvable2str() string when there is no arch
2013-10-24  Michael Schroedercleanup code a bit. remove unused choice calculation...
2013-10-23  Michael Schroedercosmetic sigpkg -> sigpkt, clone the hash before finish...
2013-10-18  Michael Schroedersupport :any in testcases
2013-10-18  Michael Schroedersmall improvement in :any parsing
2013-10-18  Michael Schroedersupport debian multiarch annotation
2013-10-17  Michael Schroedersimplify packagelink code a bit
2013-10-17  Michael Schroederno longer ask the nscallback for pruduct buddies
2013-10-16  Michael Schroederremove trailing whitespace
2013-10-16  Michael Schroederremove trailing whitespace
2013-10-16  Michael Schroederremove trailing whitespace
2013-10-16  Michael Schroederfix a bug in the application link code
2013-10-16  Michael Schroederadd is_noinst_pseudo_package(), use it for filtering...
2013-10-16  Michael Schroederadd repo_autopattern (SUSE only for now)
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...
next