summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-23Fix some typos in javadeps usage message (ticket #72)Panu Matilainen1-3/+3
2009-06-18Add -h/--help to rpm2cpio (ticket #63)Panu Matilainen1-1/+6
2009-06-18Updated German translation from Micha Pietsch (RhBug:506607)Panu Matilainen1-1/+1
2009-06-18Updated German translation from Micha Pietsch (RhBug:506607)Panu Matilainen1-34/+26
2009-06-18Pile of OSGi dependency generator fixes from Alphonse Van Assche (ticket #39)Panu Matilainen1-156/+310
2009-06-17Delay fingerprint cache init + lookup until we know there are some matchesPanu Matilainen1-6/+5
2009-06-17Permit NULL in fpCacheFree()Panu Matilainen1-2/+4
2009-06-17Fix invalid memory access from freeing dirName too earlyPanu Matilainen1-16/+14
2009-06-16Fix Segfault for to be installed symlinks pointing to existing locationsFlorian Festi1-4/+4
2009-06-16Eliminate now unnecessary artifacts of rpmdsNext() side-effectsPanu Matilainen2-6/+3
2009-06-16Generate DNEVR string lazily on rpmdsDNEVR() callsPanu Matilainen1-15/+13
2009-06-16Eliminate epoch promotion debug cruftPanu Matilainen2-19/+0
2009-06-16Determine rpmlib deps from flags instead of comparing stringsPanu Matilainen1-1/+1
2009-06-16Validate rpmlib dependencies on src.rpm install (RhBug:490613)Panu Matilainen1-0/+29
2009-06-16Don't check Provides/Requires for bad characters, they could be UTF-8Jindrich Novy3-11/+6
2009-06-16Add debugedit support for DWARF-3 (RhBug:505774)Panu Matilainen1-19/+27
2009-06-15Rip hardcoded libgcc + glibc static helper kludgesPanu Matilainen1-6/+2
2009-06-15Check for valid chars in Requires/Provides as wellJindrich Novy3-6/+29
2009-06-12Fix out of source directory build (ticket #65)Panu Matilainen2-3/+5
2009-06-12Add parentheses (as kindly suggested by new gcc...)Panu Matilainen1-1/+1
2009-06-12Make peace with newer gitPanu Matilainen1-2/+2
2009-06-11Make rpmalSatisfiesDepend() smarterPanu Matilainen1-7/+24
2009-06-11Add preferred color to rpmalPanu Matilainen4-4/+7
2009-06-10Update translations for a change (due to depends.c -> order.c split)Panu Matilainen26-6666/+7067
2009-06-10Split ordering code to separate source filePanu Matilainen4-693/+710
2009-06-10Add new function to check valid characters in NVR (ticket #59)Jindrich Novy1-18/+32
2009-06-10Nuke useless compatibility stuff and put V/R checking where it belongsJindrich Novy1-16/+5
2009-06-09Make whitelist of characters allowed in NVR (ticket #59, rhbz#493157)Jindrich Novy1-1/+4
2009-06-08rpmdsInit() and rpmdsNext() can handle NULL ds, no need to separately testPanu Matilainen1-7/+2
2009-06-08Minor rpmtsOrder() cleanupPanu Matilainen1-7/+1
2009-06-08Clean up relation recording a bitPanu Matilainen1-17/+5
2009-06-08Dont bother adding dependencies to self, everPanu Matilainen1-1/+2
2009-06-08Determine rpmlib and config deps from flags instead of comparing stringsPanu Matilainen1-6/+3
2009-06-05Map legacy PreReq into pre and preun scriptlet dependencies in orderingPanu Matilainen1-3/+10
2009-06-05Unbreak isLegacyPreReq()Panu Matilainen1-1/+2
2009-06-05Use specific types for sense flags + te type instead of generic intPanu Matilainen2-3/+4
2009-06-04Rewrite orderingFlorian Festi3-395/+432
2009-06-02Removing extra useless 'break' statement lines and unhandled FTS_FOO cases.Rakesh Pandit1-17/+1
2009-06-02Removed 'xx' variable in rpminstall.c Rakesh Pandit1-11/+8
2009-06-02Removed rpmEIU memeber 'fd' -and its usage in tryReadFoo functions.Rakesh Pandit1-20/+19
2009-06-02Updated mailing list information.Rakesh Pandit1-3/+1
2009-06-02Remove toplevel TODO too, nobody updates it and we have Trac nowPanu Matilainen1-42/+0
2009-06-01depMsg doesn't need _notpre() anymorePanu Matilainen1-6/+6
2009-06-01Remove leftover build/TODO file from 1998 / rpm 2.5 era...Panu Matilainen1-40/+0
2009-06-01Generate spec part string lengths at build time and make it constPanu Matilainen1-36/+26
2009-06-01Generate preamble tag lengths at build time and make it constPanu Matilainen1-57/+45
2009-06-01Issue deprecation warnings for PreReq and BuildPreReqPanu Matilainen1-2/+2
2009-06-01Turn unused spec syntax obsoletion mechanism into deprecation warningPanu Matilainen1-5/+4
2009-06-01Map PreReq into Requires(pre,preun) at buildPanu Matilainen1-1/+2
2009-06-01Deal with multiple scriptlet dependency bits in deptype format extensionPanu Matilainen1-19/+28