allow rpm to custom systemd installation
[platform/upstream/rpm.git] / lib / rpmal.c
2012-10-05 Panu MatilainenAdd a hash + lookup function on obsoletes to rpmal
2012-10-05 Panu MatilainenRename rpmalProvidesHash to rpmalDepHash
2012-10-05 Panu MatilainenAvoid changing the file info sets when adding to rpmal...
2012-10-05 Panu MatilainenAvoid changing the dependency sets when looking up...
2012-10-05 Panu MatilainenAvoid changing the dependency sets when adding to rpmal...
2012-10-04 Panu MatilainenBe as lazy as possible wrt rpmal hash creation
2012-10-02 Panu MatilainenOnly return non-NULL from rpmalAllSatisfiesDepends...
2012-10-02 Panu MatilainenExport rpmalAllSatisfiesDepend() internally (again)
2012-09-18 Panu MatilainenAvoid redundant ds -> id -> string lookups in rpmalAllF...
2012-09-18 Panu MatilainenDont bother with separate notifications on multiple...
2012-09-18 Panu MatilainenAvoid the string copy in rpmalAllFileSatisfiesDepend...
2012-09-12 Panu MatilainenSwitch rpmal file hash to use pool id's instead of...
2012-09-12 Panu MatilainenSwitch rpmal provide hash to use pool id's instead...
2012-09-12 Panu MatilainenAdd a some transition-period asserts to ensure pool...
2012-09-12 Panu MatilainenPass transaction pool to rpmal (but not used yet)
2012-09-05 Panu MatilainenShut up gcc whine about potentially uninitialized variable
2012-09-05 Panu MatilainenAvoid rehashing directory name when it doesn't change...
2012-04-05 Panu MatilainenHandle obsolete matches (more) correctly in rpmal
2011-09-01 Panu MatilainenDon't add config() provides if config install is disabled
2011-09-01 Panu MatilainenDon't add file provides for doc/config files if they...
2011-09-01 Panu MatilainenPass tsflags to rpmal and remember them
2011-09-01 Panu MatilainenSource formatting cosmetics: function blocks start...
2011-03-10 Panu MatilainenMove string hash function to librpmio and rename for...
2010-09-22 Panu MatilainenEliminate separate fileIndexEntry from rpmal
2010-06-22 Steve LawrenceAdd common Collection requirements
2010-05-21 Panu MatilainenMove the lone hashFunctionString() into misc.[ch],...
2010-03-29 Panu MatilainenDont bother translators with dependency lookup debug...
2010-03-22 Panu MatilainenLose the useless rpmds refcounting debug junk + switches
2010-03-22 Panu MatilainenLose the useless rpmfi refcounting etc debug messages...
2010-03-18 Panu MatilainenLose leftovers from former rpmal implementation
2010-03-18 Panu MatilainenLazy rpmal hash creation on first lookup, make rpmalMak...
2010-03-18 Panu MatilainenMake rpmalAllFileSatisfiesDepend() and rpmalAllSatisfie...
2009-09-14 Panu MatilainenClean up rpmalAllFileSatisfiesDepend() a bit
2009-06-16 Panu MatilainenEliminate now unnecessary artifacts of rpmdsNext()...
2009-06-11 Panu MatilainenMake rpmalSatisfiesDepend() smarter
2009-06-11 Panu MatilainenAdd preferred color to rpmal
2009-04-03 Panu MatilainenMake rpmal header & all internal
2009-03-26 Florian FestiFix: use the file's color to decide whether to add...
2009-03-26 Florian FestiReimplement rpmal by using hashes and cleaning up the...
2009-03-26 Florian FestiMake rpmal store rpmtes and kill rpmte->pkgKey
2008-04-30 Jindrich NovyDon't use alloca in rpmal.c
2008-04-28 Panu MatilainenEliminate pointless alloca() of struct fileIndexEntry...
2008-04-28 Panu MatilainenEliminate pointless alloca() of availableIndexEntry...
2008-04-28 Panu MatilainenEliminate pointless alloca()'s of local dirInfo struct
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-01-30 Panu Matilainenrpmlib.h mass eviction
2007-12-17 Panu MatilainenRemove const from rpmal dirInfo dirname
2007-12-15 Panu MatilainenAnd yet more bogus const removals...
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-04 Panu MatilainenEliminate debug junk from the API
2007-11-29 Panu MatilainenBunch of compiler warnings silenced
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
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-10-26 Panu MatilainenRemove dead rpmal code
2007-09-21 Panu MatilainenRename alKey & alNum to rpmal* for namespacing
2007-09-11 Ralf CorsépiusRemove splint tags.
2007-07-12 Panu Matilainenint vs ptr sizes differ on some platforms, make alNum...
2007-07-10 Panu MatilainenBunch of variable initializations to avoid compiler...
2007-07-10 Panu MatilainenFix bunch of string formatting warnings.
2007-07-02 Panu MatilainenPlug some memory leaks.
2007-02-22 Paul NasratThis patch fixes an off-by-one error in rpmalAllFileSat...
2005-01-04 jbjSplint fiddles.
2004-10-27 jbjSplint clean.
2004-10-27 jbj- fix: handle non-unique dirnames in rpmalAdd().
2004-10-19 jbjStare at a redhat-artwork problem in rpmal.c with multi...
2004-08-31 jbj- ia64: auto-relocate entire, not partial, directory...
2003-12-26 jbjMake sure no. of added provides matches added list...
2003-04-08 jbjfix: prevent segfault if malicious server sends 1 GB...
2003-03-05 jbjSanity.
2002-12-31 jbj1st crack at colored installs.
2002-12-22 jbj- simplify specfile query linkage loop.
2002-12-21 jbj- add --enable-posixmutexes when configuring on linux.
2002-12-21 jbjSanity.
2002-12-03 jbj- internal automagic dependency generation (disabled...
2002-09-03 jbj- fix: always do rpmalMakeIndex.
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-13 jbj- install rpmal.h and rpmhash.h, implicit rpmps.hinclud...
2002-07-06 jbj- fix: permit deletions of added packages (#67108).
2002-06-22 jbjFactor bounds checking annotations into source code.
2002-06-19 jbjAnnotate incondefs in source code.
2002-05-27 jbjAdd rpmal bindings, Grand Renaming to rpmalFoo().
2002-05-19 jbj- Grand Renaming of rpm data types.
2002-05-16 jbj- opaque (well mostly) rpmTransactionSet using methods.
2002-04-13 jbj- use rpmdb-redhat to suggest dependency resolution(s).
2002-04-11 jbj- rescusitate --rebuild.
2002-03-12 jbj- drill ts/fi through verify mode, add methods to keep...
2001-11-23 jbj- fix a couple dinky memory leaks.
2001-11-14 jbjdepends.c and rpmal.c have opaque TFI_t.
2001-11-13 jbj- split file info tag sets into rpmfi.c.
2001-11-12 jbj- commit to using rpmDepSet and TFI_t, not header.
2001-11-11 jbj- unify rpmFNSet into TFI_t.
2001-11-11 jbjReplace loadFi with fiNew, freeFi with fiFree.
2001-11-11 jbj- common structure elements for unification of TFI_t...
2001-11-11 jbjRip headers out of addedPackages.
2001-11-10 jbjStart removing alGetHeader.
2001-11-10 jbj- strip header tags for erased as well as installed...
2001-11-09 jbj- no-brainer refcounts for rpmDepSet and rpmFNSet objects.
next