Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-10-17 | Converging on lclint-3.0.17 strict level. | jbj | 1 | -1/+3 |
2001-10-16 | More lclint annotations. | jbj | 1 | -1/+4 |
2001-10-15 | Explicit branchstate annotations. | jbj | 1 | -16/+23 |
2001-10-15 | lclint fiddles to annotate globals. | jbj | 1 | -2/+8 |
2001-10-13 | More lclint annotations. | jbj | 1 | -9/+13 |
2001-10-13 | - ratchet up to lclint "strict" level. | jbj | 1 | -3/+9 |
2001-09-21 | - lclint-3.0.0.15 fiddles. | jbj | 1 | -0/+2 |
2001-07-19 | - fix: 4 memory leaks eliminated. | jbj | 1 | -2/+2 |
2001-07-18 | - resurrect --specedit for i18n. | jbj | 1 | -5/+37 |
2001-07-16 | - fix: don't total hard linked file size multiple times (#46286). | jbj | 1 | -1/+7 |
2001-06-28 | - fix: sanity checks on #tags (<65K) and offset (<16Mb) in header. | jbj | 1 | -2/+2 |
2001-06-20 | - fix: rpm -qlv link count for directories dinna include '..'. | jbj | 1 | -2/+14 |