tools/librpm-tizen.git
2012-01-30 Panu MatilainenUse rpmReadHeader() on signature checking path too
2012-01-28 Panu MatilainenAdd a basic testcase for bogus filename triplet detection
2012-01-28 Panu MatilainenTest for filename triplet sanity in rpmfiNew()
2012-01-28 Panu Matilainenxcalloc() cannot return NULL, remove redundant check
2012-01-28 Panu MatilainenDon't assume rpmfiNew() always succeeds
2012-01-28 Panu MatilainenAdd a basic testcase for bogus (incomplete) header...
2012-01-28 Panu MatilainenAdd some basic sanity checks to rpmte creation, allow...
2012-01-28 Panu MatilainenDon't assume rpmteNew() always succeeds, part III
2012-01-28 Panu MatilainenMove TR_ADDED file size init into addTE()
2012-01-28 Panu MatilainenDon't assume rpmteNew() always succeeds, part II
2012-01-28 Panu MatilainenError out early if rpmdb open fails on upgrade element...
2012-01-28 Panu MatilainenDon't assume rpmteNew() always succeeds, part I
2012-01-17 Panu MatilainenAxe unused cruft
2012-01-17 Panu MatilainenKill off yet more repackage remnants from fsm
2012-01-17 Panu MatilainenLift hard-link payload writing to helper function,...
2012-01-17 Panu MatilainenEliminate FSM_WOPEN, FSM_WRITE and FSM_WCLOSE stages
2012-01-17 Panu MatilainenEliminate FSM_ROPEN, FSM_READ and FSM_RCLOSE stages
2012-01-17 Panu MatilainenEliminate file digest related members from fsm struct
2012-01-16 Panu MatilainenEliminate the now obviously unnecessary opath member...
2012-01-16 Panu MatilainenAvoid fsm->opath usage for symlink target
2012-01-16 Panu MatilainenAvoid fsm->opath usage in fsmMakeLinks()
2012-01-16 Panu MatilainenRemove unused FSM_MKLINKS stage
2012-01-16 Panu MatilainenAvoid fsm->opath usage in final file rename
2012-01-16 Panu MatilainenEliminate unnecessary fsm->path/opath shuffle on unlink
2012-01-16 Panu MatilainenEliminate unnecessary fsm->path/opath shuffle on backup...
2012-01-16 Panu MatilainenEliminate unnecessary st_mode save-modify-restore on...
2012-01-16 Panu MatilainenEliminate unnecessary save-modify-restore around fsmUtime()
2012-01-16 Panu MatilainenEliminate unnecessary save-modify-restore on fifo creation
2012-01-13 Panu MatilainenMove symlink() to separate helper function
2012-01-13 Panu MatilainenEliminate stupid fsm->path/opath in FSM_COMMIT now...
2012-01-13 Panu MatilainenBlarg, stupid stupid mistake breaking symlink handling
2012-01-13 Panu MatilainenOnly pass what little is actually needed in fsmMkdirs()
2012-01-13 Panu MatilainenEliminate stupid fsm->sb.st_mode abuse from fsmMkdirs()
2012-01-13 Panu MatilainenMove mknod() to separate helper function
2012-01-13 Panu MatilainenMove mkfifo() to separate helper function
2012-01-13 Panu MatilainenChange fsmReadLink() to take "normal" arguments
2012-01-13 Panu MatilainenChange fsmUtime() to take "normal" arguments
2012-01-13 Panu MatilainenChange fsmChown(), fsmLChown() and fsmChmod() to take...
2012-01-13 Panu MatilainenChange fsmMkdir() to take "normal" arguments
2012-01-13 Panu MatilainenChange fsmStat() to take "normal" arguments
2012-01-13 Panu MatilainenChange fsmRename() to take "normal" arguments
2012-01-13 Panu MatilainenChange fsmUnlink() and fsmRmdir() to take "normal"...
2012-01-13 Panu MatilainenSanitize file capability setting in fsm
2012-01-13 Panu MatilainenSanitize selinux labeling in fsm
2012-01-13 Panu MatilainenEliminate unused subdir member from fsm struct
2012-01-13 Panu MatilainenEliminate silly sufbuf from fsm struct
2012-01-13 Panu MatilainenEnsure installs always use a temp suffix on files
2012-01-13 Panu MatilainenRemove unused "orphan" directory creation tracking...
2012-01-13 Panu MatilainenMove directory tracking variables out of fsm struct...
2012-01-13 Panu MatilainenAdd bunch of links to test-suite chroot to allow selinu...
2012-01-12 Ales Kozumplikremove the 'path' parameter of rpmtsSELabelInit()
2012-01-12 Ales Kozumplikselinux: reopen label between transactions if necessary...
2012-01-12 Panu MatilainenShow arch in --last output too (RhBug:768516)
2012-01-11 Panu MatilainenEliminate now unnecessary runFsm() helper from psm
2012-01-11 Panu MatilainenEliminate no longer needed RPMFI_ISBUILD and RPMFI_ISSO...
2012-01-11 Panu MatilainenTurn FSM into a blackbox, much like PSM is
2012-01-11 Panu MatilainenEliminate archiveSize member from rpmfi
2012-01-11 Panu MatilainenExplicitly tell rpmfiNew() when its being used for...
2012-01-11 Panu MatilainenIssue package install/erase progress callbacks on justd...
2012-01-11 Panu MatilainenEliminate fluff from PSM_INIT
2012-01-11 Panu MatilainenUpdate translations & sync with transifex
2012-01-10 Panu MatilainenOops, forgot to mark our new progress messages for...
2012-01-10 Ville SkyttäAdapt perl and python fileattrs to file 5.10 magics
2012-01-10 Panu MatilainenTransaction element parent is a transaction element...
2012-01-10 Panu MatilainenMinor cleanup to rpmte_Key()
2012-01-05 Panu MatilainenAnd finally, permit --hash and --percent cli-switches...
2012-01-05 Panu MatilainenAdd erasure callback support to rpmShowProgress() and...
2012-01-05 Panu MatilainenIssue actual erasure progress callbacks too
2012-01-05 Panu MatilainenClean up progress callbacks in fsm/psm machinery
2012-01-05 Panu MatilainenAdd enum for RPMCALLBACK_INST_STOP callback event
2012-01-05 Panu MatilainenPass and remember the controlling psm (if any) in fsm
2012-01-05 Panu MatilainenEliminate repackage notification remnants from fsm
2012-01-05 Panu MatilainenUse rpmtsNotify() directly for psm error callbacks
2012-01-04 Ales Kozumplikdocument -D and -E in man.
2012-01-04 Ales KozumplikrpmOption.required is not used.
2012-01-04 Ales Kozumplikrpmrc: do not use that nonexistent rpmOptionValue struct.
2012-01-04 Ales Kozumplikdepends.c: save us one rpmdsNew in addObsoleteErasures.
2012-01-04 Ales Kozumplikdepends.c: unused parameters in addUpgradeErasures...
2012-01-03 Panu MatilainenImplement scriptlet start and stop callbacks (RhBug...
2012-01-03 Panu MatilainenEliminate rpm cli callback internals from the API
2012-01-03 Panu MatilainenEliminate pointless rpmcliPackagesTotal fiddling
2012-01-02 David Malcolmfix the signatures of the METH_NOARGS callbacks
2012-01-02 David Malcolmfix use-after-free within rpmfdFromPyObject's error...
2011-12-23 Ales KozumplikAllow deprecations to work accross colors (RhBug:713323)
2011-12-23 Ales Kozumplikdepends.c:skipColor() is not longer a macro
2011-12-22 David Malcolmmark strings extracted from PyArg_Parse* as "const"
2011-12-21 Ales Kozumpliktypo in header-py.c.
2011-12-21 David Malcolmhandle errors when constructing lists in the Python...
2011-12-21 David Malcolmfix memory leaks in invocations of PyObject_Call
2011-12-15 Panu MatilainenOops, newlines dont belong in format extension output
2011-12-14 Joshua MegermanFix brace matching on multiline constructs in perl...
2011-12-02 Panu MatilainenPull in updated + new translations from Transifex
2011-12-02 Panu MatilainenTeach debugedit about .debug_macro dwarf section (RhBug...
2011-12-01 Panu MatilainenAllow pre- and posttrans to omit interpreter or body...
2011-11-30 Panu MatilainenCache all but FAIL results from rpmdb header verification
2011-11-30 Panu MatilainenPurge rpmdb header verification cache on added pubkeys
2011-11-30 Panu MatilainenEnable fast-import mode for headers from rpmdb
2011-11-30 Panu MatilainenImplement "fast" flag to headerImport()
2011-11-30 Panu MatilainenUpdate internal callers to use headerExport(), no funct...
2011-11-30 Panu MatilainenAdd an enhanced interface for unloading, aka exporting...
next