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