summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius27-326/+326
2007-10-26Fix invalid ifdef-outed code breaking syntax highlighting :)Panu Matilainen1-2/+2
2007-10-26Remove dead rpmal codePanu Matilainen1-33/+0
2007-10-26Rename rpmcliImportPubkey() -> rpmtsImportPubkey()Panu Matilainen4-144/+143
2007-10-24Use NEVRA, not NEVR everywhere for rpmProblemsPanu Matilainen3-12/+12
2007-10-23Pass -1 to setVarDefault for optflags.Ralf Corsépius1-1/+1
2007-10-23Eliminate dead code in setPathDefault, setVarDefault.Ralf Corsépius1-22/+2
2007-10-22Remove bunch of unnecessary rpmio_internal includesPanu Matilainen4-4/+0
2007-10-22Fix rpmts.h internal includes instead of working around in rpminstall.cPanu Matilainen2-1/+1
2007-10-22Use rpmtsGet/SetDBMode() to eliminate needs for _RPMTS_INTERNALPanu Matilainen3-6/+6
2007-10-22Add set + get methods from ts dbmodePanu Matilainen2-0/+34
2007-10-19Rename rpmpsProblem() -> rpmpsGetProblem() to make purpose clearerPanu Matilainen3-6/+6
2007-10-19Make rpmProblem standalone "object"Panu Matilainen2-39/+98
2007-10-19Eliminate rpmps and rpmProblem structure details from the APIPanu Matilainen2-26/+26
2007-10-19Add methods for accessing rpmProblem dataPanu Matilainen2-0/+73
2007-10-18Use iterators for rpmpsPrint()Panu Matilainen1-6/+9
2007-10-18Make verifyDependencies() use rpmps iterator interfacePanu Matilainen1-36/+12
2007-10-18Add API for iterating over rpmps problemsPanu Matilainen2-0/+79
2007-10-17Cleanup CPPFLAGS.Ralf Corsépius1-2/+2
2007-10-17Expand AM_CPPFLAGS.Ralf Corsépius1-7/+7
2007-10-17Remove refs to emacs.Ralf Corsépius1-7/+0
2007-10-16Remove unimplemented, unused RPMPROB_BADPRETRANSPanu Matilainen2-6/+0
2007-10-11Clarify rpmtsCheck() documentation (rhbz#159638)Panu Matilainen1-1/+6
2007-10-11Make default _topdir vendor agnosticPanu Matilainen1-1/+1
2007-10-10Move pkginc_HEADERS to toplevel Makefile.amRalf Corsépius1-6/+0
2007-10-09Permit src.rpm installation to be interruptedPanu Matilainen1-0/+1
2007-10-09Make rpmerr.h private, include directly where needed.Panu Matilainen14-1/+13
2007-10-09Let tufdio use rpmio_internal.. its for internal testing only anywayPanu Matilainen1-1/+2
2007-10-09Use RPMLOG_ levels instead of RPMMESS for verbosity settingPanu Matilainen1-1/+1
2007-10-09Replace all uses of RPMMESS_FATALERROR with RPMLOG_CRITPanu Matilainen1-5/+5
2007-10-09Replace all uses of RPMMESS_VERBOSE with RPMLOG_INFOPanu Matilainen2-4/+4
2007-10-09Replace all uses of RPMMESS_WARNING with RPMLOG_WARNINGPanu Matilainen8-18/+18
2007-10-09Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICEPanu Matilainen6-14/+14
2007-10-09Replace all uses of RPMMESS_ERROR with RPMLOG_ERRPanu Matilainen7-32/+32
2007-10-09Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUGPanu Matilainen14-126/+126
2007-10-09Replace all rpmMessage() uses with rpmlog()Panu Matilainen18-194/+194
2007-10-09Replace all rpmError() uses with rpmlog()Panu Matilainen14-127/+127
2007-10-09Fix tufdio build after rpmio cleanupsPanu Matilainen1-1/+1
2007-10-08Make headers self-contained.Ralf Corsépius1-0/+2
2007-10-08Make headers self-contained.Ralf Corsépius2-0/+2
2007-10-08Make headers self-contained.Ralf Corsépius2-0/+5
2007-10-08'Adjust extern C {} blocks.'Ralf Corsépius11-40/+48
2007-10-08Use 'file' instead of '<file>' to work around include path issues.Ralf Corsépius1-4/+4
2007-10-08Do not include "system.h".Ralf Corsépius1-1/+0
2007-10-08Include "system.h"Ralf Corsépius1-0/+1
2007-10-06Add description-stubs to doxygen blocks to silence doxygen warnings.Ralf Corsépius2-3/+5
2007-10-05Adjust broken \file.Ralf Corsépius1-1/+1
2007-10-04Change strntoul to using size_t for sizes.Ralf Corsépius1-1/+1
2007-10-04Stop checking for machine/types.h (Private header of some OSes not supposed t...Ralf Corsépius1-4/+0
2007-10-01Remove (unused).Ralf Corsépius1-11/+0