summaryrefslogtreecommitdiff
path: root/lib/uninstall.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-09-17simplyify prefix prepending.jbj1-56/+79
1999-08-15resuscitate net shared paths (#4330).jbj1-1/+2
1999-08-06Use headerNVR throughout.jbj1-5/+4
1999-07-22add versions to provides.jbj1-2/+3
1999-07-14Eliminate static prototypes.jbj1-64/+65
1999-07-13Perl bindings needjbj1-1/+1
1999-04-22$2 passed to %triggerpostun was wongewt1-1/+1
1999-04-14Make silly headerGetEntry consistent throughout.jbj1-1/+1
1999-02-21dded FA_ to enum fileActions stuffewt1-8/+8
1999-02-17moved things to transaction flags from independent install/uninstall flagsewt1-12/+12
1999-02-07added fdScript stuffewt1-12/+14
1999-01-19added SAVENSTATE actionewt1-0/+1
1999-01-13Don't free alooca memory.jbj1-1/+0
1999-01-13Fix: seg fault due to multiple close in runScript().jbj1-7/+3
1999-01-06propagate "const char *" into rpmlib prototypes.jbj1-24/+27
1999-01-05Expand path macros with rpmGetPath(path, ...).jbj1-0/+7
1999-01-04Use an action list which is passed into removeBinaryPackage() rather thenewt1-307/+41
1998-12-31renamed some enums to avoid conflicts with enums now defined in install.hewt1-11/+11
1998-12-16first pass at new transaction api; basic installing/removing worksewt1-1/+2
1998-11-25Add dup for the "other" gzdopen premature close.jbj1-1/+2
1998-11-19lclint noise.jbj1-5/+8
1998-11-19finish hiding rpmdb index record data ("matches").jbj1-24/+29
1998-11-18implement abstract fd type almost everywhere.jbj1-16/+16
1998-11-16LCLINT pass 0.jbj1-13/+13
1998-11-08remove redundant md5 computation on uninstall.jbj1-1/+1
1998-11-07don't compute md5sum on non-file %config objects. (from Jos Vos)jbj1-1/+3
1998-10-08Consolidate i18n baggage into AM_GNU_GETTEXT and system.h.jbj1-1/+0
1998-09-27add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)jbj1-22/+22
1998-07-31Macro handling in rpmlib -- rework include: tag with macro expansion.jbj1-1/+0
1998-07-30Consolidated includes for librpmbuild API.jbj1-5/+1
1998-07-25Aggregate system includes into system.h.jbj1-14/+2
1998-06-301) added NOTRIGGERS supportewt1-11/+29