summaryrefslogtreecommitdiff
path: root/query.c
AgeCommit message (Expand)AuthorFilesLines
1998-09-29Eliminate gcc warning.jbj1-1/+1
1998-09-28Sync with 2.5.4.jbj1-3/+7
1998-09-27add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)jbj1-23/+23
1998-09-27fixed ls -l information for socketsewt1-1/+1
1998-08-16- added :hex query formatjbj1-0/+10
1998-07-30Consolidated includes for librpmbuild API.jbj1-6/+2
1998-07-25Aggregate system includes into system.h.jbj1-18/+2
1998-07-24Patch from Tim Mooney.jbj1-3/+38
1998-03-27added trigger supportewt1-0/+10
1998-01-09added _() around a stringewt1-1/+1
1997-05-30moved findPackageByLabel() to rpmdbFindByLabel() and added rpmdbFindByHeader()ewt1-95/+1
1997-05-29Replaced queryformat code with headerSprintf() <whew>ewt1-316/+7
1997-05-23Omit RPMTAG_ portion of --querytags output.ewt1-1/+1
1997-05-20Added :shescape query format tagewt1-2/+31
1997-04-30Fixed problem with 8 character user names.ewt1-0/+2
1997-04-29Made many more strings in the toplevel interface translatable.ewt1-31/+35
1997-02-25removed defaultQueryFormat string (obosoleted by popt)ewt1-10/+0
1997-02-25added initializations of fileOwnerList, fileGroupListewt1-1/+2
1997-02-17fixed code so -qvv actually worksroot1-0/+2
1997-02-17dropped QUERY_FOR_INFO, QUERY_FOR_REQUIRESewt1-28/+30
1997-02-12array size mismatches in --qf should send error to stderrewt1-1/+1
1997-02-06%{#TAG} prints the number of items in the item (array length)ewt1-0/+7
1997-01-30removed stdin queries and moved --scripts, --provides to rpmpoptewt1-22/+2
1997-01-24moved isUrl initialization to remove dumb warningewt1-2/+2
1997-01-22changed types to headerTabTableEntry from rpmTagTableEntryewt1-2/+2
1997-01-17added :octal for int32 and int16ewt1-0/+6
1997-01-171) use config.h if availableewt1-1/+3
1997-01-02handle RPM_CHAR_TYPE like RPM_INT8_TYPE for queriesewt1-0/+1
1996-12-20we weren't printing the sticky bit properlyewt1-1/+1
1996-12-12made include of alloca.h conditionalewt1-1/+4
1996-12-05allow -qip -ewt1-0/+2
1996-11-22--scripts prints verify scriptewt1-1/+2
1996-11-18fix -Qroot1-2/+1
1996-11-18The Great Renamingroot1-55/+55
1996-10-21handles RPMFILE_STATE_NETSHARED, prints number of unknown statesewt1-1/+4
1996-10-201) display more intelligent errors when ftp queries failewt1-5/+9
1996-10-15added support for querying ftp:// packagesewt1-1/+16
1996-09-05fixed --scripts outputewt1-2/+2
1996-09-01added :fflags formatewt1-0/+9
1996-08-29ignore major, minor from pkgReadHeader()ewt1-1/+1
1996-07-141) added Summary to -qi outputewt1-3/+6
1996-07-10fixed default build string to not use '-' to print datesewt1-2/+2
1996-07-101) changed a bunch of the queries to happen via query formatsewt1-39/+29
1996-06-27added interation for queryformats and :date and :perms formatsewt1-64/+180
1996-06-27added support for INT8 types in query formatsewt1-0/+5
1996-06-27removed Provides: and Requires: tags from printoutsewt1-9/+4
1996-06-20got --whatrequires, --whatprovides, --requires, --provides, --dumpewt1-51/+91
1996-06-17merged rpmlib.h and package.hewt1-1/+0
1996-06-09added requiredby and provides queryingewt1-0/+20
1996-06-08added dependency queryingewt1-10/+46