Age | Commit message (Expand) | Author | Files | Lines |
2001-07-10 | - package version now configureable, default v3. | jbj | 2 | -2/+25 |
2001-07-06 | - expose rpmShowProgress() and rpmVerifyDigest() in rpmcli.h. | jbj | 1 | -1/+1 |
2001-07-03 | - fix: redundant entries in file manifests handled correctly (#46914). | jbj | 3 | -13/+72 |
2001-06-25 | Yet another patial harlink set fix. | jbj | 1 | -0/+1 |
2001-06-20 | - fix: partial sets of hardlinked files forbidden in payload. | jbj | 1 | -3/+8 |
2001-06-19 | - finalize per-header methods, accessing headerFoo through vector. | jbj | 2 | -3/+3 |
2001-06-19 | - preliminary abstraction to support per-header methods. | jbj | 3 | -4/+4 |
2001-06-15 | - ia64/sparc: <arch>.{req,prov} identical to linux.{req,prov}. | jbj | 1 | -1/+4 |
2001-06-12 | - remove rpmrc Provides: Yet Again, use virtual packages. | jbj | 1 | -1/+0 |
2001-06-12 | - remove dead code frpm popt table reorg. | jbj | 4 | -65/+96 |
2001-06-06 | - permit duplicates for btree indices. | jbj | 1 | -1/+1 |
2001-06-05 | Typos. | jbj | 1 | -3/+3 |
2001-06-05 | - fix typos in linux.{req,prov}. | jbj | 9 | -91/+136 |
2001-06-04 | lclint fiddles. | jbj | 10 | -47/+67 |
2001-05-23 | - headerFree() returns NULL, _free is C++ safe. | jbj | 2 | -17/+6 |
2001-05-09 | - rpm executables now setuid rpm to share write locks. | jbj | 1 | -1/+1 |
2001-05-08 | - create rpmdb.la so that linkage against rpm's db-3.2.9 is possible. | jbj | 1 | -7/+6 |
2001-05-06 | - fix: specfile queries with BuildArch: (#27589). | jbj | 9 | -146/+165 |
2001-05-05 | - enough lclint annotations and fiddles already. | jbj | 11 | -51/+59 |
2001-05-03 | - still more boring lclint annotations and fiddles. | jbj | 16 | -181/+361 |
2001-04-30 | - yet more boring lclint annotations and fiddles. | jbj | 16 | -219/+251 |
2001-04-29 | - globalize _free(3) wrapper in rpmlib.h, consistent usage throughout. | jbj | 16 | -413/+400 |
2001-04-17 | - fix: Fwrite's are optimized out by aggressive compiler(irix) (#34711). | jbj | 1 | -1/+1 |
2001-04-10 | Doxygen annotations for config files. | jbj | 1 | -1/+3 |
2001-03-22 | - python: strip header regions during unload. | jbj | 1 | -1/+1 |
2001-03-16 | - add %exclude support (i.e. "everything but") to %files. | jbj | 1 | -8/+92 |
2001-03-14 | Update to doxygen-1.2.6 configuration. | jbj | 9 | -0/+25 |
2001-02-12 | Add rpmRC return code type for the usual 0/1/2 codes. | jbj | 1 | -3/+6 |
2001-02-12 | Rename RPMSIG_* signature types to RPMSIGTYPE_* to avoid confusion. | jbj | 1 | -1/+1 |
2001-02-11 | 1st stab at --repackage. | jbj | 2 | -2/+2 |
2001-02-10 | Reorganize sources before implementing --repackage. | jbj | 1 | -1/+1 |
2001-02-08 | Remove DEAD code. | jbj | 1 | -4/+0 |
2001-02-08 | Move state machine drivers into fsmStage. | jbj | 1 | -1/+3 |
2001-02-03 | fix: db1 dbopen() check found in libc not auto-configuring forrectly. | jbj | 2 | -1/+5 |
2001-02-02 | Use fsm for building. | jbj | 1 | -3/+8 |
2001-01-25 | - remove support for v1 src rpm's. | jbj | 1 | -1/+6 |
2001-01-25 | Isolate install/erase actions. | jbj | 1 | -4/+5 |
2001-01-24 | Add rollback.h, 1st attempt to rationalize TFI_t. | jbj | 1 | -1/+1 |
2001-01-24 | Rip XFI_t from install. | jbj | 5 | -116/+73 |
2001-01-23 | Rip out cpioFileMap. | jbj | 5 | -68/+157 |
2001-01-21 | - cpio mappings carry dirname/basename, not absolute path. | jbj | 2 | -13/+25 |
2001-01-19 | - fix: insure that %lang scopes over hard links correctly. | jbj | 1 | -8/+101 |
2001-01-16 | dropped piece of patch. | jbj | 1 | -1/+1 |
2001-01-15 | - fix: extra newline in many error messages (#23947). | jbj | 14 | -167/+191 |
2001-01-11 | doxygen annotations for build/*. | jbj | 16 | -179/+454 |
2001-01-04 | - fix: pass scriptlet args, as in %post -p "/sbin/ldconfig -n /lib". | jbj | 1 | -6/+15 |
2001-01-03 | - fix: avoid locale issues with strcasecmp/strncasecmp (#23199). | jbj | 2 | -34/+15 |
2000-12-12 | Sync with rpm-4_0 branch. | jbj | 18 | -56/+78 |
2000-12-04 | - use package version 3 if --nodirtokens is specified. | jbj | 1 | -3/+2 |
2000-12-02 | Bring header reggions mods back to top of stack. | jbj | 8 | -129/+121 |