summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2013-05-06add utf8 helpers to util.cMichael Schroeder2-142/+17
2013-05-03fix iso-8859-1 to utf8 transcoding bugMichael Schroeder2-2/+2
2013-04-26bring libsolv in line with currrent rpm's multiversion handlingMichael Schroeder1-0/+1
2013-04-25support 64bit filesizes in rpm adddudata()Michael Schroeder1-7/+55
2013-04-24add_rpmdb: copy solvables a bit fasterMichael Schroeder1-1/+12
2013-04-23add repodata_translate_id to get rid of some "implement me" assertionsMichael Schroeder1-7/+4
2013-04-23add repo_add_rpmdb_reffp to easily add rpmdb content when there is an old sol...Michael Schroeder3-76/+65
2013-04-22small cleanup in id2strMichael Schroeder1-1/+1
2013-04-19rpmdb_pubkey: more bounds checkingMichael Schroeder1-19/+30
2013-04-18Haiku: The notation for the pre-release version part changedIngo Weinhold1-3/+0
2013-04-18repo_haiku: get rid of haiku_version_to_string()Ingo Weinhold1-30/+4
2013-04-17repo_haiku: do not use ":" for an empty epochMichael Schroeder1-3/+2
2013-04-17treat overlong utf8 sequences as errorMichael Schroeder2-8/+8
2013-04-17make sure releases start numeric for haikuMichael Schroeder1-0/+3
2013-04-16repo_haiku: add_dependency(): Fix typoIngo Weinhold1-1/+1
2013-04-16switch range->name and range->evr in REL_COMPAT deps so that stringification ...Michael Schroeder1-2/+2
2013-04-16add DISTTYPE_HAIKU, some small fixesMichael Schroeder1-5/+3
2013-04-16Add Haiku repository support to libsolvextIngo Weinhold4-0/+312
2013-04-16Use the hidden fopencookie() on HaikuIngo Weinhold1-0/+17
2013-04-15split ugly pubkey handling into separate repo_rpmdb_pubkey.cMichael Schroeder6-644/+798
2013-04-15refactor rpmdb handling to remove some code duplicationMichael Schroeder1-561/+468
2013-04-15some other perror->pool_error changesMichael Schroeder3-4/+6
2013-04-15fix repo_add_rpmdb error messages, they should not include the function nameMichael Schroeder1-13/+13
2013-04-15convert perror() and fprintf() calls to pool_error()Michael Schroeder1-37/+36
2013-04-15add pool parameter to rpm_state_create so that we can use pool_error for erro...Michael Schroeder2-2/+5
2013-04-15also check repodata in fileconflicts precheck codeMichael Schroeder1-2/+4
2013-04-15also use prechecking for non-aliased modeMichael Schroeder1-15/+41
2013-04-12cleanup code a bitMichael Schroeder1-5/+5
2013-04-12fix two small bugsMichael Schroeder1-27/+35
2013-04-12support checking for directory aliases when searching for file conflictsMichael Schroeder2-109/+618
2013-04-12fix error handling in rpm_byrpmdbidMichael Schroeder1-1/+1
2013-04-11small fixesMichael Schroeder1-7/+6
2013-04-11more speed: read all packages just once in 3rd passMichael Schroeder1-38/+55
2013-04-11add extra flag paramter to find_fileconflictsMichael Schroeder2-9/+90
2013-04-10three missed dig->pubkey => digpubkey changesMichael Schroeder1-3/+3
2013-04-10improve iterate_filelist, it now calls the callback with a struct filelistinfoMichael Schroeder3-32/+67
2013-04-10remove dead codeMichael Schroeder1-115/+27
2013-04-10use pgpDigGetParams() if availableMichael Schroeder1-10/+20
2013-04-10Reimplement state handling in rpm_by functionsMichael Schroeder4-53/+51
2013-04-10refactor: split off openpkgdb()Michael Schroeder1-39/+55
2013-04-08fix bugs in fileconflicts code and prepare for aliased dirsMichael Schroeder1-20/+22
2013-04-05improve fileconflicts codeMichael Schroeder1-53/+56
2013-04-05small cleanups in pubkey handlingMichael Schroeder1-6/+7
2013-04-05cleanup hash code, it makes no sense to have an extra type for the maskMichael Schroeder4-30/+30
2013-04-02small cleanupMichael Schroeder1-14/+15
2013-03-30Improve C89 complianceIngo Weinhold1-8/+10
2013-03-30Define SYSTEM_LIBRARIES in main CMakeLists.txtIngo Weinhold1-11/+0
2013-03-22rename "NOOBSOLETES" to "MULTIVERSION"Michael Schroeder1-1/+2
2013-03-22susetags: don't warn on unknown tagsMichael Schroeder1-1/+3
2013-02-28refactor a bit, add possibility to test the selection codeMichael Schroeder1-50/+156