summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
1997-01-30moved dbiFreeIndexRecord() to be more appropriate (i.e. not segv)ewt1-2/+2
1997-01-30remove one from rpmTagTableSize (NULL entry)ewt1-1/+1
1997-01-29does some basic sanity checks on headers read from the databaseewt1-7/+18
1997-01-291) made faNextOffset(), faFirstOffset() return signed intsewt2-7/+12
1997-01-29made rpmdbFirstRecNum() and rpmdbNextRecNum() return signed intsewt2-5/+5
1997-01-25added RPMTAG_CHANGELOGTIME RPMTAG_CHANGELOGNAME RPMTAG_CHANGELOGTEXTroot1-0/+3
1997-01-24don't mkdir anything -- toplevel Makefile handles thatewt1-2/+0
1997-01-231) added copyData()ewt1-10/+17
1997-01-23increment count in headerAppendEntry()ewt1-0/+2
1997-01-23added omitFlags to rpmVerifyFile()ewt2-3/+9
1997-01-23only check rdev w/ appropriate, include device type (block vs char) inewt1-3/+17
1997-01-23some tmpPath's were being alloceted w/o paying attention to the lengthroot1-2/+4
1997-01-22moved struct rpmTagTableEntry to header.h (and renamed it)ewt1-6/+1
1997-01-221) struct rpmTagTableEntry now struct headerTagTableEntryewt1-2/+3
1997-01-211) made headerDump() take tag tableewt2-14/+18
1997-01-171) use config.h if availableewt1-2/+4
1997-01-171) use config.h if availableewt1-1/+4
1997-01-17use if not ifdefewt1-1/+4
1997-01-171) use config.h if availableewt1-2/+4
1997-01-17include <string.h>ewt1-0/+1
1997-01-171) use config.h if availableewt3-636/+302
1997-01-16added RPMVAR_FIXPERMSewt2-1/+3
1997-01-16use <string.h> not <strings.h>ewt2-2/+2
1997-01-16Reimplemented header internalsewt2-557/+488
1997-01-161) fixed bug in rpmVersionCompare() with segv'dewt1-3/+3
1997-01-16use H_OLDHEADER not H_HEADERewt1-2/+2
1997-01-15relocating packages didn't work when the package contained a directoryewt1-4/+11
1997-01-151) don't export rpmEnsureOlder()ewt1-2/+1
1997-01-15don't close std[err,out] after a verify scriptewt1-2/+2
1997-01-151) made rpmEnsureOlder() static and user a header instead of stringsewt1-25/+44
1997-01-15changed vercmp() to rpmvercmp()ewt3-4/+4
1997-01-04Sanity (make dist).jbj1-0/+1032
1997-01-04Add ufdSeek.jbj1-294/+634
1996-12-24use doputenv() and dosetenv()ewt2-7/+7
1996-12-24added doputenv(), dosetenv()ewt2-0/+35
1996-12-241) don't chmod() directories that already existewt1-16/+30
1996-12-16fixed silly include file ordering problems on FreeBSDewt1-1/+1
1996-12-16fixed silly ifdef logicewt1-1/+1
1996-12-16changed order of include files for broken FreeBSDewt1-1/+1
1996-12-12changed "struct option" to "struct rpmoption" to avoid conflicts with someewt1-8/+8
1996-12-12use _exit instead of exit in forksewt3-4/+5
1996-12-12added include of sys/types.hewt1-0/+1
1996-12-12made include of alloca.h conditionalewt1-1/+4
1996-12-11actually fixed core dump this timeewt1-1/+1
1996-12-11fixed the fix from memory leak plugging <sigh>ewt1-4/+8
1996-12-06fixed dbiFreeIndex() in rpmInstallPackage() to be called only when itroot1-2/+2
1996-12-06plugged memory leaks in upgradeewt2-3/+13
1996-12-05dependency checking didn't work with a NULL database (conflicts broke this)ewt1-2/+3
1996-12-05don't let cpio create *any* directoriesewt1-26/+50
1996-12-051) netsharedpath had unhappy realtions with prefix'sewt1-38/+51