Fix helix2solv conflicts error
[platform/upstream/libsolv.git] / ext /
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-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-16 Michael Schroederremove trailing whitespace
2013-10-16 Michael Schroederadd repo_autopattern (SUSE only for now)
2013-10-15 Michael Schroederremove obsolete DISTPRODUCT/DISTVERSION parsing
2013-10-15 Michael Schroederremove obsolete states, add support for product type...
2013-10-09 Michael Schroederadd repo_appdata to parse AppStream's appdata files
2013-10-08 Michael Andresfix installation of header files
2013-10-04 Ingo Weinholdrepo_haiku: /boot/common no longer exists
2013-09-23 Michael Schroederinclude repo_pubkey.h in repo_pubkey.c
2013-09-20 Michael Schroedersplit DEP_PRE into DEP_PRE_IN and DEP_PRE_UN
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 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 Schroedercosmetics: change comments
2013-08-23 Michael Schroederrefactor a bit
2013-08-23 Michael Schroedermake unarmor() more flexible, make sure pgp mpis are...
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
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
next