Age | Commit message (Expand) | Author | Files | Lines |
2007-02-22 | This patch fixes an off-by-one error in rpmalAllFileSatisfiesDepend() which | Paul Nasrat | 1 | -1/+1 |
2005-01-04 | Splint fiddles. | jbj | 1 | -3/+4 |
2004-10-27 | Splint clean. | jbj | 1 | -1/+1 |
2004-10-27 | - fix: handle non-unique dirnames in rpmalAdd(). | jbj | 1 | -15/+37 |
2004-10-19 | Stare at a redhat-artwork problem in rpmal.c with multiple versions, | jbj | 1 | -8/+59 |
2004-08-31 | - ia64: auto-relocate entire, not partial, directory contents (#126905). | jbj | 1 | -1/+11 |
2003-12-26 | Make sure no. of added provides matches added list size if some | jbj | 1 | -1/+3 |
2003-04-08 | fix: prevent segfault if malicious server sends 1 GB of data through ftpNLST. | jbj | 1 | -1/+1 |
2003-03-05 | Sanity. | jbj | 1 | -1/+1 |
2002-12-31 | 1st crack at colored installs. | jbj | 1 | -29/+25 |
2002-12-22 | - simplify specfile query linkage loop. | jbj | 1 | -0/+4 |
2002-12-21 | - add --enable-posixmutexes when configuring on linux. | jbj | 1 | -1/+1 |
2002-12-21 | Sanity. | jbj | 1 | -3/+7 |
2002-12-03 | - internal automagic dependency generation (disabled for now). | jbj | 1 | -0/+1 |
2002-09-03 | - fix: always do rpmalMakeIndex. | jbj | 1 | -11/+7 |
2002-08-19 | - add --with-efence to configure, check install/upgrade with efence. | jbj | 1 | -2/+2 |
2002-08-13 | - supply transitive closure for CLI packages from rpmdb-redhat database. | jbj | 1 | -4/+5 |
2002-07-13 | - install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now. | jbj | 1 | -2/+0 |
2002-07-06 | - fix: permit deletions of added packages (#67108). | jbj | 1 | -2/+2 |
2002-06-22 | Factor bounds checking annotations into source code. | jbj | 1 | -0/+8 |
2002-06-19 | Annotate incondefs in source code. | jbj | 1 | -0/+2 |
2002-05-27 | Add rpmal bindings, Grand Renaming to rpmalFoo(). | jbj | 1 | -35/+35 |
2002-05-19 | - Grand Renaming of rpm data types. | jbj | 1 | -44/+46 |
2002-05-16 | - opaque (well mostly) rpmTransactionSet using methods. | jbj | 1 | -7/+9 |
2002-04-13 | - use rpmdb-redhat to suggest dependency resolution(s). | jbj | 1 | -27/+7 |
2002-04-11 | - rescusitate --rebuild. | jbj | 1 | -5/+16 |
2002-03-12 | - drill ts/fi through verify mode, add methods to keep fi abstract. | jbj | 1 | -2/+1 |
2001-11-23 | - fix a couple dinky memory leaks. | jbj | 1 | -0/+1 |
2001-11-14 | depends.c and rpmal.c have opaque TFI_t. | jbj | 1 | -40/+66 |
2001-11-13 | - split file info tag sets into rpmfi.c. | jbj | 1 | -35/+40 |
2001-11-12 | - commit to using rpmDepSet and TFI_t, not header. | jbj | 1 | -40/+24 |
2001-11-11 | - unify rpmFNSet into TFI_t. | jbj | 1 | -31/+31 |
2001-11-11 | Replace loadFi with fiNew, freeFi with fiFree. | jbj | 1 | -2/+2 |
2001-11-11 | - common structure elements for unification of TFI_t and rpmFNSet. | jbj | 1 | -2/+2 |
2001-11-11 | Rip headers out of addedPackages. | jbj | 1 | -54/+22 |
2001-11-10 | Start removing alGetHeader. | jbj | 1 | -28/+21 |
2001-11-10 | - strip header tags for erased as well as installed transactionElements. | jbj | 1 | -0/+2 |
2001-11-09 | - no-brainer refcounts for rpmDepSet and rpmFNSet objects. | jbj | 1 | -101/+23 |
2001-11-09 | - header tag sets are per-transactionElement, not per-availablePackage. | jbj | 1 | -19/+24 |
2001-11-09 | Start deconstructing TFI_t in favor of a per-transactionElement rpmFNSet. | jbj | 1 | -23/+23 |
2001-11-08 | Remove dead code. | jbj | 1 | -27/+0 |
2001-11-08 | - linear search on added package provides is dumb. | jbj | 1 | -38/+65 |
2001-11-06 | - fix: harmless typo in db3 chroot hack. | jbj | 1 | -206/+254 |
2001-11-05 | Start merging file info into dependency set. | jbj | 1 | -35/+76 |
2001-11-05 | Start deconstructing availablePackage list. | jbj | 1 | -133/+6 |
2001-11-04 | - rpmal: availablePackage is totally opaque, alKey with index replaces. | jbj | 1 | -123/+204 |
2001-11-03 | - depends.c: rpmDepSet is (almost) opaque, move to rpmds.[ch]. | jbj | 1 | -0/+1 |
2001-11-02 | - rpmRangesOverlap renamed to dsCompare, add dsNotify method as well. | jbj | 1 | -5/+3 |
2001-11-02 | - create toy rpmDepSet iterators. | jbj | 1 | -26/+15 |
2001-11-02 | - create rpmDepSet constructors/destructors. | jbj | 1 | -52/+29 |