platform/upstream/rpm.git
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
2012-04-12 Panu MatilainenChange rpmfi replaced size functions to take index
2012-04-12 Panu MatilainenAdd rpmfiFooIndex() variants for the conflict handling...
2012-04-12 Panu MatilainenFurther tweak the config file removal/backup logic...
2012-04-12 Panu MatilainenAvoid unnecessary calls to rpmfiFN()
2012-04-12 Panu MatilainenMake config file modification detection a bit more...
2012-04-12 Panu MatilainenMake rpmfiFNIndex() safe for callers on different indexes
2012-04-05 Panu MatilainenOops, automake isn't happy with comment here...
2012-04-05 Panu MatilainenArrange unified /bin <-> $(bindir) in test-suite root
2012-04-05 Panu MatilainenFix test-suite root population wrt "optional" directories
2012-04-05 Panu MatilainenHandle obsolete matches (more) correctly in rpmal
2012-04-04 Panu MatilainenRemove unused scareFlags member from rpmfi struct
2012-04-03 Panu MatilainenValidate negated offsets too in headerVerifyInfo()
2012-04-03 Panu MatilainenDifferentiate between non-existent and invalid region tag
2012-04-03 Panu MatilainenSpecifically validate region tag on header import
2012-04-03 Panu MatilainenFix gpg-pubkey typos in Japanese manual (RhBug:760552)
2012-03-30 Florian FestiMove internal stuff from fsm.h to fsm.c
2012-03-30 Florian FestiReplace fileStageString() with the __func__ macros...
2012-03-30 Florian FestiRemove checks for FSM_SYSCALL as FSM_* is going to...
2012-03-30 Florian FestiDrop no longer needed include of fsm.h
2012-03-30 Florian FestiKill FSM: Remove remains
2012-03-30 Florian FestiKill FSM: Make FSM_PKGBUILD a function
2012-03-30 Florian FestiKill FSM: Make FSM_PKGERASE a function
2012-03-30 Florian FestiKill FSM: Make FSM_PKGINSTALL a function
2012-03-30 Florian FestiPrepare for killing the fsm: Move initial call to FSM...
2012-03-30 Florian FestiPrepare for killing the fsm: Inline FSM_UNDO; Remove...
2012-03-30 Florian FestiPrepare for killing the fsm: Inline remaining FSM_PROCE...
2012-03-30 Florian FestiPrepare for killing the fsm: Remove superfluous check...
2012-03-30 Florian FestiPrepare for killing the fsm: Make FSM_COMMIT a function
2012-03-30 Florian FestiPrepare for killing the fsm: Move build code from PSM_P...
next