Age | Commit message (Expand) | Author | Files | Lines |
2001-11-11 | - unify rpmFNSet into TFI_t. | jbj | 1 | -1/+1 |
2001-11-11 | Rip alGetHeader() out of depends.c. | jbj | 1 | -9/+10 |
2001-11-01 | - depends.c: availablePackage is (almost) opaque. | jbj | 1 | -2/+6 |
2001-11-01 | - add header refcount annotations throughout. | jbj | 1 | -36/+66 |
2001-10-20 | - add :base64 and :armor format extensions, dump binary tags in hex. | jbj | 1 | -0/+27 |
2001-10-18 | Scaffholding for dumping full headers carried through transaction. | jbj | 1 | -1/+35 |
2001-10-17 | Converging on lclint-3.0.17 strict level. | jbj | 1 | -3/+3 |
2001-10-16 | Factor -type problems into explicit code annotations. | jbj | 1 | -0/+6 |
2001-10-16 | More lclint annotations. | jbj | 1 | -0/+2 |
2001-10-15 | - use only header methods, routines are now static. | jbj | 1 | -147/+419 |
2001-10-15 | Explicit branchstate annotations. | jbj | 1 | -2/+16 |
2001-10-15 | lclint fiddles to annotate globals. | jbj | 1 | -5/+17 |
2001-10-13 | More lclint annotations. | jbj | 1 | -16/+16 |
2001-10-13 | - ratchet up to lclint "strict" level. | jbj | 1 | -3/+10 |
2001-09-24 | Move to lclint-3.0.0.15, revisit and clean up annotations. | jbj | 1 | -1/+3 |
2001-09-21 | - lclint-3.0.0.15 fiddles. | jbj | 1 | -0/+17 |
2001-08-25 | - within a region, entries sort by address; added drips sort by tag. | jbj | 1 | -11/+8 |
2001-08-16 | - python: add exception to detect bad data in hdrUnload. | jbj | 1 | -0/+2 |
2001-08-15 | - always use dl size in regionSwab() return. | jbj | 1 | -4/+10 |
2001-08-13 | - fix: segfault on headerFree given malicious data. | jbj | 1 | -2/+4 |
2001-08-04 | - fix: autoconf glob tests (#50845). | jbj | 1 | -3/+20 |
2001-08-03 | lclint clean again. | jbj | 1 | -0/+4 |
2001-08-03 | - fix: i18n tags not terminated correctly with NUL (#50304). | jbj | 1 | -6/+14 |
2001-07-31 | - add support for mips (#49283). | jbj | 1 | -3/+8 |
2001-07-20 | - fix: yet another segfault from bad metadata prevented. | jbj | 1 | -7/+32 |
2001-06-30 | - update intl dirs to gettext-0.10.38. | jbj | 1 | -16/+18 |
2001-06-28 | - fix: sanity checks on #tags (<65K) and offset (<16Mb) in header. | jbj | 1 | -3/+11 |
2001-06-19 | - finalize per-header methods, accessing headerFoo through vector. | jbj | 1 | -18/+451 |
2001-06-19 | - preliminary abstraction to support per-header methods. | jbj | 1 | -779/+456 |
2001-06-17 | Sync with rpm-4_0 branch. | jbj | 1 | -240/+1 |
2001-06-15 | - fix: db1 end-of-file not detected in legacy compatible way. | jbj | 1 | -9/+3 |
2001-06-12 | - remove rpmrc Provides: Yet Again, use virtual packages. | jbj | 1 | -10/+3 |
2001-06-12 | - remove dead code frpm popt table reorg. | jbj | 1 | -22/+24 |
2001-06-05 | fix: increment pointer in funky header ext while loop. | jbj | 1 | -6/+4 |
2001-06-05 | - fix typos in linux.{req,prov}. | jbj | 1 | -47/+57 |
2001-06-04 | lclint fiddles. | jbj | 1 | -3/+15 |
2001-05-31 | - return multiple suggested packages (Pawel Kolodziej <pawelk@pld.org.pl>). | jbj | 1 | -7/+7 |
2001-05-23 | - remove all header region assertion failures, return NULL instead. | jbj | 1 | -16/+4 |
2001-05-23 | - headerFree() returns NULL, _free is C++ safe. | jbj | 1 | -62/+114 |
2001-05-20 | - fix: i18n strings need 1 on sucess return code (#41313). | jbj | 1 | -3/+4 |
2001-05-16 | - fix: filter duplicate package removals (#35828). | jbj | 1 | -3/+7 |
2001-05-11 | - harden rpmdb iterators from damaged header instance segfaults. | jbj | 1 | -16/+64 |
2001-05-03 | - still more boring lclint annotations and fiddles. | jbj | 1 | -51/+76 |
2001-04-30 | - yet more boring lclint annotations and fiddles. | jbj | 1 | -5/+6 |
2001-04-29 | - more boring lclint annotations and fiddles. | jbj | 1 | -0/+18 |
2001-04-29 | - globalize _free(3) wrapper in rpmlib.h, consistent usage throughout. | jbj | 1 | -6/+7 |
2001-04-03 | casts to keep picky compilers happy (#29992). | jbj | 1 | -6/+10 |
2001-03-28 | - fix: i18n tags in rpm-2.5.x had wrong offset/length (#33478). | jbj | 1 | -7/+31 |
2001-03-14 | Update to doxygen-1.2.6 configuration. | jbj | 1 | -1/+2 |
2001-02-11 | 1st stab at --repackage. | jbj | 1 | -6/+51 |