summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-11-21Define TOPDIR once in atlocal.inPanu Matilainen3-12/+1
2008-11-21These tests are expected to succeedPanu Matilainen2-3/+0
2008-11-21Rpm is supposed to create build tree by itself, don't help itPanu Matilainen2-22/+1
2008-11-21Fix build tree creation with relative paths for %_topdir and friendsPanu Matilainen2-1/+6
2008-11-21Permit relative paths in rpmioMkpath() and rpmMkdirs()Panu Matilainen1-2/+2
2008-11-21Update --querytags test vrt FILECAPSPanu Matilainen1-0/+1
2008-11-20fpCacheCreate() already doubles the size-hint, dont do it twicePanu Matilainen1-1/+1
2008-11-20Use per-rpmfi string cache for symlink targetsPanu Matilainen2-4/+8
2008-11-20Add functions to create and free string cache(s)Panu Matilainen2-1/+20
2008-11-20Use global cache for file languages tooPanu Matilainen2-3/+5
2008-11-20Use rpmfiFLangs() instead of direct access to structure in skipFiles()Panu Matilainen1-2/+4
2008-11-20Add rpmfiFLang() method for retrieving file language(s)Panu Matilainen2-0/+16
2008-11-20Generalize the user+group string cache + helpersPanu Matilainen2-32/+36
2008-11-19Be more intelligent about storing file user and group namesPanu Matilainen2-10/+74
2008-11-19Make fsmMapAttrs() use rpmfi methods instead of directly accessingPanu Matilainen1-16/+15
2008-11-19Oops, file modes are needed on erase too to avoid suffixes on directoriesPanu Matilainen1-1/+1
2008-11-19Use matching type for fsm->digest to avoid unnecessary castPanu Matilainen2-2/+2
2008-11-19Erm erm, really use the rpmfi creation flags in rpmteNew()Panu Matilainen1-1/+1
2008-11-19Erm, really do lazy allocation of fi->replacedSizesPanu Matilainen1-2/+0
2008-11-19Add + use internal helper function for getting+setting rpmfi replaced sizesPanu Matilainen3-3/+30
2008-11-19Eliminate unnecessary fi->record fieldPanu Matilainen3-9/+8
2008-11-19Avoid unnecessary mucking with rpmfi internalsPanu Matilainen1-14/+14
2008-11-19Refer to psm->te instead of fi->te in rpmpsmStage()Panu Matilainen1-6/+6
2008-11-19Restore SIGPIPE to default action for scriptlets (rhbz#471591)Panu Matilainen1-0/+1
2008-11-19Updated Brazilian Portugese translation from Igor Pires SoaresPanu Matilainen1-446/+313
2008-11-18Use finer grained rpmfi creation flags for in rpmteNew()Panu Matilainen2-1/+4
2008-11-18Limit the data rpmfi loads in queryPanu Matilainen1-1/+5
2008-11-18Add preliminary rpmfi flag groupings for base operationsPanu Matilainen1-0/+16
2008-11-18Add control bits for all (relevant) parts of rpmfi dataPanu Matilainen3-26/+50
2008-11-18Remove useless default flags and action fields from rpmfiPanu Matilainen3-10/+6
2008-11-18Nuke useless rpmfiFContext()Panu Matilainen3-21/+0
2008-11-18Fix indentiationFlorian Festi1-6/+6
2008-11-18Add AC_CONFIG_MACRO_DIR for the new libtoolJindrich Novy1-0/+1
2008-11-18Don't bother loading FILELANGS for installed packagesPanu Matilainen1-1/+2
2008-11-18Lazy allocation of FSM for file info setsPanu Matilainen4-26/+32
2008-11-18Remove now unnecessary fi->keep_headerPanu Matilainen2-5/+3
2008-11-18Remember rpmfi creation flagsPanu Matilainen3-0/+6
2008-11-18Generate and insert SOURCERPM tag earlierPanu Matilainen2-19/+14
2008-11-17Add + use internal helper function for setting rpmfi file statesPanu Matilainen3-13/+26
2008-11-17Simplify rpmInstallLoadMacros()Panu Matilainen1-13/+4
2008-11-17Avoid reconstructing half of rpmfi manually in rpmInstallSourcePackage()Panu Matilainen1-63/+50
2008-11-17Unnecessary local variable, result only needed oncePanu Matilainen1-4/+1
2008-11-17Assume failure in rpmInstallSourcePackage()Panu Matilainen1-10/+3
2008-11-17Calculate total file size correctly in build (mdvbz#45820, rhbz#247374)Panu Matilainen1-12/+9
2008-11-17Make depflagsFormat() accept any numeric typePanu Matilainen1-5/+3
2008-11-17Simplify xmlFormat() by taking advantage of rpmtdClass()Panu Matilainen1-10/+4
2008-11-17Make fflagsFormat() accept any numeric typePanu Matilainen1-3/+2
2008-11-17Make permsFormat() work with any numeric typePanu Matilainen1-2/+2
2008-11-17Make triggertypeFormat() work for any numeric typePanu Matilainen1-12/+14
2008-11-17Make shescapeFormat() to accept any numeric typePanu Matilainen1-3/+3