aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add a test for src.rpm synthesisPer Øyvind Karlsen2011-05-062-91/+95
* 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-063-2/+21
* revert attempt at refactorizing Trans_run() which turned out to give code har...Per Øyvind Karlsen2011-05-052-51/+55
* really use the right tags(..?)Per Øyvind Karlsen2011-05-052-37/+37
* bump releasePer Øyvind Karlsen2011-05-051-1/+1
* fix an invalid free() that would've happened if package summary were to be mi...Per Øyvind Karlsen2011-05-052-1/+3
* fix odd problems caused by attempt at translating correct tag names for query...Per Øyvind Karlsen2011-05-054-10/+5
* move declaration within nestingPer Øyvind Karlsen2011-05-051-1/+1
* - use newSVpvs() for pushing empty strings as constants in steadPer Øyvind Karlsen2011-05-042-55/+66
* fix no arch for gpg-pubkeyPer Øyvind Karlsen2011-05-041-4/+9
* get the correct package filesize from headerPer Øyvind Karlsen2011-05-042-5/+7
* fix proper return of 'src' as arch for src.rpmsPer Øyvind Karlsen2011-05-042-11/+23
* fix confusion between %{sourcerpm} & %{sourcepackage} tagsPer Øyvind Karlsen2011-05-043-57/+61
* fix getting EVR of src.rpms properlyPer Øyvind Karlsen2011-05-031-7/+10
* commit got lost..Per Øyvind Karlsen2011-05-031-2/+2
* bump releasePer Øyvind Karlsen2011-05-032-1/+5
* tag releasePer Øyvind Karlsen2011-05-031-3/+3
* start on using gnu99Per Øyvind Karlsen2011-05-033-4/+6
* reuse HE_t variablePer Øyvind Karlsen2011-05-031-3/+1
* fix some invalid free()'sPer Øyvind Karlsen2011-05-033-8/+12
* 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-033-2/+7
* update for new releasePer Øyvind Karlsen2011-05-031-2/+2
* check for termination signals so ie. that installs can be aborted with ^CPer Øyvind Karlsen2011-05-033-1/+5
* 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-272-97/+127
* 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-262-0/+11
* cosmeticsPer Øyvind Karlsen2011-04-261-15/+9
* add support for notriggersPer Øyvind Karlsen2011-04-262-19/+28
* more cosmeticsPer Øyvind Karlsen2011-04-261-46/+47
* fix datePer Øyvind Karlsen2011-04-261-1/+1
* add support for nofdigestsPer Øyvind Karlsen2011-04-262-4/+9
* 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-262-6/+11
* fix possible breakage when trying to load non-existant dependency flagsPer Øyvind Karlsen2011-04-242-34/+39
* fix provide flags not being loaded for headers read from rpm filesPer Øyvind Karlsen2011-04-233-6/+8
* check that return value of magic_open() isn't NULL before trying to use itPer Øyvind Karlsen2011-04-231-2/+1
* indentPer Øyvind Karlsen2011-04-231-1/+1
* fix a missing null terminator at end of @info@ string regression, causing ran...Per Øyvind Karlsen2011-04-233-1/+7
* check dep flag for rpmlib() rather than comparing stringPer Øyvind Karlsen2011-04-231-1/+1