also check for read-only rpm db in /usr/share/rpm (ostree)
[platform/upstream/libsolv.git] / tools /
2014-04-07 Michael Schroedersimplyfy checksum code
2014-04-04 Michael Schroeder[ABI BREAKAGE] add support for SHA224/384/512
2014-03-31 Michael Schroedersuppport RPM_ADD_FILTERED_FILELIST
2014-03-26 Michael Schroederfix grep call
2014-03-26 Michael Schroederrepo2solv.sh: ignore -A option
2014-02-26 Michael Schroederappdata2solv: add support for -d and -r options
2014-01-28 Michael Schroedersupport ADD_NO_AUTOPRODUCTS in repo_autopattern, use...
2014-01-27 Michael Schroederrpmdb2solv: set repo to installed so that no autoproduc...
2014-01-24 Michael Schroederadd forgotten -X option to susetags2solv tool
2014-01-23 Michael Schroedertestsolv: support '-s' option to take solutions
2014-01-20 Michael SchroederMerge pull request #41 from dmacvicar/master
2014-01-08 Michael Schroederfix a couple of minor problems found with cppcheck
2013-12-09 Michael Schroederadd appdata2solv.c
2013-12-09 Michael Schroederenable appdata support for suse
2013-12-03 Michael Schroedersupport appdata parsing in tools, support SUSE auto...
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-15 Michael SchroederOnly complile "patchcheck" for SUSE systems
2013-07-25 Michael Schroederrename rpmdb_pubkey to pubkey
2013-07-23 Michael Schroedersupport -k option in rpms2solv to convert a gpg pubkey
2013-07-12 Michael Schroederbring installcheck up to speed
2013-06-18 Michael Schroedertestsolv: add '-l <selection>' option to list packages...
2013-05-07 Michael Schroederadd case statements for completeness
2013-05-06 Michael Schroedercleanup dumpsolv code
2013-05-03 Michael Schroederdumpsolv: add experimental json dumping support
2013-04-23 Michael Schroederadd repo_add_rpmdb_reffp to easily add rpmdb content...
2013-04-15 Michael Schroedersplit ugly pubkey handling into separate repo_rpmdb_pub...
2013-04-15 Michael Schroederconvert perror() and fprintf() calls to pool_error()
2013-04-15 Michael Schroederadd pool parameter to rpm_state_create so that we can...
2013-04-12 Michael Schroedersupport checking for directory aliases when searching...
2013-04-11 Michael Schroederadd extra flag paramter to find_fileconflicts
2013-04-10 Michael SchroederReimplement state handling in rpm_by functions
2013-04-08 Michael Schroederremove strange 5 year old TODO file
2013-04-08 Michael Schroederfix bugs in fileconflicts code and prepare for aliased...
2013-04-02 Michael SchroederMerge pull request #27 from weinhold/upstream
2013-03-30 Ingo WeinholdDefine SYSTEM_LIBRARIES in main CMakeLists.txt
2013-02-25 Michael Schroedersupport RPM_ADD_WITH_CHANGELOG in repo_add_rpmdb
2013-02-04 Michael Schroedermake it possible to re-run an existing solver (re-using...
2012-12-13 Michael Schroederdelete old debug statements
2012-12-10 Michael Schroederimplement special install/erase namespace provides...
2012-12-04 Michael Schroederwrite trailing "result" line in -r -r mode
2012-11-12 Michael Schroederadd deb2solv for completeness
2012-10-23 Michael Schroederimplement pool_set_rootdir/REPO_USE_ROOTDIR instead...
2012-06-27 Michael Schroeder- close file handle after reading in cudf file BASE-SuSE-Code-12_2-Branch
2012-06-27 Michael SchroederMerge pull request #15 from akozumpl/pullreq
2012-06-25 Michael Schroeder- export repo_add_cudf, use SOLVER_ORUPDATE for cudf...
2012-06-25 Michael Schroeder- get rid of a couple of warnings when building for...
2012-06-22 Michael Schroeder- fix testcase writing bugs
2012-06-22 Michael Schroeder- also parse cudf provides ;)
2012-06-22 Michael Schroeder- add ENABLE_BZIP2_COMPRESSION and ENABLE_CUDFREPO...
2012-04-16 Michael Schroeder- fix wrong logic
2012-04-16 Michael Schroeder- get rid of plural forms of repo_add_pkg, use pool_err...
2012-04-13 Michael Schroeder- add pool_error and pool_errstr. get rid of lots of...
2012-04-13 Michael Schroeder- fix fd leak in testsolv
2012-04-03 Michael Schroeder- support repo_add_arch_local to read the installed...
2012-04-02 Michael Schroeder- make sure to link against the lzma library if ENABLE_...
2012-03-30 Michael Schroeder- also implement files.xml parsing for m&m
2012-03-30 Michael Schroeder- add support for archlinux packages/repos
2012-03-23 Michael Schroeder- add repo_mdk_add_info() function to parse the M&M...
2012-03-22 Michael Schroeder- add M&M synthesis file parser, add mkd2solv tool
2012-03-20 Michael Schroeder- get rid of another gcc warning
2012-03-16 Michael Schroeder- advance num64 support. For now, we store the high...
2012-03-15 Michael Schroeder- dumpsolv: num is unsigned, also support reldeps as ids
2012-03-02 Michael Schroeder- add idqinst parameter to pool_addfileprovides_queue...
2012-03-02 Michael Schroeder- yet another incompatible change: as everybody seems...
2012-03-01 Michael Schroeder- change last argument in repo_write from Id ** to...
2012-03-01 Michael Schroeder- rename repo_add_solv_flags to repo_add_solv. Should...
2012-02-22 Michael Schroeder- support testcases with multiple solver jobs
2012-02-21 Michael Schroeder- add testsolv tool
2012-02-07 Michael Schroeder- remove 'echo <products>' for repodata products, which...
2012-02-02 Michael Schroeder- start support for Fedora comps format
2012-02-01 Michael Schroeder- rename pool_addfileprovides_ids to pool_addfileprovid...
2012-01-24 Michael SchroederMerge pull request #4 from akozumpl/req
2012-01-24 Ales KozumplikFix compilation on Fedora.
2012-01-18 Michael Schroeder- add cmake options to only build for some repository...
2012-01-17 Ingo WeinholdMake more C89 and POSIX compliant
2012-01-11 Michael Schroeder- add some missing copyright blocks
2012-01-09 Michael Schroeder- hide solver internals
2011-12-29 Dirk MuellerAdd --withobsoletes which checks for obsoleted packages
2011-12-29 Dirk Muellerimplement error message for SOLVER_RULE_UPDATE
2011-12-29 Dirk Muellermerge cleanup
2011-12-22 Michael Schroeder- INCOMPATIBLE CHANGE: index with repoid (thus pool...
2011-12-15 Michael AndresAlso allow passing the repodata dir to repo2solv.sh. BASE-SuSE-Code-12_1-Branch
2011-07-12 Michael Schroeder- rename all sat_ to solv_
2011-06-20 Michael Schroeder- change transaction_init to transaction_create, add...
2011-06-14 Michael Schroeder- use FOR_REPODATAS macro
2011-05-26 Michael Schroeder- allow to build a shared and a static version of the...
2011-05-25 Michael Schroeder- add solver_private.h, make repo_ functions return...
2011-05-24 Michael Schroeder- add ver files, fix build
2011-05-24 Michael Schroeder- do not use obsolete interface in libsolv library...
2011-05-24 Michael Schroederrename satsolver -> libsolv
2011-03-08 Michael Schroeder- add mode argument to sat_xfopen* functions
2011-03-02 Michael Schroeder- add sat_chksum_type2str() and sat_chksum_str2type...
2011-01-28 Michael Schroeder- put sat_xfopen in libsatsolverext
2011-01-28 Michael AndresInstall 'installcheck'
2011-01-25 Klaus KämpfMerge branch 'master' of gitorious.org:opensuse/sat...
2011-01-24 Michael Schroeder- merge in most of the MacOS changes from Dave Abrahams
2011-01-18 Klaus KämpfMerge branch 'master' of gitorious.org:opensuse/sat...
2011-01-07 Michael Schroeder- kill stillborn KINDS_SEPARATELY, use getopt() in...
2010-12-02 Klaus KämpfMerge branch 'master' of gitorious.org:opensuse/sat...
next