summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2009-12-22Make header struct really opaque outside header.cPanu Matilainen2-28/+26
2009-12-22Remove redundant NULL-checkPanu Matilainen1-1/+0
2009-12-22Eliminate unnecessary url parsing from rpmtsRootDir()Panu Matilainen1-21/+1
2009-12-22Lose the now empty header_internal.c sourcePanu Matilainen2-13/+1
2009-12-22Move htonll() into header.c and make static, not needed elsewherePanu Matilainen3-15/+9
2009-12-22Move the legacy compatibility goo into legacy.cPanu Matilainen3-159/+147
2009-12-22Move the higher level convenience functions out of header.cPanu Matilainen2-177/+173
2009-12-22Rename hdrNVR.c to more obvious and generic headerutil.cPanu Matilainen2-1/+1
2009-12-21Work on tsortinfo instead of ts elements when ordering everywherePanu Matilainen1-59/+51
2009-12-21Work on tsortInfo nodes directly when detecting SCC'sPanu Matilainen1-52/+38
2009-12-21Record relations to tsortInfos instead of transaction elementsPanu Matilainen1-17/+16
2009-12-21Save pointer to ts element in the tsort info structPanu Matilainen1-0/+2
2009-12-21Avoid a bunch of redundant rpmteTSI() callsPanu Matilainen1-8/+10
2009-12-21Eliminate unnecessary depth member from tsortinfoPanu Matilainen1-22/+9
2009-12-21Eliminate unnecessary npreds member from tsort infoPanu Matilainen1-5/+1
2009-12-21Eliminate unused tree index and degree from ordering calculationsPanu Matilainen1-22/+3
2009-12-21Avoid a few unnecessary rpmteTSI() calls in addRelation()Panu Matilainen1-6/+6
2009-12-21Remove unused ordering related members from rpmts structPanu Matilainen3-9/+0
2009-12-21Bury ordering structures and their alloc+free inside order.cPanu Matilainen4-76/+59
2009-12-21Eliminate the rpmte tsort info manipulation public APIPanu Matilainen2-120/+0
2009-12-21Convert rpmtsOrder() to manipulate the tsort data from tsortInfo directlyPanu Matilainen1-6/+7
2009-12-21Convert addRelation() to manipulate the tsort data from tsortInfo directlyPanu Matilainen1-4/+4
2009-12-21Convert collectTE() to manipulate the tsort data from tsortInfo directlyPanu Matilainen1-10/+10
2009-12-21Avoid some unnecessary rpmteTSI() calls in collectTE()Panu Matilainen1-8/+8
2009-12-21Move tsort data out of rpmte into, duh, tsortInfoPanu Matilainen2-20/+20
2009-12-18Move transaction element iterator into rpmts.c where it logically belongsPanu Matilainen6-84/+81
2009-12-17Eliminate unused and unnecessary rpmteBreadth() and rpmteSetBreadth()Panu Matilainen2-31/+0
2009-12-17Eliminate unnecessary rpmtsiOc()Panu Matilainen4-20/+3
2009-12-17Eliminate unused + unnecessary transaction element iterator modePanu Matilainen3-9/+3
2009-12-17Eliminate unnecessary ts ping-pong inside rpmtePanu Matilainen2-12/+9
2009-12-17Fix ts element package file size on large packagesPanu Matilainen1-6/+1
2009-12-17Eliminate now unnecessary rpmteFd()Panu Matilainen2-12/+0
2009-12-17Move payload open into rpmte (internal) methodPanu Matilainen3-11/+18
2009-12-17Hardwire lead major version to 3 (RhBug:546663)Panu Matilainen1-1/+1
2009-12-16Avoid mucking with fsm->rdbuf in fsmRmdirs() and fsmMkdirs()Panu Matilainen1-6/+2
2009-12-16Remove now unnecessary const-avoidance constructPanu Matilainen1-5/+2
2009-12-16Const-correctness on fsmRmdirs() and fsmMkdirs()Panu Matilainen1-12/+11
2009-12-16Remove bogus const from fsm [o]path members and use of _constfree()Panu Matilainen2-45/+40
2009-12-16Simplify fsmFsPath()Panu Matilainen1-13/+6
2009-12-15Kill of ancient unused kludgery over buggy packagesPanu Matilainen1-6/+0
2009-12-15Kill off stillborn fsm threading stuffPanu Matilainen2-14/+0
2009-12-15Kill off stillborn "not yet" code from 2001Panu Matilainen1-33/+0
2009-12-15Eliminate transaction disk space checking functions from the APIPanu Matilainen4-243/+205
2009-12-09Remove sqlite hacks from rpmdb.cFlorian Festi1-25/+0
2009-12-07Removed obsolete "db3" entry in dbi_config_defaultFlorian Festi1-1/+1
2009-12-07Remove support for sqlite based rpm databaseFlorian Festi7-1733/+193
2009-12-07Bump soname for all our librariesPanu Matilainen1-1/+1
2009-12-07Always return malloced data from i18n extensions for consistencyPanu Matilainen1-1/+1
2009-11-25Fix signature password checking result on abnormal conditions (RhBug:496754)Panu Matilainen1-1/+2
2009-11-24Dont blow up on headers without requireflags in rpmdsNew()Panu Matilainen1-1/+1