summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-14Only pass what's needed to parseForDev()Panu Matilainen1-9/+9
2012-05-14Only pass what's needed to parseForAttr()Panu Matilainen1-14/+13
2012-05-14Only pass what's needed to parseForVerify()Panu Matilainen1-16/+11
2012-05-14Centralize fl.processingFailed setting for parseForFoo() callsPanu Matilainen1-33/+11
2012-05-14Add a helper function for freeing/resetting a file entry, use itPanu Matilainen1-24/+14
2012-05-14Eliminate redundant filelist initializiationPanu Matilainen1-28/+0
2012-05-14Split out the remaining "current file" state out of global filelistPanu Matilainen1-34/+35
2012-05-14Split file languages and capabilities out of the global filelistPanu Matilainen1-15/+15
2012-05-14Split the file attribute recs (permissions) out of the global filelistPanu Matilainen1-40/+39
2012-05-14Split the various file flags out of the global filelist structPanu Matilainen1-37/+41
2012-05-14Shuffle FileList members around for a more logical groupingPanu Matilainen1-13/+16
2012-05-11Improve spec %include error detection and messagePanu Matilainen1-2/+3
2012-05-11Unify pops from spec file stack to a functionPanu Matilainen1-14/+17
2012-05-11Simplify / sanitize pushing new files on spec file stackPanu Matilainen1-22/+8
2012-05-10Keep the macro buffer terminated on appendPanu Matilainen1-1/+2
2012-05-10Fix off-by-ones in mbAppend() and mbAppendStr()Panu Matilainen1-2/+2
2012-05-07Simplify mono file magic regexPanu Matilainen1-1/+1
2012-05-07Relax python file magic regex somewhatPanu Matilainen1-1/+1
2012-05-07Tweak font magic regex a bit (yet again)Panu Matilainen1-1/+1
2012-05-04Small patch to reverse hardlink orderingMichael Schroeder1-3/+3
2012-05-03Fall back to private db environment on system level EINVALPanu Matilainen1-2/+3
2012-05-02Eliminate unused selinux file context path macrosPanu Matilainen1-37/+0
2012-04-24Eliminate rpmts usage from lower levels of fsm machineryPanu Matilainen1-25/+10
2012-04-24Only install needs selabel handle, dont bother elsewherePanu Matilainen1-1/+1
2012-04-24Dont bother with fsm-level digest statisticsPanu Matilainen1-4/+0
2012-04-24Eliminate rpmts and rpmte kludgery from package buildingPanu Matilainen3-16/+7
2012-04-24Eliminate rpmte usage from lower levels of fsm machineryPanu Matilainen1-16/+17
2012-04-24Move mode-specific flag setting out of fsmNew()Panu Matilainen1-11/+11
2012-04-24Clean up file backup logic a bitPanu Matilainen1-19/+17
2012-04-24Eliminate header and rpmte knowledge from rpmfsPanu Matilainen3-13/+10
2012-04-24Bury build filestate setting inside fsm remainsPanu Matilainen3-16/+13
2012-04-24Split out file state recording out of fsmMapPath()Panu Matilainen1-9/+20
2012-04-23Fix quoting in brp-python-hardlink (patch from Jon Nelson)Panu Matilainen1-2/+2
2012-04-23Add a few basic test-cases for tilde in version comparisonPanu Matilainen1-0/+10
2012-04-23Add support for dpkg-style sorting of tilde in version/releaseMichael Schroeder5-5/+57
2012-04-21Add further version comparison test-casesPanu Matilainen1-6/+87
2012-04-20rpmdsMatchesDep() isn't correct on obsoletesPanu Matilainen1-1/+8
2012-04-18Pay attention to NULL returns from rpmcpioOpen()Panu Matilainen1-6/+6
2012-04-18Sanitize fsm creation/initialization and destructionPanu Matilainen1-25/+13
2012-04-18Split out hardlink checking from fsmTeardown()Panu Matilainen1-25/+32
2012-04-18Eliminate unused leftover rc member from fsm structPanu Matilainen1-3/+2
2012-04-18Move cpio end trailer detection to the cpio codePanu Matilainen2-1/+7
2012-04-18Separate payload archive close and freePanu Matilainen3-14/+24
2012-04-18Always return NULL from fdFree()Panu Matilainen1-1/+1
2012-04-17Eliminate payload archive member from fsm structPanu Matilainen1-32/+36
2012-04-17Push fsm archive size down to the only caller who caresPanu Matilainen1-11/+7
2012-04-17Lose unnecessary cfd member from fsm, refcount through payload insteadPanu Matilainen2-9/+2
2012-04-17Kill couple of useless "helper" functionsPanu Matilainen1-16/+2
2012-04-17Remove now unused psm argument to fsmSetup()Panu Matilainen1-4/+4
2012-04-17Move mapping index + and related loop exits out of fsmInit()Panu Matilainen1-29/+21