Age | Commit message (Expand) | Author | Files | Lines |
2009-06-11 | Add preferred color to rpmal | Panu Matilainen | 1 | -1/+2 |
2009-04-03 | Make rpmal header & all internal | Panu Matilainen | 1 | -0/+11 |
2009-03-26 | Reimplement rpmal by using hashes and cleaning up the color handling | Florian Festi | 1 | -6/+5 |
2009-03-26 | Make rpmal store rpmtes and kill rpmte->pkgKey | Florian Festi | 1 | -39/+11 |
2008-02-05 | Add rpm_color_t type for rpm color bits, use where spotted | Panu Matilainen | 1 | -2/+2 |
2008-01-30 | Remove bunch of unnecessary rpmlib.h includes | Panu Matilainen | 1 | -2/+1 |
2008-01-30 | Move rpmalKey and rpmal to rpmtypes | Panu Matilainen | 1 | -8/+0 |
2007-12-08 | Switch to <rpm/foo.h> style for public headers | Panu Matilainen | 1 | -2/+2 |
2007-12-01 | Add separate public header for callback declarations | Panu Matilainen | 1 | -1/+1 |
2007-11-23 | Use #include <x.h> syntax to include public headers. | Ralf Corsépius | 1 | -2/+2 |
2007-10-26 | Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead. | Ralf Corsépius | 1 | -3/+3 |
2007-10-08 | Make headers self-contained. | Ralf Corsépius | 1 | -0/+3 |
2007-10-08 | 'Adjust extern C {} blocks.' | Ralf Corsépius | 1 | -4/+4 |
2007-09-21 | Rename alKey & alNum to rpmal* for namespacing | Panu Matilainen | 1 | -7/+18 |
2007-09-11 | Remove splint tags. | Ralf Corsépius | 1 | -46/+15 |
2002-12-31 | 1st crack at colored installs. | jbj | 1 | -2/+5 |
2002-08-19 | - add --with-efence to configure, check install/upgrade with efence. | jbj | 1 | -3/+6 |
2002-07-13 | - install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now. | jbj | 1 | -1/+1 |
2002-06-22 | Factor bounds checking annotations into source code. | jbj | 1 | -0/+1 |
2002-06-05 | Lclint fiddles. | jbj | 1 | -0/+2 |
2002-05-27 | Add rpmal bindings, Grand Renaming to rpmalFoo(). | jbj | 1 | -10/+15 |
2002-05-19 | - fix: synthesize unpacking progress callbacks for packages w/o files. | jbj | 1 | -0/+4 |
2002-05-19 | - Grand Renaming of rpm data types. | jbj | 1 | -5/+5 |
2002-04-13 | - use rpmdb-redhat to suggest dependency resolution(s). | jbj | 1 | -2/+2 |
2002-04-11 | - rescusitate --rebuild. | jbj | 1 | -5/+7 |
2001-11-12 | - commit to using rpmDepSet and TFI_t, not header. | jbj | 1 | -2/+5 |
2001-11-11 | - unify rpmFNSet into TFI_t. | jbj | 1 | -3/+3 |
2001-11-11 | Iterate over TR_REMOVED transactionElement stripped data, don't hit rpmdb. | jbj | 1 | -2/+2 |
2001-11-11 | Rip headers out of addedPackages. | jbj | 1 | -18/+3 |
2001-11-10 | Start removing alGetHeader. | jbj | 1 | -32/+0 |
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 | -41/+1 |
2001-11-09 | - header tag sets are per-transactionElement, not per-availablePackage. | jbj | 1 | -5/+5 |
2001-11-08 | - linear search on added package provides is dumb. | jbj | 1 | -10/+18 |
2001-11-06 | - fix: harmless typo in db3 chroot hack. | jbj | 1 | -3/+15 |
2001-11-05 | Start merging file info into dependency set. | jbj | 1 | -0/+2 |
2001-11-05 | Start deconstructing availablePackage list. | jbj | 1 | -98/+1 |
2001-11-04 | - rpmal: availablePackage is totally opaque, alKey with index replaces. | jbj | 1 | -38/+46 |
2001-11-03 | - depends.c: rpmDepSet is (almost) opaque, move to rpmds.[ch]. | jbj | 1 | -2/+4 |
2001-11-02 | - create toy rpmDepSet iterators. | jbj | 1 | -8/+1 |
2001-11-02 | - create rpmDepSet constructors/destructors. | jbj | 1 | -10/+21 |
2001-11-01 | - depends.c: availablePackage is (almost) opaque. | jbj | 1 | -3/+8 |
2001-10-31 | Do tsort on transactionElement's, not availaiblePackage's. | jbj | 1 | -39/+2 |
2001-10-31 | More unraveling of availablePackage from depends.c. | jbj | 1 | -22/+48 |
2001-10-30 | Create rpmDepSet. | jbj | 1 | -2/+10 |
2001-10-30 | - transaction.c: cleanly uncouple availablePackage from TFI_t. | jbj | 1 | -12/+70 |
2001-10-29 | - add some dinky availablePackage methods. | jbj | 1 | -48/+45 |
2001-10-29 | - start hiding availablePackage data/methods in rpmal.c/rpmal.h. | jbj | 1 | -0/+205 |