summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2010-01-04Use MAP_FAILED instead of hardwired (void *)-1Panu Matilainen1-4/+4
2010-01-04Re-enable mmap test in configure & fix the code build againPanu Matilainen1-0/+1
2010-01-04Require lchown() and remove ancient broken chown kludgeryPanu Matilainen2-5/+0
2009-12-23Include <utime.h> where needed instead of system.hPanu Matilainen2-0/+2
2009-12-23Move major, minor + makedev portability stuff out of system.h, simplifyPanu Matilainen1-0/+8
2009-12-23Dont include <pwd.h> from system.h, dont bother checking for it eitherPanu Matilainen1-0/+1
2009-12-23Only rpmrc.c cares about utsname.h, move out of system.hPanu Matilainen1-0/+4
2009-12-23Dont include grp.h from system.h, dont bother checking in configure eitherPanu Matilainen1-4/+4
2009-12-23Move getpass() portability tweaks out of system.hPanu Matilainen1-0/+5
2009-12-22Kill off last remaining uses of _constfree()Panu Matilainen2-23/+24
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