aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
Commit message (Expand)AuthorAgeFilesLines
* update copyright noticePer Øyvind Karlsen2011-01-061-1/+1
* check URPM::Transactin::add() for errors and return them if any (#61746)Per Øyvind Karlsen2011-01-061-1/+10
* fix code expecting get_fullname_parts_info() not to return voidPer Øyvind Karlsen2010-12-231-11/+10
* split get_fullname_parts() into two separate functions so they can be called ...Per Øyvind Karlsen2010-12-201-62/+70
* fix RPMQV_* enums not mapped to RPMTAG_* in rpmtag_from_string()Per Øyvind Karlsen2010-12-171-0/+8
* in stead of malloc() & memset() afterwards to zero out memory, just use callo...Per Øyvind Karlsen2010-12-171-4/+2
* nano-cosmetics...Per Øyvind Karlsen2010-12-151-1/+2
* really consistently use NULL as default rpm root argumentPer Øyvind Karlsen2010-12-141-1/+1
* consistently use NULL as default prefix value for rpm root..Per Øyvind Karlsen2010-12-141-2/+2
* add Trans_Element_distepoch() & Trans_Element_epoch()Per Øyvind Karlsen2010-12-141-0/+21
* check rpmqvsources context as well for tag namesPer Øyvind Karlsen2010-12-141-21/+33
* make URPM::Package::get_tag() & URPM::Package::get_tag_modifiers() accept str...Per Øyvind Karlsen2010-12-141-26/+32
* change return type of rpmtag_from_string() to 'rpmTag'Per Øyvind Karlsen2010-12-141-1/+1
* add const qualifier to rpmtag_from_string() argumentPer Øyvind Karlsen2010-12-141-1/+1
* make rpmtag_from_string() staticPer Øyvind Karlsen2010-12-141-1/+1
* make rpmtag_from_string() lookup constant names using librpmconstant to provi...Per Øyvind Karlsen2010-12-141-15/+12
* use increment operator once rather than +1Per Øyvind Karlsen2010-12-111-17/+17
* in case of missing distepoch & disttag, return empty string in stead of NULL ...Per Øyvind Karlsen2010-12-111-2/+2
* make URPM::Package->disttag & URPM::Package->distepoch work with synthesis alsoPer Øyvind Karlsen2010-12-111-14/+20
* real fix for previous commit which were due to disttag & distepoch being adde...Per Øyvind Karlsen2010-12-111-10/+26
* check return value of tmp before doing operations on it..Per Øyvind Karlsen2010-12-101-4/+5
* always initialize 'ok'Per Øyvind Karlsen2010-12-101-1/+1
* replace broken hdlist parsing code with working rpmgi hdlist iterator from rp...Per Øyvind Karlsen2010-12-101-40/+40
* drop #ifdef RPMTAG_DISTEPOCH, preprocessor won't be able to check for enums, ...Per Øyvind Karlsen2010-12-101-4/+0
* rpmlib() dependencies are internal, thus we'll never encounter them in RPMTAG...Per Øyvind Karlsen2010-12-101-1/+0
* always return an array with six items for $package->fullnamePer Øyvind Karlsen2010-12-051-11/+3
* back out just fetching RPMTAG_NVRA in get_nvra() for now as it'll lack distep...Per Øyvind Karlsen2010-12-051-1/+56
* replace Pkg_files_md5sum() with Pkg_files_digest()Per Øyvind Karlsen2010-12-051-2/+7
* just fetch RPMTAG_NVRA rather than messing with headerSprintf for get_nvra()Per Øyvind Karlsen2010-12-051-45/+6
* clean up return_files() & update_provided_files() to only use RPMTAG_FILEPATH...Per Øyvind Karlsen2010-12-051-104/+22
* use RPMSENSE_TRIGGERPer Øyvind Karlsen2010-12-031-2/+3
* fix parsing of NEVRA for 'gpg-pubkey'Per Øyvind Karlsen2010-12-031-4/+10
* fix fix URPM::Package::files()Per Øyvind Karlsen2010-12-031-2/+3
* make print_list_entry() a bit nicer with rpmsenseFlags parsing tip from jbjPer Øyvind Karlsen2010-11-191-6/+3
* check return value of remaining headerGet() usagePer Øyvind Karlsen2010-11-171-13/+20
* do some checks on headerGet() return valuesPer Øyvind Karlsen2010-11-171-18/+18
* ditch legacy compatibility use of headerPut() causing segfault (#61690)Per Øyvind Karlsen2010-11-171-11/+0
* fix string format usagePer Øyvind Karlsen2010-11-091-1/+1
* default prefix for use with rpmtsSetRootDir() should be NULL, not ""Per Øyvind Karlsen2010-10-241-2/+2
* add support for uncompressed & xz/lzma compressed synthesisPer Øyvind Karlsen2010-10-161-7/+10
* rename 'f' to 'gzF' for less anonymous variable name..Per Øyvind Karlsen2010-10-151-5/+5
* check return value of getcwd()Per Øyvind Karlsen2010-10-151-1/+2
* 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