Doxygen annotations for config files.
[tools/librpm-tizen.git] / lib / rpminstall.c
2001-04-10 jbjDoxygen annotations for config files.
2001-03-23 jbj- fix: parameterized macro segfault (Jakub Bogusz ...
2001-03-14 jbjUpdate to doxygen-1.2.6 configuration.
2001-02-27 jbjHandle non-string tag indices correctly.
2001-02-21 jbjAdd fflush (#24319).
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-10 jbj- fix: diddle exit code for attempted installs of non...
2001-01-25 jbjIsolate install/erase actions.
2001-01-24 jbjRip XFI_t from install.
2001-01-03 jbj- fix: avoid locale issues with strcasecmp/strncasecmp...
2000-12-12 jbjSync with rpm-4_0 branch.
2000-10-28 jbj- better item/task progress bars <rodrigob@conectiva...
2000-10-28 jbj- add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva...
2000-09-01 jbj- unify rpmError and rpmMessge interfaces through rpmlog.
2000-08-29 jbj- translate rpm.8 man page (Peter Ivanyi <ivanyi@intern...
2000-08-27 jbjDoxygen annotations.
2000-07-12 jbj- compare versions if doing --freshen.
2000-06-23 jbj- python: initdb binding (Dan Burcaw <dburcaw@terraplex...
2000-06-19 jbjfix: open all db indices before performing chroot.
2000-05-12 jbjRemiver compiler warnings on alpha.
2000-04-27 jbjSanity and API clean up. (make dist)
2000-04-27 jbj- API: replace rpmdbUpdateRecord with rpmdbRemove/rpmdbAdd.
2000-03-23 jbj- API: change dbi to pass by reference, not value.
1999-12-13 jbjNULL missing at end of packages-to-be-installed array.
1999-12-12 jbjlib/rpminstall.c: Perform glob on remote ftp install...
1999-12-07 jbjMakefile.am: Add RPM-GPG-KEY to the package.
1999-11-26 jbjlib/macro.c: Create rpmCleanPath().
1999-11-15 jbjMake static fd in transaction callback persistent.
1999-11-12 jbjUse Fstrerror on ufdio throughut.
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-03 jbjFirst use of libio.
1999-11-02 jbjMove most of the ftp and http interface to rpmio.c.
1999-11-02 jbjAdd ref/deref/new/fileno/open vectors to FDIO_t.
1999-10-30 jbjMake fdFileno() static, use Fileno()/Ferror() analogues...
1999-10-29 jbjfix: resurrect multiple target platform builds.
1999-10-27 jbjuse compressed filenames on install side.
1999-09-21 jbjfix: command line install had header memory leak.
1999-09-17 jbjlclint annotations.
1999-08-06 jbjUse headerNVR throughout.
1999-07-14 jbjmove install/erase major modes into rpmlib.
1999-07-14 jbjCreate from top level install.c.