summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-27Fix disk space checking when zero blocks / inodes are available (rhbz#308171)Panu Matilainen1-2/+2
2007-09-26Remove the deprecated rpmlead definitions from public headersPanu Matilainen2-28/+30
2007-09-26Avoid unnecessary rpmps internals accessPanu Matilainen1-2/+2
2007-09-26Rename whatis() to rpmfiWhatis() for namespacingPanu Matilainen3-11/+11
2007-09-26Eliminate some unnecessary rpmte-internal accesses in psmPanu Matilainen1-8/+6
2007-09-21Hide rpmtag index details from the apiPanu Matilainen1-15/+3
2007-09-21Rename Spec -> rpmSpec for namespacingPanu Matilainen3-7/+7
2007-09-21Oops, remove, not ifdef out..Panu Matilainen1-13/+0
2007-09-21Rename alKey & alNum to rpmal* for namespacingPanu Matilainen7-49/+64
2007-09-21Unexport FSM(I) typedefs, only usable within rpmPanu Matilainen2-10/+4
2007-09-21Unexport rpmpms typedef, nothing outside rpm can use it anywayPanu Matilainen2-5/+2
2007-09-21Remove unused proof-of-concept arch-filtering of dependenciesPanu Matilainen2-148/+1
2007-09-20Rip out unused anaconda-related hacksPanu Matilainen4-30/+2
2007-09-20Rename public fileAction* type to rpmFileAction for namespacingPanu Matilainen9-16/+16
2007-09-20Rename MacroContext and -Entry to rpmMacro* for namespacingPanu Matilainen1-2/+2
2007-09-20Move _free() into system.h for nowPanu Matilainen2-24/+0
2007-09-20Rename fileTypes(_e) to rpmFileTypes for namespacingPanu Matilainen3-10/+10
2007-09-20Rename freeFilesystems() to rpmFreeFilesystems() for namespacingPanu Matilainen2-4/+4
2007-09-20Rename tagName/Value/Type() to rpmTagGet*()Panu Matilainen4-8/+8
2007-09-20Match hardcoded _query_all_fmt default with current macro defaultPanu Matilainen1-1/+1
2007-09-20Move rpmInstall/EraseInterfaceFlags to rpmcli.hPanu Matilainen2-30/+26
2007-09-20Remove the "dressed" rpmHeaderGetEntry() from APIPanu Matilainen2-67/+0