summaryrefslogtreecommitdiff
path: root/lib/uninstall.c
AgeCommit message (Expand)AuthorFilesLines
2001-02-10Reorganize sources before implementing --repackage.jbj1-115/+0
2001-02-09fix: make a copy of retrieved header before loading.jbj1-2/+1
2001-02-08Remove DEAD code.jbj1-3/+0
2001-02-08Move state machine drivers into fsmStage.jbj1-1/+19
2001-02-05fix: links weren't renamed correctly.jbj1-1/+1
2001-01-29Commit to install file state machine.jbj1-1/+1
2001-01-271st crack at a payload unpack state machine.jbj1-102/+1
2001-01-26lclint annotations.jbj1-2/+2
2001-01-25Isolate install/erase actions.jbj1-87/+89
2001-01-24Add rollback.h, 1st attempt to rationalize TFI_t.jbj1-112/+79
2001-01-21- cpio mappings carry dirname/basename, not absolute path.jbj1-427/+10
2001-01-15- fix: extra newline in many error messages (#23947).jbj1-10/+8
2000-12-19- identify install scriptlet failures with the name of the scriptlet.jbj1-14/+44
2000-12-12Sync with rpm-4_0 branch.jbj1-2/+3
2000-10-27- fix: runTriggers was not adding countCorrection.jbj1-1/+3
2000-10-20- pass rpmTransactionSet, not elements, to installBinaryPackage et al.jbj1-72/+66
2000-08-29- translate rpm.8 man page (Peter Ivanyi <ivanyi@internet.sk>).jbj1-19/+19
2000-08-27Doxygen annotations.jbj1-1/+5
2000-08-23doxygen/lclint annotations.jbj1-23/+52
2000-08-20- add callbacks on package erasure.jbj1-51/+41
2000-07-12- add S_ISLNK pre-transaction syscall test.jbj1-2/+8
2000-07-11- remove build mode help from rpm.c, use rpmb instead.jbj1-1/+6
2000-07-05- change optflags for i386.jbj1-0/+1
2000-06-12Add dbcursor to dbi interface.jbj1-3/+8
2000-05-07Repair rebuilddb lossage, removing debug messages and final copy on user msgs.jbj1-9/+2
2000-04-27Sanity and API clean up. (make dist)jbj1-2/+0
2000-04-27- API: replace rpmdbUpdateRecord with rpmdbRemove/rpmdbAdd.jbj1-6/+8
2000-04-19Change iterator interface to use RPMTAG_FOO rather than RPMDBI_FOO.jbj1-2/+2
2000-04-13The death of rpmdbFindBy{Provides,RequiredBy,Conflicts}.jbj1-73/+0
2000-04-13The death of rpmdbFindBy{Group,TriggeredBy,Header}.jbj1-65/+102
2000-04-08Hash package headers using simple counter.jbj1-52/+4
2000-04-07use "rpmdb db" consistently throughout, add doxygen tags.jbj1-5/+40
2000-03-23- API: change dbi to pass by reference, not value.jbj1-27/+59
2000-01-24fix: on --erase, segfault caused by "" prefix.jbj1-37/+36
2000-01-11Orphan.jbj1-0/+1
2000-01-11configurable PATH for install %pre/%post et al scriptlets.jbj1-1/+8
1999-12-15uninstall.c: rpmdbRemove used to have 2nd arg, tolerant = 0. This generatesjbj1-2/+8
1999-12-08rename new FILENAMES tags to BASENAMES/DIRNAMES/DIRINDEXES.jbj1-3/+3
1999-11-26Consistent usage for fileNames, baseNames, dirNames and dirIndexes throughout.jbj1-5/+5
1999-11-15Make static fd in transaction callback persistent.jbj1-3/+7
1999-11-10Swap 2nd and 3rd arg to Fread/Fwrite to preserve read/write type return.jbj1-2/+2
1999-11-04Use Fopen almost everywhere.jbj1-1/+1
1999-11-02Add ref/deref/new/fileno/open vectors to FDIO_t.jbj1-1/+1
1999-10-31Spec: Add rootdir (as in chroot).jbj1-5/+14
1999-10-30Make fdFileno() static, use Fileno()/Ferror() analogues throughout.jbj1-9/+9
1999-10-27use compressed filenames on install side.jbj1-6/+6
1999-10-08support new file list format for relocations and package removalewt1-14/+30
1999-10-06first steps toward getting compressed file lists to work -- most thingsewt1-1/+1
1999-09-21fix: command line install had header memory leak.jbj1-2/+4
1999-09-19do versioned provides/conflicts resolution correctly.jbj1-3/+4