Move the lone hashFunctionString() into misc.[ch], eliminate rpmhash.[ch]
[platform/upstream/rpm.git] / lib / rpmal.c
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.
2001-11-09 jbj- header tag sets are per-transactionElement, not per...
2001-11-09 jbjStart deconstructing TFI_t in favor of a per-transactio...
2001-11-08 jbjRemove dead code.
2001-11-08 jbj- linear search on added package provides is dumb.
2001-11-06 jbj- fix: harmless typo in db3 chroot hack.
2001-11-05 jbjStart merging file info into dependency set.
2001-11-05 jbjStart deconstructing availablePackage list.
2001-11-04 jbj- rpmal: availablePackage is totally opaque, alKey...
2001-11-03 jbj- depends.c: rpmDepSet is (almost) opaque, move to...
2001-11-02 jbj- rpmRangesOverlap renamed to dsCompare, add dsNotify...
2001-11-02 jbj- create toy rpmDepSet iterators.
2001-11-02 jbj- create rpmDepSet constructors/destructors.
2001-11-01 jbj- depends.c: availablePackage is (almost) opaque.
2001-11-01 jbj- add header refcount annotations throughout.
2001-10-31 jbjDo tsort on transactionElement's, not availaiblePackage's.
2001-10-31 jbjMore unraveling of availablePackage from depends.c.
2001-10-30 jbjCreate rpmDepSet.
2001-10-30 jbj- transaction.c: cleanly uncouple availablePackage...
2001-10-29 jbj- add some dinky availablePackage methods.
2001-10-29 jbj- start hiding availablePackage data/methods in rpmal...