tools/librpm-tizen.git
2009-12-22 Panu MatilainenMove the legacy compatibility goo into legacy.c
2009-12-22 Panu MatilainenMove the higher level convenience functions out of...
2009-12-22 Panu MatilainenRename hdrNVR.c to more obvious and generic headerutil.c
2009-12-21 Panu MatilainenWork on tsortinfo instead of ts elements when ordering...
2009-12-21 Panu MatilainenWork on tsortInfo nodes directly when detecting SCC's
2009-12-21 Panu MatilainenRecord relations to tsortInfos instead of transaction...
2009-12-21 Panu MatilainenSave pointer to ts element in the tsort info struct
2009-12-21 Panu MatilainenAvoid a bunch of redundant rpmteTSI() calls
2009-12-21 Panu MatilainenEliminate unnecessary depth member from tsortinfo
2009-12-21 Panu MatilainenEliminate unnecessary npreds member from tsort info
2009-12-21 Panu MatilainenEliminate unused tree index and degree from ordering...
2009-12-21 Panu MatilainenAvoid a few unnecessary rpmteTSI() calls in addRelation()
2009-12-21 Panu MatilainenRemove unused ordering related members from rpmts struct
2009-12-21 Panu MatilainenBury ordering structures and their alloc+free inside...
2009-12-21 Panu MatilainenEliminate the rpmte tsort info manipulation public API
2009-12-21 Panu MatilainenConvert rpmtsOrder() to manipulate the tsort data from...
2009-12-21 Panu MatilainenConvert addRelation() to manipulate the tsort data...
2009-12-21 Panu MatilainenConvert collectTE() to manipulate the tsort data from...
2009-12-21 Panu MatilainenAvoid some unnecessary rpmteTSI() calls in collectTE()
2009-12-21 Panu MatilainenMove tsort data out of rpmte into, duh, tsortInfo
2009-12-18 Panu MatilainenMove transaction element iterator into rpmts.c where...
2009-12-17 Panu MatilainenEliminate unused and unnecessary rpmteBreadth() and...
2009-12-17 Panu MatilainenEliminate unnecessary rpmtsiOc()
2009-12-17 Panu MatilainenEliminate unused + unnecessary transaction element...
2009-12-17 Panu MatilainenEliminate unnecessary ts ping-pong inside rpmte
2009-12-17 Panu MatilainenFix ts element package file size on large packages
2009-12-17 Panu MatilainenEliminate now unnecessary rpmteFd()
2009-12-17 Panu MatilainenMove payload open into rpmte (internal) method
2009-12-17 Panu MatilainenHardwire lead major version to 3 (RhBug:546663)
2009-12-17 Ville SkyttäUse grep -E and grep -F instead of egrep and fgrep.
2009-12-17 Panu MatilainenMove python ts element key refcounting back to C-side...
2009-12-17 Panu MatilainenPermit unexpanded macros to slip through spec tag sanit...
2009-12-16 Panu MatilainenAvoid mucking with fsm->rdbuf in fsmRmdirs() and fsmMkd...
2009-12-16 Panu MatilainenRemove now unnecessary const-avoidance construct
2009-12-16 Panu MatilainenConst-correctness on fsmRmdirs() and fsmMkdirs()
2009-12-16 Panu MatilainenRemove bogus const from fsm [o]path members and use...
2009-12-16 Panu MatilainenSimplify fsmFsPath()
2009-12-15 Panu MatilainenKill of ancient unused kludgery over buggy packages
2009-12-15 Panu MatilainenKill off stillborn fsm threading stuff
2009-12-15 Panu MatilainenKill off stillborn "not yet" code from 2001
2009-12-15 Panu MatilainenEliminate transaction disk space checking functions...
2009-12-09 Panu MatilainenFix memleak in python ts.hdrFromFdno()
2009-12-09 Panu MatilainenFix a few list-related memleaks in python bindings
2009-12-09 Panu MatilainenKick out one remaining sqlite reference (in the transla...
2009-12-09 Florian FestiRemove sqlite hacks from rpmdb.c
2009-12-08 Panu MatilainenAvoid exposing libmagic dependency in public headers
2009-12-08 Panu MatilainenAvoid noise from python bytecompile on non-python pkgs...
2009-12-07 Florian FestiRemoved obsolete "db3" entry in dbi_config_default
2009-12-07 Florian FestiRemove support for sqlite based rpm database
2009-12-07 Panu MatilainenPreparing for 4.8.0-beta1
2009-12-07 Panu MatilainenBump soname for all our libraries
2009-12-07 Panu Matilainents.check() is supposed to return empty list when no...
2009-12-07 Panu MatilainenDisable the entire rpm.td type for now
2009-12-07 Panu MatilainenMake python header iterator return keys, not values
2009-12-07 Panu MatilainenAlways return malloced data from i18n extensions for...
2009-12-05 Panu MatilainenBump up the python version requirement to match reality
2009-12-02 Panu MatilainenFix the posix chown test for selinux enabled systems...
2009-12-02 Panu MatilainenBack out overly strict file type check on %ghost files
2009-11-27 Panu MatilainenUse AS_HELP_STRING() for configure option output
2009-11-27 Panu MatilainenRemove pointless message translation from check-buildroot
2009-11-27 Panu MatilainenRemove ancient broken scripts from the repository
2009-11-27 Panu MatilainenFiddling with ulimit settings does not belong to dep...
2009-11-27 Panu MatilainenCorrectly pass optional tag argument from hdr.dsFromHea...
2009-11-27 Panu MatilainenDont try to pass anything to rpm.fi() from hdr.fiFromHe...
2009-11-26 Panu MatilainenDont fail build on unrecognized non-executable files...
2009-11-26 Panu MatilainenJust use autoreconf in autogen.sh (ticket #109)
2009-11-25 Panu MatilainenFix signature password checking result on abnormal...
2009-11-25 Panu MatilainenWe can't handle OpenPGP subkeys or secret keys, so...
2009-11-24 Panu MatilainenDont blow up on headers without requireflags in rpmdsNew()
2009-11-24 Panu MatilainenNuke leftover debug junk
2009-11-24 Panu MatilainenSupport constructing header data from python
2009-11-24 Panu MatilainenDisable rpm.td type for now
2009-11-23 Panu MatilainenFix hdrContains() return value on error
2009-11-23 Panu MatilainenRemove bogus rpmpopt.pot file (ticket #77)
2009-11-21 Panu MatilainenRemove hdr.has_key() method, support 'key in h' style...
2009-11-21 Panu MatilainenRemove unnecessary hdr.instance() method
2009-11-21 Panu MatilainenTypos in exception messages
2009-11-20 Panu MatilainenError out early trying to install on readonly fs (ticke...
2009-11-20 Panu MatilainenConvert French man page to Unix line-endings
2009-11-20 Panu MatilainenFix build with binutils-gold (ticket #107)
2009-11-20 Panu MatilainenAdd RPMTAG_EPOCHNUM tag extension
2009-11-19 Panu MatilainenAdd spec package type with access to headers to python...
2009-11-19 Panu MatilainenPermit header object generation from PyCObjects
2009-11-18 Panu MatilainenLose the silly specFromSpec()
2009-11-18 Panu MatilainenTurn current python spec methods into read-only attribu...
2009-11-18 Panu MatilainenSanitize python spec.sources()
2009-11-18 Panu MatilainenPut a bit of sanity into python spec methods
2009-11-18 Panu MatilainenOops, tp_dealloc doesn't return anything
2009-11-18 Panu MatilainenFix rpmProblem reference counting in python bindings
2009-11-18 Panu MatilainenDeclare a few python functions only taking one argument...
2009-11-18 Panu MatilainenRip python checkSignals() wtf'ery
2009-11-18 Panu MatilainenPython archscore() only ever takes one argument, simplify
2009-11-18 Panu MatilainenMake python ts.problems() return a python list, not...
2009-11-18 Panu MatilainenRemove unused psFromPs()
2009-11-18 Panu MatilainenEliminate broken rpmps append() method from python...
2009-10-30 Panu MatilainenAdd in-memory hash for caching rpmdb dependency lookups
2009-10-30 Panu MatilainenDocument our new format extensions
2009-10-30 Panu MatilainenAdd file verifyflags format extension
2009-10-30 Panu MatilainenAdd file state format extension
2009-10-30 Panu MatilainenUpdate rpmtd formats comments to match reality
next