aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
Commit message (Expand)AuthorAgeFilesLines
* fix a regression breaking promotion of dependencies on conflictsPer Øyvind Karlsen2011-07-051-3/+4
* itsibitsy micro cosmetics ;)Per Øyvind Karlsen2011-06-231-1/+1
* remove unused variablePer Øyvind Karlsen2011-06-231-1/+0
* add a workaround for handling upgrade from older berkeley db versions whichPer Øyvind Karlsen2011-06-231-1/+29
* s/return_list_int32_t/return_list_uint32_t/Per Øyvind Karlsen2011-06-231-7/+7
* add support for specifying tag name to match with URPM::Transaction->remove()Per Øyvind Karlsen2011-06-231-2/+6
* extract disttag & distepoch from new fields in @info@ of synthesisPer Øyvind Karlsen2011-06-011-25/+14
* *really* fix URPM::Package->sourcerpmPer Øyvind Karlsen2011-05-311-1/+1
* fix URPM::Package->sourcerpm returning summary in stead of source rpmPer Øyvind Karlsen2011-05-311-1/+1
* 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