Imported Upstream version 0.6.34
[platform/upstream/libsolv.git] / ext /
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
2013-07-12 Michael Schroederrefactor a bit, no functional changes
2013-07-10 Michael Schroederfix copy/paste bug in repo_rpmdb_pubkey.c
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-01 Michael Schroedersupport haiku's compat deps in the testcase parser
2013-07-01 Michael Schroederrepo_updateinfoxml: rename datanum to handle
2013-06-26 Michael Schroederdelete stray comment
2013-06-17 Ingo Weinholdrepo_haiku: Translate B_PACKAGE_ARCHITECTURE_SOURCE...
2013-06-13 Michael Schroederfix archpolicy handling of '>'
2013-06-11 Michael Schroedermake license/group a poolstr array for archlinux
2013-06-07 Michael Schroedermake REPOSITORY_REVISION a simple string
2013-06-07 Michael Schroederfix indent
2013-06-07 Michael Schroedermake SOLVABLE_LICENSE also use a poolstr
2013-06-04 Michael Schroederadd POOL_FLAG_IMPLICITOBSOLETEUSESCOLORS to match the...
2013-06-03 Michael Schroederadd POOL_FLAG_ADDFILEPROVIDESFILTERED option to make...
2013-05-31 Michael SchroederMerge pull request #31 from zde/master
2013-05-29 Zdenek Pavlasrepo_rpmmd: Parse optional baseurl.
2013-05-06 Michael Schroederadd utf8 helpers to util.c
2013-05-03 Michael Schroederfix iso-8859-1 to utf8 transcoding bug
2013-04-26 Michael Schroederbring libsolv in line with currrent rpm's multiversion...
2013-04-25 Michael Schroedersupport 64bit filesizes in rpm adddudata()
2013-04-24 Michael Schroederadd_rpmdb: copy solvables a bit faster
2013-04-23 Michael Schroederadd repodata_translate_id to get rid of some "implement...
2013-04-23 Michael Schroederadd repo_add_rpmdb_reffp to easily add rpmdb content...
2013-04-22 Michael Schroedersmall cleanup in id2str
2013-04-19 Michael Schroederrpmdb_pubkey: more bounds checking
2013-04-19 Michael SchroederMerge pull request #29 from weinhold/upstream
2013-04-18 Ingo WeinholdHaiku: The notation for the pre-release version part...
2013-04-18 Ingo Weinholdrepo_haiku: get rid of haiku_version_to_string()
2013-04-17 Michael Schroederrepo_haiku: do not use ":" for an empty epoch
2013-04-17 Michael Schroedertreat overlong utf8 sequences as error
2013-04-17 Michael Schroedermake sure releases start numeric for haiku
2013-04-16 Michael SchroederMerge pull request #28 from weinhold/upstream
2013-04-16 Ingo Weinholdrepo_haiku: add_dependency(): Fix typo
2013-04-16 Michael Schroederswitch range->name and range->evr in REL_COMPAT deps...
2013-04-16 Michael Schroederadd DISTTYPE_HAIKU, some small fixes
2013-04-16 Ingo WeinholdAdd Haiku repository support to libsolvext
2013-04-16 Ingo WeinholdUse the hidden fopencookie() on Haiku
2013-04-15 Michael Schroedersplit ugly pubkey handling into separate repo_rpmdb_pub...
2013-04-15 Michael Schroederrefactor rpmdb handling to remove some code duplication
2013-04-15 Michael Schroedersome other perror->pool_error changes
2013-04-15 Michael Schroederfix repo_add_rpmdb error messages, they should not...
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-15 Michael Schroederalso check repodata in fileconflicts precheck code
2013-04-15 Michael Schroederalso use prechecking for non-aliased mode
2013-04-12 Michael Schroedercleanup code a bit
2013-04-12 Michael Schroederfix two small bugs
2013-04-12 Michael Schroedersupport checking for directory aliases when searching...
2013-04-12 Michael Schroederfix error handling in rpm_byrpmdbid
2013-04-11 Michael Schroedersmall fixes
2013-04-11 Michael Schroedermore speed: read all packages just once in 3rd pass
2013-04-11 Michael Schroederadd extra flag paramter to find_fileconflicts
2013-04-10 Michael Schroederthree missed dig->pubkey => digpubkey changes
2013-04-10 Michael Schroederimprove iterate_filelist, it now calls the callback...
2013-04-10 Michael Schroederremove dead code
2013-04-10 Michael Schroederuse pgpDigGetParams() if available
2013-04-10 Michael SchroederReimplement state handling in rpm_by functions
2013-04-10 Michael Schroederrefactor: split off openpkgdb()
2013-04-08 Michael Schroederfix bugs in fileconflicts code and prepare for aliased...
2013-04-05 Michael Schroederimprove fileconflicts code
2013-04-05 Michael Schroedersmall cleanups in pubkey handling
2013-04-05 Michael Schroedercleanup hash code, it makes no sense to have an extra...
2013-04-02 Michael Schroedersmall cleanup
2013-04-02 Michael SchroederMerge pull request #27 from weinhold/upstream
2013-03-30 Ingo WeinholdImprove C89 compliance
2013-03-30 Ingo WeinholdDefine SYSTEM_LIBRARIES in main CMakeLists.txt
2013-03-22 Michael Schroederrename "NOOBSOLETES" to "MULTIVERSION"
2013-03-22 Michael Schroedersusetags: don't warn on unknown tags
2013-02-28 Michael Schroederrefactor a bit, add possibility to test the selection...
2013-02-27 Michael Schroederdo not create solvables with no release
2013-02-25 Michael Schroedersupport RPM_ADD_WITH_CHANGELOG in repo_add_rpmdb
2013-02-25 Michael Schroederadd other.xml support to repomd parser
2013-02-06 Michael Schroederincrease maximum header size for some pathological...
2013-01-31 Michael Schroedersmall cleanups
2012-12-20 Michael Schroederimprove repo_add_rpmdb speed a tiny bit
2012-12-20 Michael Schroederlink libsolvext with libsolv for completeness
2012-12-19 Michael Schroederlink libsolvext against the system libraries
2012-12-11 Michael Schroedersupport special namespace privides install/erase jobs...
2012-12-10 Michael Schroederimprove error handling in makedeps
2012-12-07 Michael Schroederprint bad package name when detecting dependency array...
2012-11-30 Michael Schroederanother targeted dup fix, add testcases
2012-11-29 Michael Schroederadd SOLVER_FLAG_NO_AUTOTARGET to testcase code
2012-11-19 Michael Schroederimplement '--best' in solv demo
2012-11-13 Michael Schroedersupport REPO_NO_LOCATION, rename "set_deleted" to the...
2012-11-12 Michael Schroederfix stupid typo in repo_deb, specialize obsoletes inste...
2012-11-06 Michael Schroederadd repodata_set_deltalocation and use it in the parsers
2012-10-24 Michael Schroederexample/solv: support all compression types
2012-10-23 Michael Schroedersupport repository:repomd:size, cleanup code a bit
2012-10-23 Michael Schroederimplement pool_set_rootdir/REPO_USE_ROOTDIR instead...
2012-10-22 Michael SchroederMerge pull request #19 from nateskulic/master
2012-10-19 Michael Schroedercheck for rpm/db.h header file
2012-10-15 Michael Schroederadd repo_add_rpm_handle, add ENABLE_RPMDB_BYRPMHEADER...
next