Age | Commit message (Expand) | Author | Files | Lines |
2002-07-11 | - update for sv.po. | jbj | 7 | -38/+35 |
2002-07-09 | - placeholders for manifest constants for SuSE patch packages. | jbj | 2 | -8/+15 |
2002-07-08 | Propagate splint-3.0.1.7 close(2) internalState annotation throughout. | jbj | 15 | -66/+84 |
2002-07-06 | - fix: permit deletions of added packages (#67108). | jbj | 2 | -11/+11 |
2002-07-05 | - update rpmcache.8. | jbj | 5 | -37/+5 |
2002-07-04 | - fix: forgot lazy open of database on --freshen path (#67907). | jbj | 5 | -45/+56 |
2002-07-03 | - use rpmfi in showQueryPackage(), eliminating headerGetEntry(). | jbj | 11 | -240/+223 |
2002-07-02 | Add boundsread annotations throughout, enable +bounds checking. | jbj | 14 | -94/+133 |
2002-07-02 | add (disabled for now) dependency check to rpmgraph. | jbj | 5 | -22/+53 |
2002-06-30 | - warn only once for each NOKEY/UNTRUSTED key id. | jbj | 7 | -17/+339 |
2002-06-29 | - open rpmdb early RDONLY, reopen later RDWR, avoid signed srpm noise. | jbj | 2 | -8/+11 |
2002-06-28 | - rescusitate remote ftp globs (#67678). | jbj | 1 | -2/+2 |
2002-06-28 | - disambiguate added/installed dependency failures (#50388). | jbj | 7 | -119/+77 |
2002-06-28 | - fix: multiple relocations (#67596). | jbj | 1 | -4/+7 |
2002-06-28 | Establish mechanism for up2date to reconfigure rpmlib. | jbj | 1 | -4/+12 |
2002-06-27 | - use rpmdb-redhat for suggestions if/when configured (#67430). | jbj | 1 | -1/+14 |
2002-06-25 | - python: link internal libelf (if used) directly into rpmmodule.so. | jbj | 1 | -1/+1 |
2002-06-22 | Factor bounds checking annotations into source code. | jbj | 38 | -17/+444 |
2002-06-21 | Check S_ISREG explicitly to avoid '?' in ls(1)-like displays. | jbj | 1 | -1/+3 |
2002-06-21 | - fix: reading macro files can corrupt memory if BUFSIZ is teensy. | jbj | 2 | -2/+2 |
2002-06-20 | - add translated man pages from PLD. | jbj | 1 | -1/+1 |
2002-06-20 | - make sure that rpm can verify prelinked shared libraries. | jbj | 3 | -12/+15 |
2002-06-19 | Annotate incondefs in source code. | jbj | 16 | -16/+36 |
2002-06-15 | - beecrypt: merge changes from beecrypt-2.3.0. | jbj | 7 | -51/+45 |
2002-06-12 | - fix: separate existence and number checks for problems found. | jbj | 5 | -14/+30 |
2002-06-10 | - document digital signature verification in rpm.8. | jbj | 1 | -0/+10 |
2002-06-10 | Document file attribute opt outs in verify mode. | jbj | 4 | -6/+6 |
2002-06-09 | Sanity. | jbj | 2 | -3/+5 |
2002-06-05 | Lclint fiddles. | jbj | 8 | -18/+34 |
2002-06-05 | - python: portability fiddles (#54350). | jbj | 2 | -6/+4 |
2002-06-04 | - use /etc/rpm/platform (if it exists), rather than uname(2), for arch. | jbj | 4 | -396/+245 |
2002-06-01 | - fix: use getgrnam, not getpwnam, to convert gid -> group. | jbj | 1 | -12/+13 |
2002-05-27 | Add bindings for rpmte and FD_t. | jbj | 12 | -186/+199 |
2002-05-27 | Add rpmal bindings, Grand Renaming to rpmalFoo(). | jbj | 5 | -62/+68 |
2002-05-23 | Create rpmts-py.c. | jbj | 8 | -34/+37 |
2002-05-19 | - fix: synthesize unpacking progress callbacks for packages w/o files. | jbj | 22 | -209/+313 |
2002-05-19 | - Grand Renaming of rpm data types. | jbj | 29 | -1494/+1591 |
2002-05-17 | Transactions made increasingly opaque. | jbj | 11 | -176/+276 |
2002-05-16 | - opaque (well mostly) rpmTransactionSet using methods. | jbj | 21 | -871/+687 |
2002-05-13 | AIX fiddles (Albert Chin <rpm-list@thewrittenword.com>). | jbj | 1 | -2/+2 |
2002-05-13 | Eliminate bogus strerror message for manifests. | jbj | 3 | -7/+6 |
2002-05-07 | - plug most install mode leaks. | jbj | 7 | -23/+64 |
2002-05-06 | - rework most of rpmdb.c prepatory to implementing duplicates. | jbj | 1 | -32/+2 |
2002-05-04 | Add toy db->associate, db->join, dbcursor->c_pget wrappers. | jbj | 4 | -4/+4 |
2002-05-04 | Pass dbiGet() flags from application. | jbj | 2 | -4/+4 |
2002-05-02 | - eliminate db1 support. | jbj | 6 | -8/+19 |
2002-05-01 | - attempt to make peace with automake-1.6.1, autoconf-2.53. | jbj | 5 | -61/+85 |
2002-04-14 | - use build time to choose one of multiple alternative suggestions. | jbj | 9 | -37/+104 |
2002-04-13 | - merge conflicts into problems, handle as transaction set variable. | jbj | 9 | -134/+110 |
2002-04-13 | - use rpmdb-redhat to suggest dependency resolution(s). | jbj | 23 | -229/+338 |