Age | Commit message (Expand) | Author | Files | Lines |
2000-01-04 | Correct open flags for signing packages. | jbj | 1 | -1/+1 |
2000-01-03 | fix: manageFile needs to and with O_WRONLY(=1), not O_RDONLY(=0). | jbj | 1 | -1/+1 |
2000-01-03 | fix: fp.subDir was incorrectly set to NULL in sparse chroot's. | jbj | 1 | -1/+1 |
1999-12-24 | split python bindings into a separate sub-package of rpm. | jbj | 1 | -0/+1 |
1999-12-21 | lib/rpmio.c: Start weeding the debug messages. | jbj | 1 | -2/+2 |
1999-12-19 | Initialize values behind pointers before calling rpmGet{Arch,Os}Info. | jbj | 1 | -5/+6 |
1999-12-19 | Typo (t->num rather than tnum causes segfault while re-reading rpmrc on exit). | jbj | 1 | -3/+3 |
1999-12-18 | Spelling correction. | jbj | 1 | -1/+1 |
1999-12-16 | diddle some names to keep my C++ brethern happy (i.e. kpackage port). | jbj | 2 | -11/+11 |
1999-12-16 | fix: missing strdup when overriding buildroot from command line | jbj | 1 | -24/+47 |
1999-12-15 | expose enough of legacy fdio interface to compile gnorpm. | jbj | 1 | -2/+4 |
1999-12-15 | uninstall.c: rpmdbRemove used to have 2nd arg, tolerant = 0. This generates | jbj | 1 | -2/+8 |
1999-12-15 | fix: compressFileList was over-generating dirNames. | jbj | 3 | -16/+34 |
1999-12-13 | NULL missing at end of packages-to-be-installed array. | jbj | 1 | -0/+2 |
1999-12-12 | reload macros from cmd line when re-reading config files. | jbj | 5 | -80/+58 |
1999-12-12 | lib/rpminstall.c: Perform glob on remote ftp install args. | jbj | 5 | -138/+196 |
1999-12-12 | perform glob on remote ftp queries. | jbj | 4 | -14/+123 |
1999-12-11 | partial implementation for ftp globbing. | jbj | 2 | -0/+34 |
1999-12-11 | doLookup() wasn't stat'ing / properly | ewt | 1 | -4/+16 |
1999-12-10 | add contentLength sanity check on rpmdb headerWrite. | jbj | 2 | -3/+11 |
1999-12-10 | fix: don't look at password when searching urlCache. | jbj | 1 | -6/+4 |
1999-12-10 | Back out fix for dirIndexes memory leak. | jbj | 2 | -2/+6 |
1999-12-08 | rename new FILENAMES tags to BASENAMES/DIRNAMES/DIRINDEXES. | jbj | 12 | -82/+122 |
1999-12-08 | fix: new filelists require package index, not pointer. | jbj | 2 | -1/+13 |
1999-12-07 | Makefile.am: Add RPM-GPG-KEY to the package. | jbj | 12 | -83/+98 |
1999-12-05 | expose enough of the legacy fdio interface to compile rpmfind/rpm2html. | jbj | 2 | -35/+21 |
1999-12-02 | permit --whatprovides to lookup file dependencies. | jbj | 1 | -10/+12 |
1999-12-01 | Solaris fiddles. | jbj | 2 | -5/+8 |
1999-12-01 | Add underscore in front of (possibly) non-supported FDIO_t vectors. | jbj | 13 | -49/+64 |
1999-11-30 | lib/transaction.c: Fix (in the right place) the dil memory leak. | jbj | 1 | -2/+3 |
1999-11-30 | lib/depends.c: Fix minor memory leak. | jbj | 5 | -80/+82 |
1999-11-30 | lib/install.c: Check errno and mkdir specdir/sourcedir only for local fs. | jbj | 3 | -62/+79 |
1999-11-27 | lib/stubs.c: Add portability routines to rpmlib for portable shared rpmlib. | jbj | 3 | -1/+83 |
1999-11-26 | Consistent usage for fileNames, baseNames, dirNames and dirIndexes throughout. | jbj | 11 | -248/+325 |
1999-11-26 | lib/macro.c: Create rpmCleanPath(). | jbj | 3 | -88/+112 |
1999-11-24 | build/files.c: Remove dead code. | jbj | 3 | -4/+4 |
1999-11-24 | lib/macro.c: Canonicalize paths in rpmGetPath(). | jbj | 6 | -43/+124 |
1999-11-19 | macros.in: Add buildsubdir and scriptlet template macros. | jbj | 5 | -41/+31 |
1999-11-18 | The death of lib/ftp.c, merged into lib/rpmio.c. | jbj | 8 | -749/+82 |
1999-11-15 | Make static fd in transaction callback persistent. | jbj | 2 | -4/+13 |
1999-11-15 | rpm.c: Add --ftpdebug, --urldebug, --rpmiodebug (for my sanity). | jbj | 2 | -45/+62 |
1999-11-14 | lib/rpmio.c: Implement per-fd layers as a stack, add fdPush/fdPop. | jbj | 8 | -56/+75 |
1999-11-12 | Use Fstrerror on ufdio throughut. | jbj | 12 | -134/+228 |
1999-11-10 | Swap 2nd and 3rd arg to Fread/Fwrite to preserve read/write type return. | jbj | 19 | -151/+182 |
1999-11-09 | fix: typo in error message (#6858). | jbj | 9 | -193/+474 |
1999-11-06 | Sanity. | jbj | 1 | -18/+40 |
1999-11-05 | rpmio.c: Add per FD_t syserrno, read timers and simple counting statistics. | jbj | 4 | -92/+171 |
1999-11-04 | Use Fopen almost everywhere. | jbj | 15 | -154/+135 |
1999-11-03 | First use of libio. | jbj | 6 | -37/+78 |
1999-11-02 | Move most of the ftp and http interface to rpmio.c. | jbj | 6 | -285/+51 |