Age | Commit message (Expand) | Author | Files | Lines |
2002-05-13 | Eliminate bogus strerror message for manifests. | jbj | 1 | -3/+2 |
2002-05-04 | Add toy db->associate, db->join, dbcursor->c_pget wrappers. | jbj | 1 | -1/+1 |
2002-04-13 | - use rpmdb-redhat to suggest dependency resolution(s). | jbj | 1 | -115/+16 |
2002-04-11 | - rescusitate --rebuild. | jbj | 1 | -1/+1 |
2002-03-12 | - drill ts/fi through verify mode, add methods to keep fi abstract. | jbj | 1 | -2/+2 |
2002-03-10 | - splint annotationsm, signature cleanup. | jbj | 1 | -7/+10 |
2002-03-08 | - wire --nodigest/--nosignature options to checksig/query/verify modes. | jbj | 1 | -26/+48 |
2002-03-07 | - add header RSA signature (untested, disabled for now). | jbj | 1 | -1/+26 |
2002-03-07 | - add header RSA signature (untested). | jbj | 1 | -0/+24 |
2002-03-06 | - add header DSA signature. | jbj | 1 | -2/+11 |
2002-03-03 | - add payload uncompressed size to signature to avoid rewriting header. | jbj | 1 | -49/+102 |
2001-11-19 | - header handling moved to librpmdb to avoid linkage loops. | jbj | 1 | -5/+5 |
2001-11-01 | - add header refcount annotations throughout. | jbj | 1 | -3/+3 |
2001-10-27 | - legacy signatures always checked where possible on package read. | jbj | 1 | -1/+1 |
2001-10-26 | - wire transactions through rpmcli install/erase modes. | jbj | 1 | -30/+178 |
2001-10-25 | - legacy signatures always checked on -qp and -Vp. | jbj | 1 | -48/+3 |
2001-10-21 | - all symbols but hdrVec are now forward references in linkage. | jbj | 1 | -1/+2 |
2001-10-16 | More lclint annotations. | jbj | 1 | -2/+4 |
2001-10-15 | Explicit branchstate annotations. | jbj | 1 | -0/+2 |
2001-10-15 | lclint fiddles to annotate globals. | jbj | 1 | -1/+2 |
2001-10-13 | More lclint annotations. | jbj | 1 | -16/+44 |
2001-09-24 | Move to lclint-3.0.0.15, revisit and clean up annotations. | jbj | 1 | -5/+5 |
2001-07-11 | - python bindings should not segfault when fed bad data. | jbj | 1 | -2/+2 |
2001-06-19 | - finalize per-header methods, accessing headerFoo through vector. | jbj | 1 | -2/+2 |
2001-06-12 | - remove dead code frpm popt table reorg. | jbj | 1 | -8/+15 |
2001-06-04 | lclint fiddles. | jbj | 1 | -2/+2 |
2001-05-31 | - return multiple suggested packages (Pawel Kolodziej <pawelk@pld.org.pl>). | jbj | 1 | -3/+7 |
2001-05-23 | - headerFree() returns NULL, _free is C++ safe. | jbj | 1 | -3/+3 |
2001-05-03 | - still more boring lclint annotations and fiddles. | jbj | 1 | -0/+2 |
2001-04-30 | - yet more boring lclint annotations and fiddles. | jbj | 1 | -7/+8 |
2001-04-29 | - more boring lclint annotations and fiddles. | jbj | 1 | -0/+4 |
2001-04-21 | Sync with rpm-4_0 branch. | jbj | 1 | -4/+6 |
2001-03-14 | Update to doxygen-1.2.6 configuration. | jbj | 1 | -1/+1 |
2001-02-12 | Add rpmRC return code type for the usual 0/1/2 codes. | jbj | 1 | -24/+30 |
2001-02-11 | 1st stab at --repackage. | jbj | 1 | -2/+32 |
2001-01-16 | fix: segfault through python bindings with fd to non-package (#24089). | jbj | 1 | -0/+2 |
2001-01-15 | - fix: extra newline in many error messages (#23947). | jbj | 1 | -2/+2 |
2001-01-09 | - tsorted packages processed in successor count order. | jbj | 1 | -8/+9 |
2000-12-12 | Sync with rpm-4_0 branch. | jbj | 1 | -6/+2 |
2000-12-02 | Bring header reggions mods back to top of stack. | jbj | 1 | -11/+47 |
2000-11-07 | - load headers as single contiguous region. | jbj | 1 | -6/+3 |
2000-10-28 | - add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva.com.br>). | jbj | 1 | -3/+5 |
2000-08-27 | Doxygen annotations. | jbj | 1 | -0/+4 |
2000-08-23 | doxygen annotations. | jbj | 1 | -11/+9 |
2000-07-17 | Sync with rpm-3.0.5 chnages. | jbj | 1 | -2/+1 |
2000-07-15 | - rip out pre-transaction syscalls, more design is needed. | jbj | 1 | -215/+6 |
2000-05-30 | - mark packaging with version 4 to reflect filename/provide changes. | jbj | 1 | -3/+6 |
2000-04-13 | add explcit "Provides: name = [epoch:]version-release" to headers. | jbj | 1 | -0/+3 |
1999-10-30 | Make fdFileno() static, use Fileno()/Ferror() analogues throughout. | jbj | 1 | -1/+1 |
1999-10-27 | use compressed filenames on install side. | jbj | 1 | -2/+4 |