aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
Commit message (Expand)AuthorAgeFilesLines
* fix to build with rpm 5.3 apiPer Øyvind Karlsen2010-10-151-1/+1
* fix some memleaksPer Øyvind Karlsen2010-10-141-12/+19
* fix URPM::DB::open() to work properly with relative pathsPer Øyvind Karlsen2010-10-141-1/+11
* fix memleak in ranges_overlap()Per Øyvind Karlsen2010-10-141-1/+5
* we don't have to modify pkg->info just to get epoch...Per Øyvind Karlsen2010-10-141-26/+27
* as atoi() is able to figure out that '@' isn't a digit, there's no need for s...Per Øyvind Karlsen2010-10-141-3/+1
* initialize lEVR & rEVR at declaration in do_rpmEVRcompare()Per Øyvind Karlsen2010-10-141-4/+2
* refactorize Pkg_compare()Per Øyvind Karlsen2010-10-141-11/+12
* use 'rpmTagType' typedefPer Øyvind Karlsen2010-10-131-1/+1
* use rpmsenseFlags typedefPer Øyvind Karlsen2010-10-131-15/+15
* check that ']' exists in ranges_overlap() before trying backupPer Øyvind Karlsen2010-10-131-2/+2
* update copyright noticePer Øyvind Karlsen2010-10-131-1/+1
* s/do_rpmEVRcmp/do_rpmEVRcompare/Per Øyvind Karlsen2010-10-131-4/+4
* fix rpmEVRcmp() vs rpmEVRcompare() confusion, expose bothPer Øyvind Karlsen2010-10-131-1/+5
* expose rpmEVRcompare() through URPM::rpmEVRcmp()Per Øyvind Karlsen2010-10-131-1/+15
* add Pkg_evr()Per Øyvind Karlsen2010-10-131-0/+9
* minor cosmeticsPer Øyvind Karlsen2010-10-131-1/+1
* move some variables under INIT:Per Øyvind Karlsen2010-10-131-7/+8
* use rpmEVRoverlap() in ranges_overlap()Per Øyvind Karlsen2010-10-131-56/+13
* drop legacy behaviour, always promote epochPer Øyvind Karlsen2010-10-131-14/+8
* remove dead constantsPer Øyvind Karlsen2010-10-131-6/+0
* use do_rpmEVRcmp() Pkg_compare_pkg() as wellPer Øyvind Karlsen2010-10-131-51/+37
* add get_evr() and do_rpmEVRcmp() wrapper for using rpmEVRcompare() from rpmlibPer Øyvind Karlsen2010-10-121-38/+54
* * add support for fetching disttag & distepoch with get_fullname_parts()Per Øyvind Karlsen2010-10-121-199/+173
* * apply some cosmetics to get_name()Per Øyvind Karlsen2010-10-031-5/+5
* * as rpm uses unsigned long for epoch, use strtoul() rather than atoi()Per Øyvind Karlsen2010-10-031-4/+2
* store package filename based on rpm configuration rather than hardcoding itPer Øyvind Karlsen2010-10-031-19/+62
* * fix iterator breakage that caused ie. dependency solving to breakPer Øyvind Karlsen2010-10-031-72/+65
* always print any errors reported with rpmtsProblems() in Trans_check()Per Øyvind Karlsen2010-10-031-18/+14
* s/headerWrite/rpmpkgWrite/ in rpmlog() output...Per Øyvind Karlsen2010-10-031-1/+1
* drop 'rpm/' from rpm header includes so that include path from pkg-config wil...Per Øyvind Karlsen2010-10-031-9/+9
* port to use native RPM5 APIPer Øyvind Karlsen2010-10-031-295/+349
* comment out unused codeChristophe Fergeau2009-08-101-0/+2
* remove no longer used SPEC_VERIFY constantPer Øyvind Karlsen2009-08-051-2/+0
* disttag & distepoch isn't utf8…Per Øyvind Karlsen2009-08-041-2/+2
* cast (es-s) to U32 (as the hv_fetch prototype expects) rather than casting st...Per Øyvind Karlsen2009-08-041-1/+1
* remove unused variableChristophe Fergeau2009-07-271-1/+0
* add support for %disttag & %distepochPer Øyvind Karlsen2009-07-261-0/+18
* just use (void) rather than assign rpmtsFree() since it seems to cause crashy...Per Øyvind Karlsen2009-07-261-15/+15
* oops, put back line that accidentally got removed in the previous commit…Per Øyvind Karlsen2009-07-261-0/+1
* enable and fix additional (-Wextra) warningsPer Øyvind Karlsen2009-07-261-13/+12
* fix gcc warnings about values not being usedPer Øyvind Karlsen2009-07-261-26/+26
* * clean out compatibility code for older rpm versions that's not reallyPer Øyvind Karlsen2009-07-261-102/+29
* Removed forgotten debugging logsChristophe Fergeau2009-05-111-2/+0
* Introduce get_gpg_fingerprint XS functionChristophe Fergeau2009-05-111-0/+36
* (verify_signature) make checking urpmi signatures works in chrooted environmentsThierry Vignaud2009-03-051-2/+3
* - fix bad free() (thanks to glibc for detecting it)Pascal Rigaux2008-12-151-4/+4
* - fix scriptlet failing:Pascal Rigaux2008-12-121-2/+2
* - adapt to rpm 4.6 changes:Pascal Rigaux2008-12-091-11/+16
* - adapt to rpm 4.6 changes: headerGetEntry -> headerGetPascal Rigaux2008-12-091-104/+112