Add macro %isu_package to generate ISU Package
[platform/upstream/rpm.git] / lib / rpmfi.h
2013-02-03 Elena ReshetovaAdding manifest support for rpmbuild
2012-11-01 Panu MatilainenHide the strpool-related rpmts/rpmfi/rpmds interfaces...
2012-09-12 Panu MatilainenAdd getters for rpmfi base- and directory name pool...
2012-09-12 Panu MatilainenAdd getter methods for rpmds and rpmfi string pool...
2012-09-07 Panu MatilainenAdd an alternative rpmfi constructor to allow shared...
2012-05-16 Panu MatilainenExplicitly differentate internal/exported file attributes
2012-01-11 Panu MatilainenEliminate no longer needed RPMFI_ISBUILD and RPMFI_ISSO...
2011-09-01 Panu MatilainenAdd + use helper macro for testing for installed file...
2010-10-22 Panu MatilainenEliminate pgpHashAlgo uses in librpm side
2010-10-22 Panu MatilainenChange rpmfiNew() tag argument to rpmTagVal
2010-09-28 Panu MatilainenMake RPMFILE_STATE_MISSING part of the rpmfileState...
2010-09-21 Panu MatilainenStop abusing enum typedefs for bitfield types
2010-09-13 Panu MatilainenEliminate all fooUnlink() functions out of the API
2010-09-01 Steve LawrenceRemove the existing %policy directive
2010-03-22 Panu MatilainenLose the useless rpmfi refcounting etc debug messages...
2009-03-27 Panu MatilainenLose unused/useless Type and tagN fields from rpmfi...
2008-12-22 Panu MatilainenPerform relocations from rpmte instead of rpmfi
2008-12-11 Panu MatilainenAdd public rpmfi function for retrieving digest algorit...
2008-12-10 Florian FestiMove ->actions from rpmfi to rpmfs
2008-11-27 Panu MatilainenEliminate silly rpmfiTypeString()
2008-11-20 Panu MatilainenAdd rpmfiFLang() method for retrieving file language(s)
2008-11-19 Panu MatilainenOops, file modes are needed on erase too to avoid suffi...
2008-11-18 Panu MatilainenUse finer grained rpmfi creation flags for in rpmteNew()
2008-11-18 Panu MatilainenAdd preliminary rpmfi flag groupings for base operations
2008-11-18 Panu MatilainenAdd control bits for all (relevant) parts of rpmfi...
2008-11-18 Panu MatilainenNuke useless rpmfiFContext()
2008-11-18 Panu MatilainenRemember rpmfi creation flags
2008-11-14 Panu MatilainenAdd more flags to control rpmfi creation
2008-11-11 Panu MatilainenAdd rpmfi get + set methods for file actions
2008-10-30 Panu MatilainenAdd couple of new rpmfi flags for file classes and...
2008-10-30 Panu MatilainenTurn rpmfiNew() scareMem argument into bitfield of...
2008-10-29 Panu MatilainenAdd fsm and rpmfi machinery for file capabilities
2008-06-12 Panu MatilainenMake rpmfiFSize() return rpm_loff_t type, fixup callers
2008-06-10 Panu MatilainenEliminate rpmfiBuildFNames() from the API
2008-06-02 Panu MatilainenAdd rpmfiFDigestHex() for converting the binary digest...
2008-06-02 Panu MatilainenMark rpmfiMD5() deprecated
2008-06-02 Panu MatilainenOn a second thought, rename rpmfiDigest() to rpmfiFDige...
2008-06-02 Panu MatilainenMore preliminaries for non-md5 file checksums
2008-05-21 Panu MatilainenEliminate rpmfiBuildFClasses() and rpmfiBuildFDepts...
2008-04-24 Panu MatilainenRemove meaningless extern on function declarations...
2008-03-24 Panu MatilainenRemove bogus const from rpmRelocation struct
2008-02-05 Panu MatilainenMass convert (back) to rpmTag as it's usable everywhere now
2008-02-05 Panu MatilainenUse rpm_flag_t for header generic bitfields (file flags...
2008-02-05 Panu MatilainenMore rpm-headerdata types: rpm_dev_t and rpm_ino_t...
2008-02-05 Panu MatilainenAdd rpm_rdev_t type for rdev entries
2008-02-05 Panu MatilainenAdd rpm_mode_t type, use where spotted
2008-02-05 Panu MatilainenAdd rpm_color_t type for rpm color bits, use where...
2008-02-04 Panu MatilainenAdd rpm_time_t type for time types (in headers), use...
2008-02-04 Panu MatilainenAdd rpm_off_t type for file size types, use where spotted
2008-01-30 Panu MatilainenStick relocation struct to rpmfi, typedef to rpmtypes...
2008-01-30 Panu MatilainenRemove bunch of unnecessary rpmlib.h includes
2008-01-02 Panu MatilainenSignedness consistency in rpmfi interface vs internal...
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-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-04 Panu MatilainenEliminate debug junk from the API
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-03 Panu MatilainenSplit rpmfi internals to separate header
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-11-27 Panu MatilainenMove rpmfiBuildFNames() to rpmfi now that it's possible
2007-11-23 Panu MatilainenAdd doxygen grouping to rpmfi methods
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-10-26 Ralf CorsépiusEliminate [u|]int_[8|16|32]. Use c99 stdint.h types...
2007-10-08 Ralf CorsépiusMake headers self-contained.
2007-10-08 Ralf Corsépius'Adjust extern C {} blocks.'
2007-09-26 Panu MatilainenRename whatis() to rpmfiWhatis() for namespacing
2007-09-20 Panu MatilainenRename public fileAction* type to rpmFileAction for...
2007-09-20 Panu MatilainenRename fileTypes(_e) to rpmFileTypes for namespacing
2007-09-11 Ralf CorsépiusRemove splint tags.
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 unnecessary selinux babbage.
2007-08-09 Panu MatilainenAvoid unnecessary .rpmnew and .rpmsave files (rhbz...
2007-08-09 Panu MatilainenAvoid unnecessary .rpmnew and .rpmsave files (rhbz...
2007-07-12 Panu MatilainenPull in rpmfi int_32 -> uint_32 changes from rpm5.org.
2007-07-10 Panu MatilainenRemove const type-qualifiers from function return types...
2005-02-10 jbj- perform callbacks as always (#147537).
2004-04-01 jbjrevert buildtime tie breaking, not the right thing...
2004-03-28 jbj- scareMem = 0 everywhere, document deprecation phase...
2003-12-27 jbj- fix: wrong package count for trigger scriptlet 1st...
2003-12-25 jbjAdd lsetfilecon to install modes.
2003-12-22 jbjAdd --filecontext, --fscontext, --recontext for 3 sourc...
2003-11-23 jbjMerge changes from rpm-4.2.1 development.
2003-07-09 jbj- resolve elf32/elf64 file conflicts to prefer elf64.
2003-07-02 jbj- don't attempt to remove dbenv on --rebuilddb.
2003-04-02 jbjSplint clean.
2002-12-30 jbj- fix: typo in assertion.
2002-12-29 jbj- fix :armor query extension, tgpg mktmp handling ...
2002-12-29 jbjsplint fiddles.
2002-12-29 jbj- add rpmfi methods to access color, class, and depende...
2002-12-24 jbjRescusitate doxygen file manifest.
2002-12-24 jbjsplint fiddles.
2002-12-21 jbjsplint fiddles.
2002-12-18 jbj- add --file{class,provide,require} popt aliases and...
2002-08-19 jbj- add --with-efence to configure, check install/upgrade...
2002-08-04 jbj- resurrect --rollback.
2002-07-11 jbj- update for sv.po.
next