summaryrefslogtreecommitdiff
path: root/lib/query.c
AgeCommit message (Expand)AuthorFilesLines
2000-04-12Remove DYING code.jbj1-83/+0
2000-04-12API: pass *SearchIndex() length of key (0 will use strlen(key)).jbj1-3/+99
2000-04-04Permit dboffsets in hex and octal.jbj1-2/+12
2000-03-23- API: change dbi to pass by reference, not value.jbj1-7/+5
2000-02-23i18n lookaside.jbj1-26/+28
2000-02-16Disable i18n lookaside for now.jbj1-5/+11
2000-02-13Implementation of i18n look-aside, no-op'ed for now.jbj1-1/+2
1999-12-12lib/rpminstall.c: Perform glob on remote ftp install args.jbj1-41/+41
1999-12-12perform glob on remote ftp queries.jbj1-10/+18
1999-12-08rename new FILENAMES tags to BASENAMES/DIRNAMES/DIRINDEXES.jbj1-3/+3
1999-12-02permit --whatprovides to lookup file dependencies.jbj1-10/+12
1999-11-30lib/install.c: Check errno and mkdir specdir/sourcedir only for local fs.jbj1-1/+2
1999-11-26Consistent usage for fileNames, baseNames, dirNames and dirIndexes throughout.jbj1-14/+14
1999-11-10Swap 2nd and 3rd arg to Fread/Fwrite to preserve read/write type return.jbj1-1/+7
1999-11-09fix: typo in error message (#6858).jbj1-15/+19
1999-11-04Use Fopen almost everywhere.jbj1-1/+1
1999-11-02Add ref/deref/new/fileno/open vectors to FDIO_t.jbj1-1/+1
1999-10-31Spec: Add rootdir (as in chroot).jbj1-4/+4
1999-10-30Make fdFileno() static, use Fileno()/Ferror() analogues throughout.jbj1-3/+4
1999-10-08Use xmalloc/xstrdup rather than malloc/strdup.jbj1-1/+1
1999-10-06first steps toward getting compressed file lists to work -- most thingsewt1-21/+42
1999-10-04dumb cpp's want white space around lclint annotations (Tim Mooney).jbj1-3/+4
1999-09-30HPUX cc compiler fidgets.jbj1-2/+5
1999-09-22lclint annotations.jbj1-1/+1
1999-09-21fix: command line install had header memory leak.jbj1-10/+9
1999-09-17lclint annotations.jbj1-27/+33
1999-08-15resuscitate net shared paths (#4330).jbj1-0/+2
1999-08-09Prepare for per-package non-string macros like epoch.jbj1-2/+0
1999-08-06Use headerNVR throughout.jbj1-4/+2
1999-07-17make query (rpm -qvl) behave like (POSIX?) ls for older files (#4050).jbj1-254/+249
1999-07-13Perl bindings needjbj1-1/+1
1999-07-10Eliminate unnecessary extern.jbj1-1/+0
1999-07-06changelog stamp broken w/ big endian 64 bit time_t (Stephane Erania).jbj1-5/+4
1999-06-30More ugliness.jbj1-5/+3
1999-06-30Ugly hack to get query dependencies right.jbj1-5/+22
1999-06-30move url.c and ftp.c to rpmlib right next to query.jbj1-1/+1
1999-06-28Better error message on ftp open failures.jbj1-1/+1
1999-06-23Finesse tagName dependency loop.jbj1-2/+0
1999-05-10colesce query and verify modes.jbj1-119/+133
1999-05-07fix: resurrect -Vp, -Vf and -Vg functionality.jbj1-60/+77
1999-05-06Add argument to specedit to choose between specs and powertools packages.jbj1-5/+3
1999-04-14Make silly headerGetEntry consistent throughout.jbj1-1/+1
1999-03-20eliminate old rpmrc configuration syntax.jbj1-1/+2
1999-02-22Meta-msgid's generated by tagName.jbj1-1/+0
1999-02-22permit substitution of I18N strings from PO meta-catalogues.jbj1-0/+71
1999-01-06propagate "const char *" into rpmlib prototypes.jbj1-7/+7
1998-12-26removed unused variableewt1-1/+0
1998-12-15don't do realpath stuff here; it's done in rpmdbFindByFile() nowewt1-21/+0
1998-12-14permit http:// and file:// url's as well as ftp://.jbj1-15/+12
1998-12-01Start separating build options.jbj1-14/+24