Modify how to make symbolic link in 'find-debuginfo.sh' script
[platform/upstream/rpm.git] / lib / rpmlib.h
2012-03-30 Ales Kozumplikrpmbuild: warn if header color differs from color of...
2012-03-09 Panu MatilainenEliminate rpmSetTable() from the API
2011-10-06 Panu MatilainenEliminate headerCheckPayloadFormat() from the API
2011-10-06 Panu MatilainenEliminate headerMergeLegacySigs() from the API
2011-10-06 Panu MatilainenEliminate leftover headerRegenSigHeader() function
2010-10-06 Panu MatilainenRemove filesystem related leftover API definitions
2009-03-19 Panu MatilainenMove leftover signature stuff from rpmlib.h to signature.h
2008-07-09 Panu MatilainenCheck for _RPM_4_4_COMPAT in rpmlib.h too
2008-07-08 Panu MatilainenInclude legacy compat from rpmlib.h to cover maximum...
2008-07-03 Panu MatilainenParameter name + doc mismatch on rpmVerifySignature()
2008-07-01 Panu MatilainenPass keyring, not the full ts to lowlevel signature...
2008-06-30 Panu MatilainenDetach pgp digest from transaction set
2008-06-30 Panu MatilainenDetach signature tag data from transaction set
2008-06-12 Panu MatilainenChange rpmGetFilesystemUsage() size args to rpm_loff_t
2008-05-21 Panu MatilainenSlight tweak to rpmvercmp() docs as suggested by Pixel
2008-05-12 Panu MatilainenMove headerVerifyInfo() to header.[ch] where it logical...
2008-04-03 Panu MatilainenStart eliminating static buffers from header/signature...
2008-03-07 Panu MatilainenFurther constants made readonly...
2008-02-05 Panu MatilainenPort some rpmds improvements from rpm5.org
2008-02-04 Panu MatilainenMake check-programs build again, assorted type-fiddlings..
2008-02-03 Panu MatilainenStuff signature tags to rpmtag.h along with other tags...
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu MatilainenUse rpmsenseFlags type for dependency flags everywhere...
2008-01-30 Panu MatilainenMove HGE and related prototypes to header.h
2008-01-30 Panu MatilainenStick relocation struct to rpmfi, typedef to rpmtypes...
2008-01-30 Panu MatilainenMove rpmRC definition to rpmtypes
2008-01-30 Panu MatilainenMove rpmts and other major data typedefs to rpmtypes...
2007-12-19 Panu MatilainenAdd rpm_data_t (and _constdata_t) for header data,...
2007-12-18 Panu MatilainenRemove bogus const from rpmInstallSource*() parameters
2007-12-16 Panu MatilainenRemove const from bunch of error message return types
2007-12-13 Panu MatilainenUse rpm_tagtype_t everywhere for rpm (header) tagtype...
2007-12-13 Panu MatilainenUse rpm_tag_t everywhere for rpm (header) tag type
2007-12-13 Panu MatilainenUse rpm_count_t everywhere for header data count
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-03 Panu MatilainenRename _rpmdbMatchIterator -> rpmdbMatchIterator_s
2007-12-03 Panu MatilainenSplit RPMTAG_* and related functions out of rpmlib...
2007-12-02 Panu MatilainenMove rpmprobFilterFlag enums to rpmps where they logica...
2007-12-02 Panu MatilainenMove rpmsenseFlag enums to rpmds where they logically...
2007-12-02 Panu MatilainenMove rpmtransFlags enums to rpmts.h where it logically...
2007-12-02 Panu MatilainenMove file action enums to rpmfi where they logically...
2007-12-02 Panu MatilainenMove RPMFILE_* file attributes to rpmfi.h
2007-12-02 Panu MatilainenMove file state defs to rpmfi where they logically...
2007-12-02 Panu MatilainenMove file type enums to rpmfi where it logically belongs
2007-12-01 Panu MatilainenMove headerN(E)VR(A) declarations from rpmlib.h to...
2007-12-01 Panu MatilainenAdd separate public header for callback declarations
2007-11-23 Panu MatilainenAdd a bunch of missing groupings to rpmlib.h items
2007-11-23 Panu MatilainenAdd rpmtag + tag api doxygen group to librpm + hacking...
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-11-08 Panu MatilainenKill off deprecated and unused rpmGetMachine() entirely
2007-11-08 Panu MatilainenRemove rpmSetMachine() from API
2007-11-08 Panu MatilainenRemove rpmGetVar, rpmSetVar from API
2007-10-26 Ralf CorsépiusEliminate [u|]int_[8|16|32]. Use c99 stdint.h types...
2007-10-09 Panu MatilainenMake rpmerr.h private, include directly where needed.
2007-10-08 Ralf Corsépius'Adjust extern C {} blocks.'
2007-09-26 Panu MatilainenRemove the deprecated rpmlead definitions from public...
2007-09-21 Panu MatilainenHide rpmtag index details from the api
2007-09-21 Panu MatilainenRename Spec -> rpmSpec for namespacing
2007-09-21 Panu MatilainenOops, remove, not ifdef out..
2007-09-21 Panu MatilainenRename alKey & alNum to rpmal* for namespacing
2007-09-21 Panu MatilainenUnexport FSM(I) typedefs, only usable within rpm
2007-09-21 Panu MatilainenUnexport rpmpms typedef, nothing outside rpm can use...
2007-09-20 Panu MatilainenRip out unused anaconda-related hacks
2007-09-20 Panu MatilainenRename public fileAction* type to rpmFileAction for...
2007-09-20 Panu MatilainenAutomated merge with ssh://pmatilai@login.linux.duke...
2007-09-20 Panu MatilainenRename MacroContext and -Entry to rpmMacro* for namespacing
2007-09-20 Panu MatilainenMove _free() into system.h for now
2007-09-20 Panu MatilainenRename fileTypes(_e) to rpmFileTypes for namespacing
2007-09-20 Panu MatilainenRename freeFilesystems() to rpmFreeFilesystems() for...
2007-09-20 Panu MatilainenRename tagName/Value/Type() to rpmTagGet*()
2007-09-20 Panu MatilainenMove rpmInstall/EraseInterfaceFlags to rpmcli.h
2007-09-20 Panu MatilainenRemove the "dressed" rpmHeaderGetEntry() from API
2007-09-19 Panu MatilainenRemove long since dead rpmrc provides code
2007-09-11 Ralf CorsépiusRemove splint tags.
2007-09-04 Ralf Corsépius#include <popt.h> instead of "popt.h".
2007-09-03 Panu MatilainenAutomated merge with file:/home/pmatilai/repos/rpm...
2007-09-03 Panu MatilainenAutomated merge with ssh://login.linux.duke.edu//home...
2007-09-03 Panu MatilainenRip out selinux file contexts from headers.
2007-07-16 Panu MatilainenUse binary search for looking up tag values + types.
2007-07-16 Panu MatilainenFull sync of RPMTAG_* definitions with rpm5.org.
2007-07-13 Panu MatilainenUpdate tagtype definitions wrt rpm5.org
2007-07-12 Panu MatilainenKill of RPMTAG_RHNPLATFORM: don't add to header, mark...
2007-07-12 Panu Matilainenint vs ptr sizes differ on some platforms, make alNum...
2007-07-10 Panu MatilainenRemove const type-qualifiers from function return types...
2007-06-19 Panu MatilainenRename headerCheckPayload() -> headerCheckPayloadFormat()
2007-05-24 Panu MatilainenCheck for supported payload format on package install...
2005-07-12 jbj- added CVSId: tag and SVNId: alias (#162807).
2005-03-17 jbjAdd tagType().
2004-10-20 jbjDoxygen fiddles.
2004-10-19 jbjMerge iterator types into pseudo tags.
2004-10-18 jbjAdd generalized iterator to rpmlib.
2004-10-09 jbjFlush changes from rpm-4_3 branch.
2004-09-30 jbj- prevent RPMSENSE_PREREQ from being set or tested.
2004-09-30 jbj- add Disttag: syntax to spec file parser and header...
2004-06-15 jbjCorrect typos.
2004-06-15 jbj- add type to tag array.
2004-06-10 jbj- add 'requires' and 'conflicts' tag aliases.
2004-04-01 jbjrevert buildtime tie breaking, not the right thing...
2004-03-16 niemeyer- Implemented support for internal Lua scripts.
2004-03-05 paulnAdded todo for types for tagtbl
2004-01-03 jbjAdd %policy marker to suck *.te content into metadata.
next