Doxygen annotations for config files.
[tools/librpm-tizen.git] / lib / query.c
2001-04-10 jbjDoxygen annotations for config files.
2001-03-23 jbj- fix: parameterized macro segfault (Jakub Bogusz ...
2001-03-22 jbj- python: strip header regions during unload.
2001-03-14 jbjUpdate to doxygen-1.2.6 configuration.
2001-02-12 jbjAdd rpmRC return code type for the usual 0/1/2 codes.
2001-01-15 jbj- fix: extra newline in many error messages (#23947).
2000-12-27 jbj- use malloc'ed buffer for large queries.
2000-12-26 jbjFix --queryformat.
2000-12-26 jbj- send query/verify output through rpmlog().
2000-12-12 jbjSync with rpm-4_0 branch.
2000-10-28 jbj- add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva...
2000-08-29 jbj- translate rpm.8 man page (Peter Ivanyi <ivanyi@intern...
2000-08-27 jbjDoxygen annotations.
2000-07-09 jbj- prefix payload paths with "./", otherwise "/" can...
2000-06-05 jbj- add optflags for i486 and i586.
2000-06-01 jbjSplit popt glue into lib/popt{BT,QV}.c.
2000-05-26 jbjRemove build modes from rpm, use rpmb and/or popt glue...
2000-05-16 jbjadd calculated nlink field to -qlv output (like ls...
2000-05-16 jbjfix: (segfault) verify needs rpmdb while query does...
2000-05-07 jbjRepair rebuilddb lossage, removing debug messages and...
2000-04-27 jbjSanity and API clean up. (make dist)
2000-04-27 jbj- API: replace rpmdbUpdateRecord with rpmdbRemove/rpmdbAdd.
2000-04-23 jbjmake db indices as lightweight as possible, with per...
2000-04-19 jbjChange iterator interface to use RPMTAG_FOO rather...
2000-04-12 jbjRemove DYING code.
2000-04-12 jbjAPI: pass *SearchIndex() length of key (0 will use...
2000-04-04 jbjPermit dboffsets in hex and octal.
2000-03-23 jbj- API: change dbi to pass by reference, not value.
2000-02-23 jbji18n lookaside.
2000-02-16 jbjDisable i18n lookaside for now.
2000-02-13 jbjImplementation of i18n look-aside, no-op'ed for now.
1999-12-12 jbjlib/rpminstall.c: Perform glob on remote ftp install...
1999-12-12 jbjperform glob on remote ftp queries.
1999-12-08 jbjrename new FILENAMES tags to BASENAMES/DIRNAMES/DIRINDEXES.
1999-12-02 jbjpermit --whatprovides to lookup file dependencies.
1999-11-30 jbjlib/install.c: Check errno and mkdir specdir/sourcedir...
1999-11-26 jbjConsistent usage for fileNames, baseNames, dirNames...
1999-11-10 jbjSwap 2nd and 3rd arg to Fread/Fwrite to preserve read...
1999-11-09 jbjfix: typo in error message (#6858).
1999-11-04 jbjUse Fopen almost everywhere.
1999-11-02 jbjAdd ref/deref/new/fileno/open vectors to FDIO_t.
1999-10-31 jbjSpec: Add rootdir (as in chroot).
1999-10-30 jbjMake fdFileno() static, use Fileno()/Ferror() analogues...
1999-10-08 jbjUse xmalloc/xstrdup rather than malloc/strdup.
1999-10-06 ewtfirst steps toward getting compressed file lists to...
1999-10-04 jbjdumb cpp's want white space around lclint annotations...
1999-09-30 jbjHPUX cc compiler fidgets.
1999-09-22 jbjlclint annotations.
1999-09-21 jbjfix: command line install had header memory leak.
1999-09-17 jbjlclint annotations.
1999-08-15 jbjresuscitate net shared paths (#4330).
1999-08-09 jbjPrepare for per-package non-string macros like epoch.
1999-08-06 jbjUse headerNVR throughout.
1999-07-17 jbjmake query (rpm -qvl) behave like (POSIX?) ls for older...
1999-07-13 jbjPerl bindings need
1999-07-10 jbjEliminate unnecessary extern.
1999-07-06 jbjchangelog stamp broken w/ big endian 64 bit time_t...
1999-06-30 jbjMore ugliness.
1999-06-30 jbjUgly hack to get query dependencies right.
1999-06-30 jbjmove url.c and ftp.c to rpmlib right next to query.
1999-06-28 jbjBetter error message on ftp open failures.
1999-06-23 jbjFinesse tagName dependency loop.
1999-05-10 jbjcolesce query and verify modes.
1999-05-07 jbjfix: resurrect -Vp, -Vf and -Vg functionality.
1999-05-06 jbjAdd argument to specedit to choose between specs and...
1999-04-14 jbjMake silly headerGetEntry consistent throughout.
1999-03-20 jbjeliminate old rpmrc configuration syntax.
1999-02-22 jbjMeta-msgid's generated by tagName.
1999-02-22 jbjpermit substitution of I18N strings from PO meta-catalo...
1999-01-06 jbjpropagate "const char *" into rpmlib prototypes.
1998-12-26 ewtremoved unused variable
1998-12-15 ewtdon't do realpath stuff here; it's done in rpmdbFindByF...
1998-12-14 jbjpermit and file:// url's as well as ftp://.
1998-12-01 jbjStart separating build options.
1998-12-01 jbjSanity.
1998-11-30 ewtswitched exists() to rpmfileexists()
1998-11-20 jbjpermit "rpm -q --specfile ... file.spec" queries.
1998-11-19 jbjlclint noise.
1998-11-19 jbjfinish hiding rpmdb index record data ("matches").
1998-11-18 jbjimplement abstract fd type almost everywhere.
1998-11-16 jbjLCLINT pass 0.
1998-10-27 ewt1) split query option parsing into popt subtables