aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* write down some TODO items...topic/rpm5Per Øyvind Karlsen2011-01-071-0/+6
* add release datePer Øyvind Karlsen2011-01-061-1/+1
* update copyright noticePer Øyvind Karlsen2011-01-062-2/+2
* check URPM::Transactin::add() for errors and return them if any (#61746)Per Øyvind Karlsen2011-01-062-2/+12
* 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-143-33/+46
* 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
* add release datePer Øyvind Karlsen2010-12-111-1/+1
* update news on disttag/distepoch segfaultPer Øyvind Karlsen2010-12-111-0/+2
* 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
* bah, messed up previous commit..Per Øyvind Karlsen2010-12-101-1/+1
* fix to work with disttag & distepochPer Øyvind Karlsen2010-12-101-1/+1
* fix test to adjust to $arch position moved...Per Øyvind Karlsen2010-12-101-1/+1
* 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-102-40/+42
* 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
* add bugzilla entry idPer Øyvind Karlsen2010-12-051-1/+1
* always return an array with six items for $package->fullnamePer Øyvind Karlsen2010-12-053-13/+9
* 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-053-6/+11
* 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-032-4/+14
* fix fix URPM::Package::files()Per Øyvind Karlsen2010-12-033-3/+9
* update NEWSPer Øyvind Karlsen2010-11-191-2/+4
* make print_list_entry() a bit nicer with rpmsenseFlags parsing tip from jbjPer Øyvind Karlsen2010-11-191-6/+3
* bump versionPer Øyvind Karlsen2010-11-181-1/+1
* check return value of remaining headerGet() usagePer Øyvind Karlsen2010-11-171-13/+20
* (parse_pubkeys_): fix the key parsing to handle PEM encapsulatedPer Øyvind Karlsen2010-11-172-15/+27
* 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-172-12/+4
* be sure o explicitly link against libmagic and don't rely on implicit through...Per Øyvind Karlsen2010-11-171-0/+2
* do version detection though pkg-configPer Øyvind Karlsen2010-11-111-6/+2