tools/librpm-tizen.git
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...
2012-03-30 Florian FestiPrepare for killing the fsm: Move code for erasing...
2012-03-30 Florian FestiPrepare for killing the fsm: Inline FSM_DESTROY in...
2012-03-30 Florian FestiPrepare for killing the fsm: Inline FSM_FINI code.
2012-03-30 Florian FestiPrepare for killing the fsm: Inline the FSM_NOTIFY...
2012-03-30 Ales Kozumplikrpmbuild: warn if header color differs from color of...
2012-03-30 Panu MatilainenAxe leftover CANONARCH assignment messing up our "base...
2012-03-29 Panu MatilainenAccept files as command line arguments again in rpmdeps...
2012-03-27 Florian FestiInline FSM_NEXT
2012-03-27 Florian FestiRemove left over debugging code
2012-03-27 Florian FestiMove fsm_s to fsm.c and remove fsmNext() from fsm.h
2012-03-27 Florian FestiRemove Fseek() code from rpmcpioHeaderRead for now
2012-03-27 Florian FestiUntangle lib/fsm.c and lib/cpio.c
2012-03-26 Panu MatilainenDont bother building internal versions of db utilities...
2012-03-23 Panu MatilainenEliminate broken data end calculation in dataLength()
2012-03-22 Panu MatilainenOops, "magic eight" is necessary here afterall
2012-03-21 Panu MatilainenAdd test case for scriptlet behavior
2012-03-21 Panu MatilainenTransaction element file info can be legally NULL in...
2012-03-20 Panu MatilainenDon't free up file info sets on transaction test-runs...
2012-03-20 Panu MatilainenBump version to appear newer than 4.10.x branch
2012-03-20 Panu MatilainenUpdate translations from Transifex
2012-03-20 Panu MatilainenBump library sonames in preparation for new release
2012-03-19 Panu MatilainenLook up obsoletes both ways on dependency checking...
2012-03-19 Panu MatilainenHandle obsoletes (more) correctly in rpmdbProvides()
2012-03-19 Panu MatilainenFixup couple of md5/digest references regarding verify...
2012-03-19 Vincent UntzFix find-lang to correctly detect all translations...
2012-03-19 Panu MatilainenInclude more package information in the progress output
2012-03-19 Panu MatilainenMake a bit more room for names in progress output ...
2012-03-15 Panu MatilainenFix rpm2cpio.sh error exit on unrecognized compression
2012-03-14 Panu MatilainenUnbreak lua's base64 encode/decode extensions
2012-03-14 Panu MatilainenMake rpm2cpio exit code accurate for large packages...
2012-03-14 Panu MatilainenFix ufdCopy() for large (> 2GB) files
2012-03-12 Panu MatilainenTeach rpm2cpio.sh about xz compression (RhBug:674348...
2012-03-09 Panu MatilainenEliminate rpmSetTable() from the API
2012-03-09 Panu MatilainenrpmSetTables() call in rpmbuild has been dying long...
2012-03-09 Panu MatilainenAllow silent build on automake versions that support it
2012-03-08 Panu MatilainenWhoops, dont make install progress callbacks on erasure
2012-03-08 Panu MatilainenOptimize python db index instances list generation...
2012-03-08 Panu MatilainenOptimize header data python conversion for array tags...
2012-03-07 Panu MatilainenPull updated translations from Transifex
2012-03-07 Panu MatilainenRevert to former spec query behavior + comment
next