aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
Commit message (Expand)AuthorAgeFilesLines
* remove unused variablePer Øyvind Karlsen2011-05-061-1/+0
* fix segfault when trying to get EVR of a src.rpm from synthesis, as @provides...Per Øyvind Karlsen2011-05-061-1/+15
* revert attempt at refactorizing Trans_run() which turned out to give code har...Per Øyvind Karlsen2011-05-051-50/+52
* fix an invalid free() that would've happened if package summary were to be mi...Per Øyvind Karlsen2011-05-051-1/+1
* fix odd problems caused by attempt at translating correct tag names for query...Per Øyvind Karlsen2011-05-051-7/+0
* move declaration within nestingPer Øyvind Karlsen2011-05-051-1/+1
* - use newSVpvs() for pushing empty strings as constants in steadPer Øyvind Karlsen2011-05-041-55/+62
* fix no arch for gpg-pubkeyPer Øyvind Karlsen2011-05-041-4/+9
* get the correct package filesize from headerPer Øyvind Karlsen2011-05-041-5/+6
* fix proper return of 'src' as arch for src.rpmsPer Øyvind Karlsen2011-05-041-11/+22
* fix confusion between %{sourcerpm} & %{sourcepackage} tagsPer Øyvind Karlsen2011-05-041-56/+56
* fix getting EVR of src.rpms properlyPer Øyvind Karlsen2011-05-031-7/+10
* commit got lost..Per Øyvind Karlsen2011-05-031-2/+2
* start on using gnu99Per Øyvind Karlsen2011-05-031-3/+4
* reuse HE_t variablePer Øyvind Karlsen2011-05-031-3/+1
* fix some invalid free()'sPer Øyvind Karlsen2011-05-031-7/+7
* cast urpm_perl_atexit to expected typePer Øyvind Karlsen2011-05-031-1/+1
* cosmeticsPer Øyvind Karlsen2011-05-031-2/+1
* fix segfault caused by attempting to assign arch of wrong packagePer Øyvind Karlsen2011-05-031-1/+2
* check for termination signals so ie. that installs can be aborted with ^CPer Øyvind Karlsen2011-05-031-0/+3
* use BUFSIZPer Øyvind Karlsen2011-04-271-1/+1
* use newSVpvs() rather than newSVpv() for string literalsPer Øyvind Karlsen2011-04-271-8/+8
* fix a few more memleaksPer Øyvind Karlsen2011-04-271-7/+10
* add missing ';'Per Øyvind Karlsen2011-04-271-1/+1
* catch another memleakPer Øyvind Karlsen2011-04-271-1/+2
* do case insensitive string compare in rpmtag_from_stringPer Øyvind Karlsen2011-04-271-3/+3
* fix various minor memleaksPer Øyvind Karlsen2011-04-271-97/+126
* fix warning about signed conversionPer Øyvind Karlsen2011-04-261-1/+1
* check that rpmdb was properly opened in read/write mode to prevent segfault i...Per Øyvind Karlsen2011-04-261-0/+6
* cosmeticsPer Øyvind Karlsen2011-04-261-15/+9
* add support for notriggersPer Øyvind Karlsen2011-04-261-19/+27
* more cosmeticsPer Øyvind Karlsen2011-04-261-46/+47
* add support for nofdigestsPer Øyvind Karlsen2011-04-261-4/+8
* use BUFSIZ constantPer Øyvind Karlsen2011-04-261-7/+7
* cosmeticsPer Øyvind Karlsen2011-04-261-319/+238
* don't fetching tags we don't need with return_list_tagPer Øyvind Karlsen2011-04-261-7/+7
* fix getting expected NVRA tagPer Øyvind Karlsen2011-04-261-5/+9
* fix possible breakage when trying to load non-existant dependency flagsPer Øyvind Karlsen2011-04-241-34/+38
* fix provide flags not being loaded for headers read from rpm filesPer Øyvind Karlsen2011-04-231-5/+3
* indentPer Øyvind Karlsen2011-04-231-1/+1
* fix a missing null terminator at end of @info@ string regression, causing ran...Per Øyvind Karlsen2011-04-231-0/+1
* check dep flag for rpmlib() rather than comparing stringPer Øyvind Karlsen2011-04-231-1/+1
* fix appending of distepoch & disttag to @info@Per Øyvind Karlsen2011-04-221-4/+14
* add disttag & distepoch to @info@ in synthesis for easier parsingPer Øyvind Karlsen2011-04-081-2/+7
* fix regression in memleak fix as string returned by rpmdsEVR() would get free...Per Øyvind Karlsen2011-03-311-57/+67
* fix memleak in URPM::Pkg->evr()Per Øyvind Karlsen2011-03-311-0/+1
* drop URPM::DB::close() and teardown properly by calling rpmcliFini() at exitPer Øyvind Karlsen2011-03-311-10/+0
* remove useless code that caused odd segfault on i586 (finally real fix for #6...Per Øyvind Karlsen2011-03-311-5/+0
* add initial teardown code...Per Øyvind Karlsen2011-03-301-0/+9
* just reuse 'i' rather than declaring a new 'keyNo'Per Øyvind Karlsen2011-03-301-2/+1