summaryrefslogtreecommitdiff
path: root/lib/transaction.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-29- translate rpm.8 man page (Peter Ivanyi <ivanyi@internet.sk>).jbj1-8/+8
2000-08-27Doxygen annotations.jbj1-4/+16
2000-08-20- add callbacks on package erasure.jbj1-3/+27
2000-07-31- fix: segfault on erase if filestates is missing in header (#14679).jbj1-1/+5
2000-07-15- rip out pre-transaction syscalls, more design is needed.jbj1-29/+0
2000-07-12- add S_ISLNK pre-transaction syscall test.jbj1-0/+5
2000-07-09fix: do chroot around pre-transaction syscalls.jbj1-25/+31
2000-07-09- add pre-transaction syscall's to handle /etc/init.d change.jbj1-4/+23
2000-07-07lclint fiddles.jbj1-8/+12
2000-07-05- change optflags for i386.jbj1-6/+28
2000-06-19fix: open all db indices before performing chroot.jbj1-0/+4
2000-06-16- fix: resurrect symlink unique'ifying property of finger prints.jbj1-0/+7
2000-06-14- fix: don't count removed files if removed packages is empty set.jbj1-1/+2
2000-05-07Repair rebuilddb lossage, removing debug messages and final copy on user msgs.jbj1-2/+1
2000-05-01Rename db0.c to db1.c, resurrect db2.c (from db3.c).jbj1-0/+1
2000-04-27Sanity and API clean up. (make dist)jbj1-68/+0
2000-04-27- API: replace rpmdbUpdateRecord with rpmdbRemove/rpmdbAdd.jbj1-6/+69
2000-04-19Change iterator interface to use RPMTAG_FOO rather than RPMDBI_FOO.jbj1-1/+1
2000-04-18Consolidate changes into rpmdb.c.jbj1-1/+0
2000-04-13Sanity (bump release).jbj1-4/+2
2000-04-13The death of rpmdbFindBy{Provides,RequiredBy,Conflicts}.jbj1-38/+7
2000-04-13The death of rpmdbFindBy{Group,TriggeredBy,Header}.jbj1-2/+22
2000-03-23- API: change dbi to pass by reference, not value.jbj1-10/+38
2000-02-22fix: filter excluded paths before adding install prefixes (#8709).jbj1-18/+31
2000-01-11configurable PATH for install %pre/%post et al scriptlets.jbj1-0/+2
1999-12-10Back out fix for dirIndexes memory leak.jbj1-0/+4
1999-12-08rename new FILENAMES tags to BASENAMES/DIRNAMES/DIRINDEXES.jbj1-18/+18
1999-12-07Makefile.am: Add RPM-GPG-KEY to the package.jbj1-24/+25
1999-12-01Add underscore in front of (possibly) non-supported FDIO_t vectors.jbj1-6/+7
1999-11-30lib/transaction.c: Fix (in the right place) the dil memory leak.jbj1-2/+3
1999-11-30lib/depends.c: Fix minor memory leak.jbj1-1/+1
1999-11-26Consistent usage for fileNames, baseNames, dirNames and dirIndexes throughout.jbj1-10/+10
1999-10-29check for memory leaks (almost all leaks are plugged).jbj1-2/+3
1999-10-21lclint annotations.jbj1-6/+6
1999-10-21got installs/removes working with new file listsewt1-15/+18
1999-10-20Use xmalloc/xrealloc/xstrdup.jbj1-2/+2
1999-10-20lclint annotations.jbj1-5/+4
1999-10-20Tyo: RPMTAG_COMPFILENAMES is ...COMPFILELIST.jbj1-3/+0
1999-10-20another batch of changes for new file list format -- one more to goewt1-19/+63
1999-10-17relocations work better nowewt1-58/+48
1999-10-08support new file list format for relocations and package removalewt1-40/+184
1999-10-06first steps toward getting compressed file lists to work -- most thingsewt1-7/+7
1999-09-21fix: removed files fingerprint memory leak.jbj1-21/+26
1999-09-21fix: command line install had header memory leak.jbj1-20/+25
1999-09-17lclint annotations.jbj1-12/+17
1999-09-12Fiddles to resurrect lclint.jbj1-10/+10
1999-09-07Bump release.jbj1-1/+2
1999-08-22add %_install_langs to configure languages to be installed.jbj1-14/+17
1999-08-17fix: more precise handling was needed for multiple overlapped removed files.jbj1-13/+41
1999-08-16fix: n>1 occurrences of %config(noreplace) should not FA_CREATE (#4355).jbj1-6/+17