Doxygen annotations for config files.
[tools/librpm-tizen.git] / lib / rpmlib.h
2001-04-10 jbjDoxygen annotations for config files.
2001-03-16 jbj- add %exclude support (i.e. "everything but") to ...
2001-03-14 jbjUpdate to doxygen-1.2.6 configuration.
2001-03-04 jbj- Add btree indexes for Dirnames, Requireversion, Provi...
2001-02-27 jbjSketch out PSM_t for package state machine.
2001-02-17 jbjMerge changes from rpm-4.0.2.
2001-02-12 jbjAdd rpmRC return code type for the usual 0/1/2 codes.
2001-02-11 jbj1st stab at --repackage.
2001-02-10 jbjReorganize sources before implementing --repackage.
2001-02-04 jbjrevert speedup on commit if same perms, there's more...
2001-01-28 jbjApply suffixes only to files.
2001-01-26 jbjlclint annotations.
2001-01-25 jbj- remove support for v1 src rpm's.
2001-01-21 jbj- cpio mappings carry dirname/basename, not absolute...
2001-01-15 jbj- fix: extra newline in many error messages (#23947).
2001-01-02 jbjdoxygen annotations for popt.
2001-01-01 jbj- use popt autohelp for rpm helper binaries.
2000-12-26 jbj- send query/verify output through rpmlog().
2000-12-12 jbjSync with rpm-4_0 branch.
2000-12-04 jbjSync with rpm-4_0 branch.
2000-12-02 jbjBring header reggions mods back to top of stack.
2000-11-12 jbj- fine-grained Requires, remove install PreReq's from...
2000-11-12 jbjSanity.
2000-11-07 jbj- load headers as single contiguous region.
2000-10-31 jbj- add rpmGetRpmlibProvides() to retrieve rpmlib(.....
2000-10-28 jbj- add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva...
2000-10-20 jbj- pass rpmTransactionSet, not elements, to installBinar...
2000-10-20 jbj- detect rdonly linux file systems.
2000-09-26 jbjdoxygen annotations.
2000-09-14 jbjRevert rpmrc excision for now.
2000-09-01 jbj- unify rpmError and rpmMessge interfaces through rpmlog.
2000-08-30 jbjDoxygen annotations.
2000-08-29 jbj- translate rpm.8 man page (Peter Ivanyi <ivanyi@intern...
2000-08-28 jbjDoxygen annotations.
2000-08-27 jbj- consistent return for all signature verification.
2000-08-27 jbjDoxygen annotations.
2000-08-23 jbjdoxygen/lclint annotations.
2000-08-19 jbj- python bindings to query and verify signatures.
2000-07-15 jbj- rip out pre-transaction syscalls, more design is...
2000-07-12 jbj- add S_ISLNK pre-transaction syscall test.
2000-07-11 jbj- remove build mode help from rpm.c, use rpmb instead.
2000-07-09 jbj- prefix payload paths with "./", otherwise "/" can...
2000-07-09 jbj- add pre-transaction syscall's to handle /etc/init...
2000-07-07 jbjlclint fiddles.
2000-07-05 jbj- change optflags for i386.
2000-06-23 jbj - support for separate source/binary compression policy.
2000-06-23 jbj- python: initdb binding (Dan Burcaw <dburcaw@terraplex...
2000-06-20 jbj- add RPMTAG_OPTFLAGS, configured optflags when package...
2000-06-19 jbjfix: open all db indices before performing chroot.
2000-06-09 jbj- make librpmio standalone.
2000-06-07 jbjSanity (make dist).
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 jbjfix: (segfault) verify needs rpmdb while query does...
2000-05-07 jbjRepair rebuilddb lossage, removing debug messages and...
2000-05-01 jbjRename db0.c to db1.c, resurrect db2.c (from db3.c).
2000-04-28 jbjDon't incrementally link pthreads, causes segfault...
2000-04-27 jbj- API: replace rpmdbUpdateRecord with rpmdbSetIteratorM...
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-19 jbjData size of index databases now per-index (was always...
2000-04-18 jbjConsolidate changes into rpmdb.c.
2000-04-13 jbjSanity (bump release).
2000-04-13 jbjRemove rpmdbFindByFile from API (and fix RPMDBI_FILE...
2000-04-13 jbjThe death of rpmdbFindBy{Provides,RequiredBy,Conflicts}.
2000-04-13 jbjThe death of rpmdbFindBy{Group,TriggeredBy,Header}.
2000-04-12 jbjAPI: pass *SearchIndex() length of key (0 will use...
2000-04-07 jbjuse "rpmdb db" consistently throughout, add doxygen...
2000-03-26 jbjAdd --preferdb for now to permit testing db0/db1/db2.
2000-03-23 jbj- API: change dbi to pass by reference, not value.
2000-02-23 jbjAdd %_i18ndomains configuration.
2000-02-23 jbjFirst attempt at rpmHeaderGetEntry().
2000-02-23 jbji18n lookaside.
1999-12-10 jbjBack out fix for dirIndexes memory leak.
1999-12-08 jbjrename new FILENAMES tags to BASENAMES/DIRNAMES/DIRINDEXES.
1999-12-07 jbjMakefile.am: Add RPM-GPG-KEY to the package.
1999-12-01 jbjAdd underscore in front of (possibly) non-supported...
1999-11-30 jbjlib/install.c: Check errno and mkdir specdir/sourcedir...
1999-11-02 jbjMove most of the ftp and http interface to rpmio.c.
1999-10-29 jbjcheck for memory leaks (almost all leaks are plugged).
1999-10-27 jbjuse compressed filenames on install side.
1999-10-21 jbjlclint annotations and compiler cruft.
1999-10-20 jbjlclint annotations.
1999-10-20 jbjTyo: RPMTAG_COMPFILENAMES is ...COMPFILELIST.
1999-10-08 ewtsupport new file list format for relocations and packag...
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-23 jbjAdd rpminject.
1999-09-21 jbjfix: command line install had header memory leak.
1999-09-19 jbjdo versioned provides/conflicts resolution correctly.
1999-09-17 jbjlclint annotations and consts.
1999-09-12 jbjFiddles to resurrect lclint.
1999-09-10 jbjpgp and pgp5 have compatible RSA signature (#4780).
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-22 jbjthe death of RPMSENSE_SERIAL, use [epoch:]version[...
1999-07-22 jbjprint all dependencies for each package at end of build.
next