summaryrefslogtreecommitdiff
path: root/lib/rpmal.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up rpmalAllFileSatisfiesDepend() a bitPanu Matilainen2009-09-141-40/+34
* Eliminate now unnecessary artifacts of rpmdsNext() side-effectsPanu Matilainen2009-06-161-3/+2
* Make rpmalSatisfiesDepend() smarterPanu Matilainen2009-06-111-7/+24
* Add preferred color to rpmalPanu Matilainen2009-06-111-1/+3
* Make rpmal header & all internalPanu Matilainen2009-04-031-2/+3
* Fix: use the file's color to decide whether to add it to the rpmal not the co...Florian Festi2009-03-261-1/+1
* Reimplement rpmal by using hashes and cleaning up the color handlingFlorian Festi2009-03-261-512/+154
* Make rpmal store rpmtes and kill rpmte->pkgKeyFlorian Festi2009-03-261-63/+43
* Don't use alloca in rpmal.cJindrich Novy2008-04-301-2/+4
* Eliminate pointless alloca() of struct fileIndexEntry structPanu Matilainen2008-04-281-6/+6
* Eliminate pointless alloca() of availableIndexEntry struct.Panu Matilainen2008-04-281-7/+7
* Eliminate pointless alloca()'s of local dirInfo structPanu Matilainen2008-04-281-25/+26
* Add rpm_color_t type for rpm color bits, use where spottedPanu Matilainen2008-02-051-8/+8
* Rip the horrible (ia64) autorelocate kludgery. RIP.Panu Matilainen2008-02-051-6/+0
* rpmlib.h mass evictionPanu Matilainen2008-01-301-1/+0
* Remove const from rpmal dirInfo dirnamePanu Matilainen2007-12-171-2/+4
* And yet more bogus const removals...Panu Matilainen2007-12-151-1/+1
* Switch to <rpm/foo.h> style for public headersPanu Matilainen2007-12-081-4/+4
* Eliminate debug junk from the APIPanu Matilainen2007-12-041-4/+4
* Bunch of compiler warnings silencedPanu Matilainen2007-11-291-5/+5
* Use #include <x.h> syntax to include public headers.Ralf Corsépius2007-11-231-4/+4
* Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius2007-10-281-1/+1
* Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius2007-10-261-8/+8
* Remove dead rpmal codePanu Matilainen2007-10-261-33/+0
* Rename alKey & alNum to rpmal* for namespacingPanu Matilainen2007-09-211-22/+22
* Remove splint tags.Ralf Corsépius2007-09-111-111/+18
* int vs ptr sizes differ on some platforms, make alNum intptr_t to fixPanu Matilainen2007-07-121-3/+3
* Bunch of variable initializations to avoid compiler warnings.Panu Matilainen2007-07-101-1/+1
* Fix bunch of string formatting warnings.Panu Matilainen2007-07-101-5/+5
* Plug some memory leaks.Panu Matilainen2007-07-021-0/+1
* This patch fixes an off-by-one error in rpmalAllFileSatisfiesDepend() whichPaul Nasrat2007-02-221-1/+1
* Splint fiddles.jbj2005-01-041-3/+4
* Splint clean.jbj2004-10-271-1/+1
* - fix: handle non-unique dirnames in rpmalAdd().jbj2004-10-271-15/+37
* Stare at a redhat-artwork problem in rpmal.c with multiple versions,jbj2004-10-191-8/+59
* - ia64: auto-relocate entire, not partial, directory contents (#126905).jbj2004-08-311-1/+11
* Make sure no. of added provides matches added list size if somejbj2003-12-261-1/+3
* fix: prevent segfault if malicious server sends 1 GB of data through ftpNLST.jbj2003-04-081-1/+1
* Sanity.jbj2003-03-051-1/+1
* 1st crack at colored installs.jbj2002-12-311-29/+25
* - simplify specfile query linkage loop.jbj2002-12-221-0/+4
* - add --enable-posixmutexes when configuring on linux.jbj2002-12-211-1/+1
* Sanity.jbj2002-12-211-3/+7
* - internal automagic dependency generation (disabled for now).jbj2002-12-031-0/+1
* - fix: always do rpmalMakeIndex.jbj2002-09-031-11/+7
* - add --with-efence to configure, check install/upgrade with efence.jbj2002-08-191-2/+2
* - supply transitive closure for CLI packages from rpmdb-redhat database.jbj2002-08-131-4/+5
* - install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now.jbj2002-07-131-2/+0
* - fix: permit deletions of added packages (#67108).jbj2002-07-061-2/+2
* Factor bounds checking annotations into source code.jbj2002-06-221-0/+8