Age | Commit message (Expand) | Author | Files | Lines |
2003-04-02 | Splint clean. | jbj | 1 | -0/+2 |
2003-02-03 | oops, get rid of debugging printf's. | jbj | 1 | -2/+1 |
2003-01-31 | - fix: trap SIGPIPE, close database(s). | jbj | 1 | -15/+10 |
2003-01-23 | splint fiddles. | jbj | 1 | -6/+2 |
2003-01-21 | fix: check arch for null before appending. | jbj | 1 | -1/+1 |
2003-01-20 | Splint fiddles. | jbj | 1 | -1/+1 |
2003-01-20 | Restore compiler warnings now tthat elfutil's -Werror is not there. | jbj | 1 | -2/+0 |
2003-01-17 | - duplicate package checks with arch/os checks if colored. | jbj | 1 | -6/+11 |
2003-01-13 | - teach rpmquery to return "owning" package(s) in spite of alternatives. | jbj | 1 | -33/+25 |
2002-12-31 | 1st crack at colored installs. | jbj | 1 | -0/+3 |
2002-12-29 | - add rpmfi methods to access color, class, and dependencies. | jbj | 1 | -0/+1 |
2002-12-22 | - simplify specfile query linkage loop. | jbj | 1 | -169/+3 |
2002-10-09 | - fix: use size_t consistently, avoid segfault on ia64. | jbj | 1 | -1/+1 |
2002-09-17 | - lclint clean. | jbj | 1 | -0/+2 |
2002-09-16 | Sync with rpm-4.1 parsing changes. | jbj | 1 | -1/+6 |
2002-08-31 | Sync with rpm-4.1. | jbj | 1 | -0/+2 |
2002-08-27 | - fix: segfault with --checksig, plug memory leak (#72455). | jbj | 1 | -0/+2 |
2002-08-23 | - merge signature returns into rpmRC. | jbj | 1 | -10/+17 |
2002-08-19 | - add --with-efence to configure, check install/upgrade with efence. | jbj | 1 | -2/+2 |
2002-08-15 | - python: explicit method to set transFlags. | jbj | 1 | -2/+2 |
2002-08-08 | lclint fiddles. | jbj | 1 | -13/+13 |
2002-08-06 | - add bitmask for precise control of signature/digest verification. | jbj | 1 | -7/+6 |
2002-08-05 | - fix: check for lead magic, better error message on failure (#69751). | jbj | 1 | -1/+1 |
2002-08-02 | - check header blobs on export (i.e. rpmdbAdd()).. | jbj | 1 | -1/+1 |
2002-07-24 | - verify signatures/digests retrieved through rpmdbNextIterator(). | jbj | 1 | -4/+6 |
2002-07-21 | - add methods to make signature handling opaque wrto rpmts. | jbj | 1 | -8/+8 |
2002-07-13 | - install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now. | jbj | 1 | -2/+1 |
2002-07-11 | - update for sv.po. | jbj | 1 | -2/+3 |
2002-07-05 | - update rpmcache.8. | jbj | 1 | -12/+0 |
2002-07-03 | - use rpmfi in showQueryPackage(), eliminating headerGetEntry(). | jbj | 1 | -186/+118 |
2002-06-22 | Factor bounds checking annotations into source code. | jbj | 1 | -0/+16 |
2002-05-19 | - Grand Renaming of rpm data types. | jbj | 1 | -4/+5 |
2002-05-16 | - opaque (well mostly) rpmTransactionSet using methods. | jbj | 1 | -10/+12 |
2002-05-13 | Eliminate bogus strerror message for manifests. | jbj | 1 | -2/+2 |
2002-05-04 | Add toy db->associate, db->join, dbcursor->c_pget wrappers. | jbj | 1 | -1/+1 |
2002-05-02 | - eliminate db1 support. | jbj | 1 | -0/+2 |
2002-05-01 | - attempt to make peace with automake-1.6.1, autoconf-2.53. | jbj | 1 | -1/+2 |
2002-04-11 | - rescusitate --rebuild. | jbj | 1 | -1/+2 |
2002-04-07 | - speedup large queries by ~50%. | jbj | 1 | -3/+10 |
2002-03-08 | - wire --nodigest/--nosignature options to checksig/query/verify modes. | jbj | 1 | -10/+12 |
2002-03-03 | - add payload uncompressed size to signature to avoid rewriting header. | jbj | 1 | -0/+2 |
2002-02-09 | Sync with 4.0.4, splint clean. | jbj | 1 | -0/+1 |
2002-02-04 | - generate index for pkgid (aka Sigmd5) tag, query/verify by pkgid. | jbj | 1 | -5/+112 |
2001-11-12 | transaction.c: lclint cleanups. | jbj | 1 | -11/+5 |
2001-11-01 | - add header refcount annotations throughout. | jbj | 1 | -1/+1 |
2001-10-27 | - transaction sets cerated in cli main. | jbj | 1 | -6/+1 |
2001-10-27 | - legacy signatures always checked where possible on package read. | jbj | 1 | -22/+20 |
2001-10-26 | - wire transactions through rpmcli install/erase modes. | jbj | 1 | -161/+3 |
2001-10-25 | - legacy signatures always checked on -qp and -Vp. | jbj | 1 | -3/+166 |
2001-10-24 | - wire transactions through rpmcli query/verify modes. | jbj | 1 | -74/+98 |