summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-08Optimize python db index instances list generation and fix related leakPanu Matilainen1-2/+2
2012-03-08Optimize header data python conversion for array tags a bitPanu Matilainen1-4/+4
2012-03-07Pull updated translations from TransifexPanu Matilainen35-4792/+4724
2012-03-07Revert to former spec query behavior + commentPanu Matilainen1-0/+7
2012-03-07Add --disable-dependency-tracking to %configure options.Ville Skyttä1-0/+1
2012-03-07Warn but dont fail the build on STABS debuginfo (RhBug:725378, others)Panu Matilainen1-1/+1
2012-03-07Disable source fetch on build by default (for now) + commentPanu Matilainen1-0/+6
2012-03-07Teach find-lang about the new gnome help layout (RhBug:736523)Panu Matilainen1-0/+8
2012-03-07Generate debug symlinks for all filenames sharing a build-id (RhBug:641377)Jan Kratochvil1-0/+25
2012-03-07Correctly quote tr [:blank:] in OCaml dependency scripts.Richard W.M. Jones2-3/+3
2012-02-29Explicitly remap device numbers along with inodes at buildPanu Matilainen1-16/+4
2012-02-28Only consider rpmdb growth for added packagesPanu Matilainen1-9/+10
2012-02-28Fix invalid memory access from rpmdb growth estimation (RhBug:766260)Panu Matilainen1-38/+14
2012-02-28Don't process spec %include in false branch of %if clauses (RhBug:782970)Panu Matilainen1-1/+1
2012-02-28Unbreak rpm -V output (RhBug:797964)Panu Matilainen2-5/+5
2012-02-21Add a testcase for tag extension bad file name triplet detectionPanu Matilainen1-0/+19
2012-02-21Raise exception in python on headerGet() invalid data failurePanu Matilainen1-2/+6
2012-02-21Test for file data tag sanity in fnTag() extensionsPanu Matilainen1-22/+38
2012-02-21Fix crash on INSTFILENAMES extension on non-installed packagePanu Matilainen1-10/+18
2012-02-21Sanitize filename tag extension handlingPanu Matilainen1-30/+15
2012-02-21Flag error in tag container for non-extension tag retrievalPanu Matilainen1-0/+3
2012-02-21Add error indicator flag for tag data containersPanu Matilainen1-0/+1
2012-02-21Add getter for rpmtd flagsPanu Matilainen2-0/+12
2012-02-10Remap inode numbers to fit into 32bit integer space on build (RhBug:714678)Panu Matilainen2-3/+26
2012-02-09Also test that total size is calculated correctly wrt hardlinksPanu Matilainen1-1/+2
2012-02-08Add a rough-cut testcase for hardlink handlingPanu Matilainen3-0/+58
2012-02-08Add tag extension to calculate hardlink count for filesPanu Matilainen3-0/+24
2012-02-08Switch back to former, much smaller BDB memory pool size (RhBug:752897)Panu Matilainen1-1/+1
2012-02-03Add --test option to rpmkeysPanu Matilainen1-0/+5
2012-02-03Honor RPMTRANS_FLAG_TEST in rpmtsImportPubkey()Panu Matilainen1-4/+6
2012-02-02Remove the arbitrary limitation on transaction keyring changePanu Matilainen1-5/+1
2012-02-02Disable signature checking during database rebuild by defaultPanu Matilainen1-1/+1
2012-02-02Use private environment for database rebuilds too, documentPanu Matilainen2-6/+9
2012-02-02Never load ts keyring if signature checking is disabledPanu Matilainen2-11/+11
2012-02-01Don't free up file info sets on transaction test-runsPanu Matilainen1-5/+7
2012-01-30Use rpmReadHeader() on signature checking path tooPanu Matilainen1-2/+4
2012-01-28Add a basic testcase for bogus filename triplet detectionPanu Matilainen1-1/+22
2012-01-28Test for filename triplet sanity in rpmfiNew()Panu Matilainen1-0/+15
2012-01-28xcalloc() cannot return NULL, remove redundant checkPanu Matilainen1-5/+1
2012-01-28Don't assume rpmfiNew() always succeedsPanu Matilainen6-3/+25
2012-01-28Add a basic testcase for bogus (incomplete) header detectionPanu Matilainen1-0/+14
2012-01-28Add some basic sanity checks to rpmte creation, allow rpmteNew() to failPanu Matilainen1-3/+23
2012-01-28Don't assume rpmteNew() always succeeds, part IIIPanu Matilainen1-4/+9
2012-01-28Move TR_ADDED file size init into addTE()Panu Matilainen1-8/+4
2012-01-28Don't assume rpmteNew() always succeeds, part IIPanu Matilainen1-1/+7
2012-01-28Error out early if rpmdb open fails on upgrade element additionPanu Matilainen1-13/+15
2012-01-28Don't assume rpmteNew() always succeeds, part IPanu Matilainen1-6/+20
2012-01-17Axe unused cruftPanu Matilainen1-4/+0
2012-01-17Kill off yet more repackage remnants from fsmPanu Matilainen2-26/+3
2012-01-17Lift hard-link payload writing to helper function, fsmStage is big enoughPanu Matilainen1-29/+35