summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-22Lose the now empty header_internal.c sourcePanu Matilainen3-14/+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 Matilainen3-2/+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 Matilainen5-157/+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-17Use grep -E and grep -F instead of egrep and fgrep.Ville Skyttä21-37/+37
2009-12-17Move python ts element key refcounting back to C-side of thingsPanu Matilainen2-3/+6
2009-12-17Permit unexpanded macros to slip through spec tag sanity checks (RhBug:547997)Panu Matilainen2-3/+3
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-09Fix memleak in python ts.hdrFromFdno()Panu Matilainen1-0/+1
2009-12-09Fix a few list-related memleaks in python bindingsPanu Matilainen4-2/+9
2009-12-09Kick out one remaining sqlite reference (in the translations)Panu Matilainen1-1/+0
2009-12-09Remove sqlite hacks from rpmdb.cFlorian Festi1-25/+0
2009-12-08Avoid exposing libmagic dependency in public headersPanu Matilainen2-2/+2
2009-12-08Avoid noise from python bytecompile on non-python pkgs (RhBug:539635)Panu Matilainen1-1/+2
2009-12-07Removed obsolete "db3" entry in dbi_config_defaultFlorian Festi1-1/+1