summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-23Move getopt() portability fiddles out of system.hPanu Matilainen2-4/+6
2009-12-23Dont include <pwd.h> from system.h, dont bother checking for it eitherPanu Matilainen5-5/+4
2009-12-23Dont bother including <sys/socket.h>, we dont use anything from therePanu Matilainen2-6/+1
2009-12-23Dont bother including <err.h>, we dont use anything from therePanu Matilainen1-4/+0
2009-12-23Only rpmrc.c cares about utsname.h, move out of system.hPanu Matilainen2-4/+4
2009-12-23Dont include grp.h from system.h, dont bother checking in configure eitherPanu Matilainen4-10/+6
2009-12-23Dont bother checking and including a header we dont use or needPanu Matilainen2-6/+0
2009-12-23Move malloc portability tweaks out of system.hPanu Matilainen2-9/+10
2009-12-23We dont use memchr() anywherePanu Matilainen1-1/+0
2009-12-23Move getpass() portability tweaks out of system.hPanu Matilainen2-5/+5
2009-12-23Dont bother checking for a header we dont usePanu Matilainen2-6/+1
2009-12-23Dont bother checking for functions we dont usePanu Matilainen2-16/+3
2009-12-23Use AC_PROG_MKDIR_P for testing mkdir -p capabilityPanu Matilainen2-40/+13
2009-12-22Use %{__mkdir_p} macro in build instead of hardwired RPM_MKDIR_PPanu Matilainen2-3/+5
2009-12-22Remove unused h_errno test from configure.acPanu Matilainen1-7/+0
2009-12-22Kill off last remaining uses of _constfree()Panu Matilainen3-24/+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 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