Sanitize python object -> tag number exception handling
[platform/upstream/rpm.git] / lib / rpmte.c
2009-09-02 Panu MatilainenEliminate uses of headerNVR() and friends in librpm...
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-08-17 Panu MatilainenDon't bother relocating packages no files
2009-07-23 Panu MatilainenKill off lclint remnants everywhere
2009-07-09 Panu MatilainenFix package relocatability checking, broken since forever
2009-06-04 Florian FestiRewrite ordering
2009-04-03 Panu MatilainenMake sure installed files have state (rhbz#492947)
2009-03-26 Florian FestiMake rpmal store rpmtes and kill rpmte->pkgKey
2009-03-26 Florian FestiAlso order erases.
2009-03-26 Florian FestiImplement rpmteSetDependsOn and rpmteDependsOn using...
2009-03-09 Panu MatilainenFix RPMTAG_FILESTATES in rpmdb
2009-01-15 Panu MatilainenAdd extra parameter to rpmteClose() to control fi behavior
2009-01-07 Panu MatilainenrpmRelocateFileList() doesn't need rpmte for anything...
2009-01-05 Panu MatilainenValidate + sort relocations in rpmte at create time
2009-01-05 Panu MatilainenRelocation needs to be called even if no relocs specified
2009-01-02 Panu Matilainenrpmte struct is now fully opaque throughout rpm
2009-01-02 Panu MatilainenAdd rpmteSetFd() (internal) function
2008-12-22 Panu MatilainenPerform relocations from rpmte instead of rpmfi
2008-12-19 Panu MatilainenOptionally reload ts element file info in rpmteOpen...
2008-12-19 Panu MatilainenAdd rpmteSetFI() ts element method
2008-12-10 Florian FestiMove ->actions from rpmfi to rpmfs
2008-12-10 Florian FestiMove the run time part of fstates from rpmfi to rpmfs...
2008-12-10 Florian FestiCreate a new datastructure rpmfs aka File States that...
2008-12-01 Panu MatilainenRetrieve header from rpmdb on rpmteOpen() if possible...
2008-11-27 Panu MatilainenAdd + use internal rpmteHaveTransScript() function
2008-11-27 Panu MatilainenDrop the useless "tag" argument from rpmteFI()
2008-11-26 Panu MatilainenTeach rpmteOpen() and rpmteClose() about TR_REMOVED...
2008-11-26 Panu MatilainenRecord failure of install/erase into transaction elements
2008-11-26 Panu MatilainenDon't bother zeroing rpmte twice on free
2008-11-24 Panu MatilainenMove transscripts stuff from rpmfi to rpmte
2008-11-19 Panu MatilainenErm erm, really use the rpmfi creation flags in rpmteNew()
2008-11-18 Panu MatilainenUse finer grained rpmfi creation flags for in rpmteNew()
2008-11-14 Panu MatilainenMove open + close of files during install to separate...
2008-11-12 Panu MatilainenTake advantage of headerGetInstance() in rpmte
2008-10-30 Panu MatilainenRemove unnecessary scaremem flags, hardwired to no...
2008-10-30 Panu MatilainenSave bunch of memory by not loading file classes in...
2008-10-30 Panu MatilainenConvert in-tree users of rpmfiNew() to use flag names
2008-06-09 Panu MatilainenUse 64bit type for rpmte package size reporting
2008-06-02 Panu MatilainenUnbreak handling of packages without epoch
2008-05-23 Panu MatilainenDon't crash on package without RPMTAG_OS
2008-05-21 Panu MatilainenInclude rpmtypes.h first instead of rpmtag.h everywhere
2008-05-21 Panu MatilainenLose the useless rpmtdToString()
2008-05-14 Panu MatilainenConvert addTE() to new headerGet() interface
2008-05-14 Panu MatilainenConvert rpmteNew() to use new headerGet() interface
2008-04-25 Panu MatilainenAvoid alloca() in rpmteColorDS()
2008-04-24 Panu MatilainenEliminate rpmtsi refcount debug junk from the API
2008-04-24 Panu MatilainenAdd rpmteEVR() function
2008-04-09 Panu MatilainenSimplify addTE()
2008-03-24 Panu MatilainenRemove bogus const from rpmRelocation struct
2008-03-24 Panu MatilainenRemove bogus consts from rpmte_s
2008-02-05 Panu MatilainenMass convert (back) to rpmTag as it's usable everywhere now
2008-02-05 Panu MatilainenAdd rpm_color_t type for rpm color bits, use where...
2008-02-05 Panu MatilainenRip the horrible (ia64) autorelocate kludgery. RIP.
2008-02-04 Panu MatilainenAdd rpm_off_t type for file size types, use where spotted
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2007-12-19 Panu MatilainenAdd rpm_data_t (and _constdata_t) for header data,...
2007-12-17 Panu MatilainenUse constfree for rpmte internals for now
2007-12-14 Panu MatilainenMore size_t type pedantry
2007-12-13 Panu MatilainenUse rpm_tag_t everywhere for rpm (header) tag type
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-03 Panu MatilainenSplit rpmte internals to separate header
2007-12-01 Panu MatilainenUse headerIsSource() everywhere for determining package...
2007-12-01 Panu MatilainenMove hGet*() funcs from rpmts, rename to headerGet*()
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-11-08 Panu MatilainenRemove unnecessary psm.h include
2007-10-28 Ralf CorsépiusInclude "rpmlib.h" instead of <rpmlib.h>.
2007-10-26 Ralf CorsépiusEliminate [u|]int_[8|16|32]. Use c99 stdint.h types...
2007-09-21 Panu MatilainenRename alKey & alNum to rpmal* for namespacing
2007-09-11 Ralf CorsépiusRemove splint tags.
2007-07-12 Panu MatilainenPull in rpmfi int_32 -> uint_32 changes from rpm5.org.
2007-07-11 Panu MatilainenrpmteIsSource() doesn't return pointers
2004-10-28 jbj- bump popt to version to 1.10.
2004-10-26 jbjGetter/setter methods for isSource and Header from...
2004-10-25 jbjAdd options to populate transaction set while iterating.
2004-04-01 jbjrevert buildtime tie breaking, not the right thing...
2004-03-05 jodeninitial autorollback feature.
2003-11-23 jbjMerge changes from rpm-4.2.1 development.
2003-07-02 jbj- don't attempt to remove dbenv on --rebuilddb.
2003-04-08 jbjfix: prevent segfault if malicious server sends 1 GB...
2003-04-02 jbjSplint clean.
2003-01-25 jbj- permit anaconda to choose "presentation order".
2003-01-23 jbjsplint fiddles.
2003-01-20 jbjSplint fiddles.
2003-01-17 jbj- duplicate package checks with arch/os checks if colored.
2003-01-01 jbjfix: restore upgrade functionality with colors.
2002-12-31 jbj1st crack at colored installs.
2002-12-30 jbj- use rpmfiFDepends() underneath --fileprovide and...
2002-12-28 jbj- fix builddir relative inclusion, add %%pubkeys to...
2002-12-22 jbj- simplify specfile query linkage loop.
2002-12-21 jbjSanity.
2002-08-19 jbj- add --with-efence to configure, check install/upgrade...
2002-08-13 jbj- supply transitive closure for CLI packages from rpmdb...
2002-07-28 jbj- popt: display sub-table options only once on --usage.
2002-07-13 jbj- install rpmal.h and rpmhash.h, implicit rpmps.hinclud...
2002-06-22 jbjFactor bounds checking annotations into source code.
2002-06-19 jbjAnnotate incondefs in source code.
2002-05-27 jbjAdd bindings for rpmte and FD_t.
2002-05-19 jbj- fix: synthesize unpacking progress callbacks for...
next