summaryrefslogtreecommitdiff
path: root/Doxyfile.in
AgeCommit message (Collapse)AuthorFilesLines
2002-06-30- warn only once for each NOKEY/UNTRUSTED key id.jbj1-0/+3
- factor common options into table, add rpmcliInit() and rpmcliFini(). - add preliminary rpmgraph(8) and rpmcache(8) executables to rpm-devel. CVS patchset: 5535 CVS date: 2002/06/30 22:47:32
2002-06-15- beecrypt: merge changes from beecrypt-2.3.0.jbj1-0/+74
- beecrypt: merge doxygen markup with rpmapi doco. - beecrypt: revert cpu/arch compile option mixup (#66752). CVS patchset: 5495 CVS date: 2002/06/15 19:43:41
2002-06-03Teach doxygen about python/*-py.c files.jbj1-2/+19
Make sure that automake includes the python/test/* files. CVS patchset: 5461 CVS date: 2002/06/03 23:27:05
2002-05-19- Grand Renaming of rpm data types.jbj1-1/+2
CVS patchset: 5439 CVS date: 2002/05/19 18:42:25
2002-05-06- rework most of rpmdb.c prepatory to implementing duplicates.jbj1-1/+0
- fix: 2 memory leaks in headerSprintf. - fix: db mire's access out-of-bounds memory. CVS patchset: 5423 CVS date: 2002/05/06 19:48:14
2002-05-02- eliminate db1 support.jbj1-2/+0
- fix: rpmdb iterator memory leak in python bindings. - fix: include <sys/time.h> for 6.2 python modules. - remove vestiges of mipseb arch (#62408). CVS patchset: 5414 CVS date: 2002/05/02 22:16:30
2002-04-11- rescusitate --rebuild.jbj1-1/+0
CVS patchset: 5389 CVS date: 2002/04/11 16:55:19
2002-04-08Sanity.jbj1-0/+4
CVS patchset: 5382 CVS date: 2002/04/08 22:52:45
2002-04-08doxygen cleanup.jbj1-44/+184
CVS patchset: 5379 CVS date: 2002/04/08 18:56:01
2002-04-07- speedup large queries by ~50%.jbj1-0/+1
- revert to presentation ordering Yet Again (#62158). - non-glibc: on upgrade, mergesort is much faster than quicksort. CVS patchset: 5377 CVS date: 2002/04/07 19:52:42
2002-03-13Split transaction set handling into separate file, prepatory tojbj1-0/+2
devising some toy access methods. CVS patchset: 5356 CVS date: 2002/03/13 17:59:49
2002-02-23fix: opendir(3) et al functional with FTP.jbj1-1/+3
Use GNU extensions to apply glob(3) to ftp:// URL's. CVS patchset: 5333 CVS date: 2002/02/23 21:24:37
2001-11-19- header handling moved to librpmdb to avoid linkage loops.jbj1-5/+5
CVS patchset: 5193 CVS date: 2001/11/19 22:45:35
2001-11-16Create rpmte.[ch].jbj1-0/+2
CVS patchset: 5185 CVS date: 2001/11/16 20:26:01
2001-11-03- depends.c: rpmDepSet is (almost) opaque, move to rpmds.[ch].jbj1-0/+4
CVS patchset: 5152 CVS date: 2001/11/03 02:34:15
2001-10-25- legacy signatures always checked on -qp and -Vp.jbj1-2/+1
CVS patchset: 5133 CVS date: 2001/10/25 01:36:32
2001-10-21- all symbols but hdrVec are now forward references in linkage.jbj1-2/+5
CVS patchset: 5128 CVS date: 2001/10/21 21:43:32
2001-10-15- use only header methods, routines are now static.jbj1-1/+0
CVS patchset: 5115 CVS date: 2001/10/15 21:07:08
2001-09-29- create RFC-2440 OpenPGP API in rpmio.jbj1-0/+1
- display signature packets before exec'ing gpg/pgp when verifying. CVS patchset: 5090 CVS date: 2001/09/29 17:44:45
2001-09-29Move OpenPGP constants to rpmio/rpmpgp.h.jbj1-0/+1
CVS patchset: 5088 CVS date: 2001/09/29 01:27:22
2001-09-25- drop rpmio/base64.[ch] in favor of beecrypt.jbj1-3/+0
- drop lib/md5*.[ch] files in favor of beecrypt. CVS patchset: 5081 CVS date: 2001/09/25 16:21:44
2001-09-25- drop rpmio/base64.[ch] in favor of beecrypt versions.jbj1-2/+0
CVS patchset: 5079 CVS date: 2001/09/25 14:03:27
2001-08-06- portability: some compilers squawk at return ((void) foo()) (#50419).jbj1-1/+0
- remove fdFileno() from librpmio, use inline version instead (#50420). - fix: linux find-requires needs quotes around [:blank:]. - remove /var/lib/rpm/__db* cache files if %__dbi_cdb is not configured. - python: add hiesenbug patch. CVS patchset: 5005 CVS date: 2001/08/06 11:27:27
2001-06-19- finalize per-header methods, accessing headerFoo through vector.jbj1-1/+0
CVS patchset: 4880 CVS date: 2001/06/19 16:59:23
2001-06-19- preliminary abstraction to support per-header methods.jbj1-0/+3
CVS patchset: 4878 CVS date: 2001/06/19 11:38:51
2001-06-17Sync with rpm-4_0 branch.jbj1-145/+148
CVS patchset: 4876 CVS date: 2001/06/17 22:18:03
2001-06-08- fix: QUERY_FOR_LIST file count clobbered.jbj1-0/+4
- create top level rpmcli API, factor top level modes into popt tables. - popt: add POPT_BIT_SET/POPT_BIT_CLR to API. - autogen.sh checks for latest libtool-1.4 and automake-1.4-p2. - rpm --verify reports failure(s) if corresponding tag is not in header. - rpm --verify honors %config(missingok), add -v for legacy behavior. CVS patchset: 4852 CVS date: 2001/06/08 20:45:59
2001-06-06- permit duplicates for btree indices.jbj1-2/+2
CVS patchset: 4843 CVS date: 2001/06/06 12:36:31
2001-05-29- eliminate db-1.85 and db-2.x configuration.jbj1-1/+0
- fix: popt arg sanity checks broken, optarg != optArg. - fix: popt range checks on floats/doubles broken. - popt: return POPT_ERROR_ERRNO on config open/read/close failure. CVS patchset: 4815 CVS date: 2001/05/29 15:03:35
2001-05-11- rpm database has rpm.rpm g+w permissions to share db3 mutexes.jbj1-4/+4
- expose more db3 macro configuration tokens. - move fprint.[ch] and hash.[ch] to rpmdb directory. - detect and fiddle incompatible mixtures of db3 env/open flags. - add DBI_WRITECURSOR to map to db3 flags with CDB database model. - add rpmdbSetIteratorRewrite to warn of pending lazy (re-)writes. CVS patchset: 4765 CVS date: 2001/05/11 04:01:04
2001-05-08- create rpmdb.la so that linkage against rpm's db-3.2.9 is possible.jbj1-8/+8
CVS patchset: 4752 CVS date: 2001/05/08 00:03:14
2001-04-10Doxygen annotations for config files.jbj1-110/+125
Doxygen annotations for rpmdep section. Add manifests for install modes. CVS patchset: 4675 CVS date: 2001/04/10 12:36:45
2001-03-22- python: strip header regions during unload.jbj1-0/+2
- add -g to optflags in per-platform config. - permit confgure/compile with db3-3.2.9. - permit manifest files as args to query/verify modes. CVS patchset: 4649 CVS date: 2001/03/22 23:39:01
2001-03-17Doco updates.jbj1-12/+18
CVS patchset: 4641 CVS date: 2001/03/17 19:55:09
2001-03-16- add --with/--without popt glue for conditional builds(Tomasz Kloczko).jbj1-0/+1
CVS patchset: 4639 CVS date: 2001/03/16 20:23:49
2001-03-14Update to doxygen-1.2.6 configuration.jbj1-23/+130
Add manual files to Doxfile.in. lclint annotations. CVS patchset: 4624 CVS date: 2001/03/14 23:09:09
2001-02-28Merge scriptlet handling into psm.c, remove from API.jbj1-2/+0
CVS patchset: 4587 CVS date: 2001/02/28 15:49:23
2001-02-27Handle non-string tag indices correctly.jbj1-0/+3
Sync with rpm-4.0.2. CVS patchset: 4583 CVS date: 2001/02/27 21:30:27
2001-02-10Reorganize sources before implementing --repackage.jbj1-4/+4
CVS patchset: 4543 CVS date: 2001/02/10 16:47:40
2001-01-21Make cpio mappings opaque.jbj1-0/+1
CVS patchset: 4479 CVS date: 2001/01/21 23:48:09
2001-01-21- cpio mappings carry dirname/basename, not absolute path.jbj1-0/+1
CVS patchset: 4474 CVS date: 2001/01/21 15:43:32
2001-01-12doxygen annotations for python bindings.jbj1-0/+1
CVS patchset: 4433 CVS date: 2001/01/12 18:22:27
2001-01-03- fix: avoid locale issues with strcasecmp/strncasecmp (#23199).jbj1-0/+1
- remove almost all explicit uses of stderr in rpmlib using rpmError(). CVS patchset: 4406 CVS date: 2001/01/03 20:19:27
2001-01-02doxygen annotations for popt.jbj1-1/+1
CVS patchset: 4401 CVS date: 2001/01/02 17:19:34
2000-12-04- use package version 3 if --nodirtokens is specified.jbj1-1/+0
CVS patchset: 4317 CVS date: 2000/12/04 02:13:11
2000-12-04Sync with rpm-4_0 branch.jbj1-2/+2
CVS patchset: 4315 CVS date: 2000/12/04 00:55:17
2000-10-26Add base64 fiddles to get at signature contents to librpmio.a.jbj1-0/+2
parsePrep.c: fix typo's. CVS patchset: 4227 CVS date: 2000/10/26 15:32:03
2000-10-24- verify MD5 sums of payload files when unpacking archive.jbj1-0/+1
CVS patchset: 4225 CVS date: 2000/10/24 13:46:51
2000-08-31Unify rpmError() and rpmMessage() on top of rpmlog().jbj1-2/+1
CVS patchset: 4148 CVS date: 2000/08/31 02:38:57
2000-08-29- translate rpm.8 man page (Peter Ivanyi <ivanyi@internet.sk>).jbj1-6/+2
Doxygen annotations. CVS patchset: 4146 CVS date: 2000/08/29 22:04:33