summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2010-02-25Yank out a bunch of unused definesPanu Matilainen1-15/+0
2010-02-25Lose now unnecessary progTag from psmPanu Matilainen4-19/+6
2010-02-25First rough-cut version of scriptlet abstractionPanu Matilainen5-389/+457
2010-02-25Log all install/erase failures in rpmtsProcess()Panu Matilainen1-0/+2
2010-02-25Move rpmteTypeString() back to rpmte, internal only thoughPanu Matilainen3-9/+12
2010-02-25Kick out stillborn codePanu Matilainen1-11/+0
2010-02-24Clean up handleOneTrigger() a bitPanu Matilainen1-25/+13
2010-02-24Lose unused PSM_RPMIO_FLAGS statePanu Matilainen1-10/+0
2010-02-24Permit simple strings to be returned argv-style from headers tooPanu Matilainen1-1/+2
2010-02-24The lower level script runners dont really need psm for anything nowPanu Matilainen1-13/+9
2010-02-24Bury the signal queue stuff inside runExtScript()Panu Matilainen1-15/+15
2010-02-24Lose psmWait(), instead collect scriptlet runtime stats for all scriptsPanu Matilainen1-24/+8
2010-02-24Push prefix calculation higher in the psm foodchainPanu Matilainen1-31/+28
2010-02-22Remove unused os and arch score from transaction elementsPanu Matilainen1-5/+0
2010-02-22Handle NULL passed to rpmMachineScore()Panu Matilainen1-2/+4
2010-02-09Move rpmVersionCompare() into a more logical placePanu Matilainen2-21/+21
2010-02-09Unify scriptlet execution calling conventions and error handlingPanu Matilainen1-68/+68
2010-02-09Lose unused stillborn psm threading stuff (didn't I already do this?)Panu Matilainen2-13/+0
2010-02-09Use a more reasonable type for rpmteHeaderSize()Panu Matilainen2-3/+3
2010-02-09Move tsortInfo typedef into internal-only headerPanu Matilainen2-5/+5
2010-02-09Bah, missing include in commit 121f73bb4932d15e618e82d5c6d7b43280dc0f7dPanu Matilainen1-0/+1
2010-02-09Add macro expansion queryformat extensionPanu Matilainen2-0/+15
2010-02-05Remove no longer neede rpmts->filesystemCount and->filesystemsFlorian Festi3-5/+0
2010-02-05Clean up commentsFlorian Festi1-3/+3
2010-02-05Consider rpmdb growing when doing space calculationsFlorian Festi1-6/+47
2010-02-05Add rpmteHeaderSizeFlorian Festi2-0/+14
2010-02-04Handle erased packages wrt disk-space problem reporting (RhBug:561160)Panu Matilainen1-2/+6
2010-02-03Kill RPMTAG_FSNAMES and RPMTAG_FSSIZES and everything implementing themFlorian Festi4-493/+4
2010-02-03Fix stupid off by one errorFlorian Festi1-1/+1
2010-02-03Avoid loading information for all filesystemsFlorian Festi1-63/+109
2010-01-21Really fix verification error code to not depend on verbosity (RhBug:557101)Panu Matilainen1-1/+1
2010-01-21Fix double-free segfault on url retrieve to read-only media (RhBug:557118)Panu Matilainen1-1/+1
2010-01-05Move <ctype.h> include out of system.h to the places that need itPanu Matilainen1-0/+1
2010-01-05Move <errno.h> include out of system.h to the places that need itPanu Matilainen13-0/+15
2010-01-05Remove <string.h> include from system.h into the few places that still needPanu Matilainen1-0/+1
2010-01-05Include <stdlib.h> as necessary instead of system.hPanu Matilainen2-0/+2
2010-01-05Shove the mount entry include voodoo where sun doesn't ... <cough> fs.cPanu Matilainen1-0/+51
2010-01-05Sanitize i18nTag() when NLS disabledPanu Matilainen1-5/+3
2010-01-05Remove libcap stuff out of system.hPanu Matilainen3-1/+7
2010-01-05Move <mcheck.h> include out of system.h to the couple of places that carePanu Matilainen1-0/+4
2010-01-05Unconditionally include <sys/wait.h> where neededPanu Matilainen2-0/+2
2010-01-05Move sys/mman.h include out of system.h to the places that carePanu Matilainen1-0/+4
2010-01-05Move libacl.h include out of system.h to the only place that caresPanu Matilainen1-0/+4
2010-01-05Unconditionally include <netdb.h> where needed instead of system.hPanu Matilainen2-2/+2
2010-01-05Sanitize signature checking formatResult() a bitPanu Matilainen1-6/+3
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