Age | Commit message (Expand) | Author | Files | Lines |
2000-10-27 | - fix: runTriggers was not adding countCorrection. | jbj | 2 | -1/+4 |
2000-10-26 | Add base64 fiddles to get at signature contents to librpmio.a. | jbj | 37 | -471/+1361 |
2000-10-24 | @todo FIXME: Option -q broken when not immediately after %setup. | jbj | 1 | -4/+39 |
2000-10-24 | - verify MD5 sums of payload files when unpacking archive. | jbj | 42 | -6638/+7657 |
2000-10-22 | add arch_compat: i686 for ia64 | notting | 1 | -3/+2 |
2000-10-20 | - pass rpmTransactionSet, not elements, to installBinaryPackage et al. | jbj | 10 | -247/+265 |
2000-10-20 | - detect rdonly linux file systems. | jbj | 7 | -261/+295 |
2000-10-13 | Removed references to Package | rjray | 2 | -5/+5 |
2000-10-13 | *** empty log message *** | rjray | 1 | -5/+4 |
2000-10-13 | Bumped VERSION up to 0.291 | rjray | 8 | -20/+36 |
2000-10-13 | Removed package stuff for 0.291 | rjray | 1 | -3/+0 |
2000-10-13 | *** empty log message *** | rjray | 1 | -0/+4 |
2000-10-13 | Tweaked the spec file, removed Package stuff for 0.291. | rjray | 1 | -4/+3 |
2000-10-12 | Added RPM::Package stuff | rjray | 1 | -0/+3 |
2000-10-12 | Checkpoint. Currently loads and does minimal operations. | rjray | 2 | -8/+78 |
2000-10-12 | Added a bug fix, removed an unused var, and added a constant() with AUTOLOAD | rjray | 2 | -6/+72 |
2000-10-12 | RPM packaging support, including make rules and a spec file. | rjray | 1 | -8/+162 |
2000-10-12 | Merged into Makefile.PL | rjray | 1 | -57/+0 |
2000-10-10 | Man page and help message correction (#18759). | jbj | 2 | -6/+6 |
2000-10-10 | Baseline file, tests to be added | rjray | 1 | -0/+10 |
2000-10-10 | Added another value for RPM_PACKAGE_* | rjray | 1 | -1/+2 |
2000-10-10 | This is the spec file per cpanflute and Jeff. This will be enhanced | rjray | 1 | -0/+57 |
2000-10-10 | The rpm-version defines should have been put in for versions older | rjray | 1 | -4/+7 |
2000-10-10 | Cleanup on the AUTOLOAD function. | rjray | 1 | -11/+7 |
2000-10-10 | Added loading-tests for RPM::Error and RPM::Package | rjray | 1 | -1/+2 |
2000-10-08 | The start of Package functionality (CVS checkpoint to tremere) | rjray | 2 | -44/+141 |
2000-10-08 | Changes related to start of Package integration | rjray | 1 | -9/+16 |
2000-10-08 | Added a fail-clause for O_RPM_Blessed | rjray | 1 | -2/+9 |
2000-10-08 | Removed unused var | rjray | 1 | -2/+1 |
2000-10-08 | *** empty log message *** | rjray | 1 | -4/+1 |
2000-10-08 | Added Package to bootstrap list | rjray | 2 | -2/+5 |
2000-10-08 | Added Package to build list | rjray | 1 | -1/+1 |
2000-10-05 | changed for 0.29 | rjray | 2 | -14/+13 |
2000-10-05 | Various updates in prelude to 0.29, mainly rpm 4.0 compatibility | rjray | 13 | -134/+287 |
2000-09-29 | doxygen annotations. | jbj | 7 | -53/+274 |
2000-09-29 | manpage fix (johnsonm@redhat.com) | jbj | 1 | -2/+11 |
2000-09-28 | - handle possible db3 dependency on -lpthread more gracefully. | jbj | 3 | -6/+26 |
2000-09-26 | - fix: avoid calling getpass twice as side effect of xstrdup macro (#17672). | jbj | 1 | -1/+3 |
2000-09-26 | - order packages using tsort, clipping PreReq:'s in dependency loops. | jbj | 32 | -1839/+2657 |
2000-09-26 | Remove bash2 dependency. | jbj | 1 | -2/+2 |
2000-09-26 | Add rpmsort. | jbj | 3 | -3/+182 |
2000-09-26 | rpminject.c: add mtrace prologue. | jbj | 1 | -0/+4 |
2000-09-26 | doxygen annotations. | jbj | 1 | -7/+17 |
2000-09-26 | rpmdb.c: Mark dead code, replaced with per-iterator cursors. | jbj | 1 | -6/+5 |
2000-09-26 | Add @todo Should directories have %doc/%config attributes? (#14531). | jbj | 1 | -0/+4 |
2000-09-16 | - don't trim leading ./ in rpmCleanPath() (#14961). | jbj | 2 | -3/+7 |
2000-09-14 | fix 64bit lib stuff | notting | 1 | -2/+2 |
2000-09-14 | Revert rpmrc excision for now. | jbj | 73 | -10440/+14169 |
2000-09-13 | - fix: honor --test when doing --freshen. | jbj | 3 | -2/+3 |
2000-09-11 | - popt: support for float/double args. | jbj | 7 | -6/+61 |