tools/librpm-tizen.git
2012-05-28 Panu MatilainenMove file list freeing to helper function
2012-05-28 Panu MatilainenHardlink detection doesn't need entire filelist, just...
2012-05-28 Panu MatilainenisDoc() only needs the doc dirs, not the entire filelist
2012-05-28 Panu MatilainenClean up file records freeing a bit
2012-05-28 Panu MatilainenSplit the actual file records into a struct of their own
2012-05-28 Panu MatilainenUse vfaMatch() for %config attributes as well
2012-05-28 Panu MatilainenUnify %verify and virtual file attribute handling
2012-05-28 Panu MatilainenEliminate unused negate field of VFA struct
2012-05-25 Panu MatilainenPush special %doc handling details out of processPackag...
2012-05-25 Panu MatilainenRefactor getSpecialDocDir() so it cannot fail
2012-05-22 Christophe... Add support for 7zip compressed tarballs
2012-05-21 Panu MatilainenSplit prelink checking into a helper function
2012-05-21 Panu MatilainenRestore basic debug output for fsm operations
2012-05-16 Panu MatilainenPush special doc directory generation next to other...
2012-05-16 Panu MatilainenRefactor special doc handling out of parseForSimple()
2012-05-16 Panu MatilainenparseForSimple() doesn't need the entire file list...
2012-05-16 Panu MatilainenNegation doesn't make sense for any of the virtual...
2012-05-16 Panu MatilainenHandle %dir parsing with an internal file attribute
2012-05-16 Panu MatilainenHandle %docdir with an internal file attribute
2012-05-16 Panu MatilainenExplicitly differentate internal/exported file attributes
2012-05-15 Panu MatilainenUnmask %license directive when parsing %files section
2012-05-15 Panu MatilainenEliminate unused argument to parseForSimple()
2012-05-14 Panu MatilainenOnly pass what's needed to parseForCaps()
2012-05-14 Panu MatilainenOnly pass what's needed to parseForLang()
2012-05-14 Panu MatilainenOnly pass what's needed to parseForConfig()
2012-05-14 Panu MatilainenOnly pass what's needed to parseForDev()
2012-05-14 Panu MatilainenOnly pass what's needed to parseForAttr()
2012-05-14 Panu MatilainenOnly pass what's needed to parseForVerify()
2012-05-14 Panu MatilainenCentralize fl.processingFailed setting for parseForFoo...
2012-05-14 Panu MatilainenAdd a helper function for freeing/resetting a file...
2012-05-14 Panu MatilainenEliminate redundant filelist initializiation
2012-05-14 Panu MatilainenSplit out the remaining "current file" state out of...
2012-05-14 Panu MatilainenSplit file languages and capabilities out of the global...
2012-05-14 Panu MatilainenSplit the file attribute recs (permissions) out of...
2012-05-14 Panu MatilainenSplit the various file flags out of the global filelist...
2012-05-14 Panu MatilainenShuffle FileList members around for a more logical...
2012-05-11 Panu MatilainenImprove spec %include error detection and message
2012-05-11 Panu MatilainenUnify pops from spec file stack to a function
2012-05-11 Panu MatilainenSimplify / sanitize pushing new files on spec file...
2012-05-10 Panu MatilainenKeep the macro buffer terminated on append
2012-05-10 Panu MatilainenFix off-by-ones in mbAppend() and mbAppendStr()
2012-05-07 Panu MatilainenSimplify mono file magic regex
2012-05-07 Panu MatilainenRelax python file magic regex somewhat
2012-05-07 Panu MatilainenTweak font magic regex a bit (yet again)
2012-05-04 Michael SchroederSmall patch to reverse hardlink ordering
2012-05-03 Panu MatilainenFall back to private db environment on system level...
2012-05-02 Panu MatilainenEliminate unused selinux file context path macros
2012-04-24 Panu MatilainenEliminate rpmts usage from lower levels of fsm machinery
2012-04-24 Panu MatilainenOnly install needs selabel handle, dont bother elsewhere
2012-04-24 Panu MatilainenDont bother with fsm-level digest statistics
2012-04-24 Panu MatilainenEliminate rpmts and rpmte kludgery from package building
2012-04-24 Panu MatilainenEliminate rpmte usage from lower levels of fsm machinery
2012-04-24 Panu MatilainenMove mode-specific flag setting out of fsmNew()
2012-04-24 Panu MatilainenClean up file backup logic a bit
2012-04-24 Panu MatilainenEliminate header and rpmte knowledge from rpmfs
2012-04-24 Panu MatilainenBury build filestate setting inside fsm remains
2012-04-24 Panu MatilainenSplit out file state recording out of fsmMapPath()
2012-04-23 Panu MatilainenFix quoting in brp-python-hardlink (patch from Jon...
2012-04-23 Panu MatilainenAdd a few basic test-cases for tilde in version comparison
2012-04-23 Michael SchroederAdd support for dpkg-style sorting of tilde in version...
2012-04-21 Panu MatilainenAdd further version comparison test-cases
2012-04-20 Panu MatilainenrpmdsMatchesDep() isn't correct on obsoletes
2012-04-18 Panu MatilainenPay attention to NULL returns from rpmcpioOpen()
2012-04-18 Panu MatilainenSanitize fsm creation/initialization and destruction
2012-04-18 Panu MatilainenSplit out hardlink checking from fsmTeardown()
2012-04-18 Panu MatilainenEliminate unused leftover rc member from fsm struct
2012-04-18 Panu MatilainenMove cpio end trailer detection to the cpio code
2012-04-18 Panu MatilainenSeparate payload archive close and free
2012-04-18 Panu MatilainenAlways return NULL from fdFree()
2012-04-17 Panu MatilainenEliminate payload archive member from fsm struct
2012-04-17 Panu MatilainenPush fsm archive size down to the only caller who cares
2012-04-17 Panu MatilainenLose unnecessary cfd member from fsm, refcount through...
2012-04-17 Panu MatilainenKill couple of useless "helper" functions
2012-04-17 Panu MatilainenRemove now unused psm argument to fsmSetup()
2012-04-17 Panu MatilainenMove mapping index + and related loop exits out of...
2012-04-17 Panu MatilainenMove the install-only payload reading to the install...
2012-04-17 Panu MatilainenSplit fsm state reset to a separate function
2012-04-17 Panu MatilainenZeroing out the fsm is common to all modes, move it...
2012-04-17 Panu MatilainenPush dnl iterator init + free to the sole caller fsmMkd...
2012-04-17 Panu MatilainenInline what little is left of fsmCreate() into fsmSetup()
2012-04-17 Panu MatilainenMove temporary install suffix creation to more logical...
2012-04-17 Panu MatilainenMove unowned directory creation to more logical place
2012-04-17 Panu MatilainenEliminate the pointless fsm NULL checking in fsmFsPath()
2012-04-17 Panu MatilainenEliminate unused subdir argument from fsmFsPath()
2012-04-17 Panu MatilainenfsmFsPath() only needs directory/something else not...
2012-04-17 Panu MatilainenRemove now unnecessary psm member from fsm struct
2012-04-17 Panu MatilainenRemove redundant progress notification from fsmCommit()
2012-04-17 Panu MatilainenClean up + improve file/directory removal error handling
2012-04-17 Panu MatilainenMinimally fix file/directory removal
2012-04-17 Phil Knirsch- Add support for ppc64p7 architecture using new auxv...
2012-04-17 Phil Knirsch- Add general /proc/self/auxv parsing to rpmrc for...
2012-04-17 Panu MatilainenUse a bit more complicated test for the install/remove...
2012-04-16 Panu MatilainenAxe unused leftover variable
2012-04-16 Panu MatilainenDocument --obsoletes in manual (RhBug:809402)
2012-04-16 Panu MatilainenAdd test-cases for identical basenames within package
2012-04-13 Panu MatilainenRaise file conflicts on differing device node numbers
2012-04-13 Panu MatilainenRaise file conflicts on differing permissions (user...
2012-04-12 Panu MatilainenCheck for file conflicts within package (RhBug:808750)
2012-04-12 Panu MatilainenCheck for file conflicts within package (RhBug:808750)
2012-04-12 Panu MatilainenChange file disposition code to access rpmfi's by index
next