summaryrefslogtreecommitdiff
path: root/lib/rpmlib.h
AgeCommit message (Expand)AuthorFilesLines
2007-11-23Add a bunch of missing groupings to rpmlib.h itemsPanu Matilainen1-14/+16
2007-11-23Add rpmtag + tag api doxygen group to librpm + hacking docsPanu Matilainen1-5/+5
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-3/+3
2007-11-08Kill off deprecated and unused rpmGetMachine() entirelyPanu Matilainen1-11/+0
2007-11-08Remove rpmSetMachine() from APIPanu Matilainen1-12/+0
2007-11-08Remove rpmGetVar, rpmSetVar from APIPanu Matilainen1-21/+0
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-6/+6
2007-10-09Make rpmerr.h private, include directly where needed.Panu Matilainen1-1/+0
2007-10-08'Adjust extern C {} blocks.'Ralf Corsépius1-4/+4
2007-09-26Remove the deprecated rpmlead definitions from public headersPanu Matilainen1-28/+0
2007-09-21Hide rpmtag index details from the apiPanu Matilainen1-15/+3
2007-09-21Rename Spec -> rpmSpec for namespacingPanu Matilainen1-1/+1
2007-09-21Oops, remove, not ifdef out..Panu Matilainen1-13/+0
2007-09-21Rename alKey & alNum to rpmal* for namespacingPanu Matilainen1-0/+2
2007-09-21Unexport FSM(I) typedefs, only usable within rpmPanu Matilainen1-10/+0
2007-09-21Unexport rpmpms typedef, nothing outside rpm can use it anywayPanu Matilainen1-5/+0
2007-09-20Rip out unused anaconda-related hacksPanu Matilainen1-1/+0
2007-09-20Rename public fileAction* type to rpmFileAction for namespacingPanu Matilainen1-2/+2
2007-09-20Rename MacroContext and -Entry to rpmMacro* for namespacingPanu Matilainen1-2/+2
2007-09-20Move _free() into system.h for nowPanu Matilainen1-12/+0
2007-09-20Rename fileTypes(_e) to rpmFileTypes for namespacingPanu Matilainen1-2/+2
2007-09-20Rename freeFilesystems() to rpmFreeFilesystems() for namespacingPanu Matilainen1-1/+1
2007-09-20Rename tagName/Value/Type() to rpmTagGet*()Panu Matilainen1-4/+4
2007-09-20Move rpmInstall/EraseInterfaceFlags to rpmcli.hPanu Matilainen1-30/+0
2007-09-20Remove the "dressed" rpmHeaderGetEntry() from APIPanu Matilainen1-16/+0
2007-09-19Remove long since dead rpmrc provides codePanu Matilainen1-1/+0
2007-09-11Remove splint tags.Ralf Corsépius1-219/+74
2007-09-04#include <popt.h> instead of "popt.h".Ralf Corsépius1-1/+1
2007-09-03Rip out selinux file contexts from headers.Panu Matilainen1-1/+1
2007-07-16Use binary search for looking up tag values + types.Panu Matilainen1-11/+26
2007-07-16Full sync of RPMTAG_* definitions with rpm5.org.Panu Matilainen1-48/+80
2007-07-13Update tagtype definitions wrt rpm5.orgPanu Matilainen1-41/+40
2007-07-12Kill of RPMTAG_RHNPLATFORM: don't add to header, mark deprecated.Panu Matilainen1-1/+1
2007-07-12int vs ptr sizes differ on some platforms, make alNum intptr_t to fixPanu Matilainen1-1/+1
2007-07-10Remove const type-qualifiers from function return types everywhere.Panu Matilainen1-1/+1
2007-06-19Rename headerCheckPayload() -> headerCheckPayloadFormat()Panu Matilainen1-1/+1
2007-05-24Check for supported payload format on package install. (rhbz#140052)Panu Matilainen1-0/+7
2005-07-12- added CVSId: tag and SVNId: alias (#162807).jbj1-0/+3
2005-03-17Add tagType().jbj1-4/+12
2004-10-20Doxygen fiddles.jbj1-9/+9
2004-10-19Merge iterator types into pseudo tags.jbj1-1/+4
2004-10-18Add generalized iterator to rpmlib.jbj1-0/+5
2004-10-09Flush changes from rpm-4_3 branch.jbj1-2/+3
2004-09-30- prevent RPMSENSE_PREREQ from being set or tested.jbj1-1/+2
2004-09-30- add Disttag: syntax to spec file parser and header content.jbj1-0/+8
2004-06-15Correct typos.jbj1-2/+2
2004-06-15- add type to tag array.jbj1-133/+133
2004-06-10- add 'requires' and 'conflicts' tag aliases.jbj1-2/+8
2004-04-01revert buildtime tie breaking, not the right thing to do.jbj1-2/+2
2004-03-16- Implemented support for internal Lua scripts.niemeyer1-0/+4