summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2000-03-23convert db1 -> db2 on-disk format using --rebuilddb.jbj4-43/+192
2000-03-23- API: change dbi to pass by reference, not value.jbj33-600/+2318
2000-03-18Typo.jbj1-1/+1
2000-03-13use DIRNAMES/BASENAMES/DIRINDICES not FILENAMES in packages and db.jbj1-1/+1
2000-03-11fix: use glibc 2.1 glob/fnmatch everywhere.jbj1-0/+1
2000-03-10Portability.jbj1-0/+4
2000-03-07portability: zlib-1.0.4 has not gzseekjbj1-1/+1
2000-02-29Portability fiddles.jbj1-4/+11
2000-02-27Permit building w/o libbz2.a.jbj1-1/+1
2000-02-27Diminish solaris2.6 gcc noise.jbj1-2/+2
2000-02-24(solaris 2.6): portability requires setenv.c.jbj1-0/+4
2000-02-24Automake portability diddles.jbj2-13/+5
2000-02-24Make sure that IPPORT_FTP is defined.jbj1-0/+3
2000-02-23Add %_i18ndomains configuration.jbj2-7/+9
2000-02-23First attempt at rpmHeaderGetEntry().jbj2-0/+60
2000-02-23i18n lookaside.jbj3-49/+62
2000-02-23fix: missed level of indirection in i18nTag().jbj2-21/+21
2000-02-22Another attempt to get i18n lookaside functional.jbj3-26/+43
2000-02-22fix: filter excluded paths before adding install prefixes (#8709).jbj1-18/+31
2000-02-21Avoid segfault on malformed %{!?FOO:} expansion (#9581).jbj1-1/+1
2000-02-17add sl.po from Primoz Peterlin <peterlin@biofiz.mf.uni-lj.si>.jbj1-3/+0
2000-02-17ENABLE_I18N_LOOKASIDE, take two.jbj1-0/+3
2000-02-16Disable i18n lookaside for now.jbj3-6/+16
2000-02-15new rpm-build package to isolate rpm dependencies on perl/bash2.jbj2-4/+20
2000-02-15Fix inverted test on headerGetEntry return.jbj1-2/+6
2000-02-13Implementation of i18n look-aside, no-op'ed for now.jbj3-46/+116
2000-01-28Doxygen.jbj2-14/+98
2000-01-24Documentation comments.jbj2-19/+57
2000-01-24fix: on --erase, segfault caused by "" prefix.jbj1-37/+36
2000-01-24Pass size(...)-1 to avoid buffer overflow on links that are 1024b long.jbj1-1/+6
2000-01-24fix: on --rebuilddb, make sure new/old paths are not the same (#8752).jbj2-4/+9
2000-01-23Exit if new db directory already exists when doing --rebuilddb.jbj1-0/+5
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