summaryrefslogtreecommitdiff
path: root/lib/cpio.c
AgeCommit message (Expand)AuthorFilesLines
1999-11-24build/files.c: Remove dead code.jbj1-2/+2
1999-11-24lib/macro.c: Canonicalize paths in rpmGetPath().jbj1-7/+7
1999-11-10Swap 2nd and 3rd arg to Fread/Fwrite to preserve read/write type return.jbj1-6/+6
1999-11-04Use Fopen almost everywhere.jbj1-2/+3
1999-11-02Add ref/deref/new/fileno/open vectors to FDIO_t.jbj1-9/+8
1999-10-30Make fdFileno() static, use Fileno()/Ferror() analogues throughout.jbj1-3/+4
1999-10-29fix: resurrect multiple target platform builds.jbj1-2/+2
1999-10-29check for memory leaks (almost all leaks are plugged).jbj1-12/+8
1999-10-27use compressed filenames on install side.jbj1-99/+50
1999-10-20lclint annotations.jbj1-2/+2
1999-10-04dumb cpp's want white space around lclint annotations (Tim Mooney).jbj1-4/+4
1999-09-21fix: removed files fingerprint memory leak.jbj1-1/+1
1999-09-21fix: command line install had header memory leak.jbj1-16/+16
1999-09-20Start experimental support for bzip2 payloads.jbj1-0/+10
1999-09-19do versioned provides/conflicts resolution correctly.jbj1-2/+2
1999-09-17lclint annotations.jbj1-44/+79
1999-09-07Use sizeof("...")-1 throughout.jbj1-2/+2
1999-05-11better cpio error message if package contains missing hard links.jbj1-4/+4
1999-03-22fix: don't add header if signature generation failed (Carlo Wood).jbj1-1/+1
1999-02-19Typo.jbj1-1/+1
1999-02-18rename file before unlinking to avoid EBUSY failures.jbj1-2/+17
1999-01-21Eliminate Makefile.inc dependence in subdirs.jbj1-3/+5
1999-01-13Use mmap when writing rpm's.jbj1-3/+33
1999-01-08EGCS cruft.jbj1-2/+1
1998-12-05translate cpio errors using cpioStrerror.jbj1-36/+87
1998-12-05Typos.jbj1-3/+3
1998-12-03added ARM patches.jbj1-6/+8
1998-11-22Start abstracting compressed I/O.jbj1-2/+2
1998-11-19lclint noise.jbj1-0/+2
1998-11-18implement abstract fd type almost everywhere.jbj1-15/+21
1998-11-16LCLINT pass 0.jbj1-5/+5
1998-10-09return CPIO_BAD_HEADER instead of exiting. (Scott M. Stone)jbj1-1/+1
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-1/+3
1998-09-05More RPMVAR_* conversion to macros.jbj1-1/+0
1998-08-11Sync with 2.5.2 branch patches.jbj1-0/+1
1998-07-30Consolidated includes for librpmbuild API.jbj1-3/+0
1998-07-25Aggregate system includes into system.h.jbj1-23/+5
1998-07-25Generalize cpio I/O to eliminate pipe to exec'd gzip on install.jbj1-71/+126
1998-03-27fixed minor typosewt1-1/+1
1998-03-27strntoul() was returning a pointer into alloca()'s memoryewt1-1/+8
1998-03-041) header file cleanupsewt1-5/+7
1997-10-13When creating archive use fsPath to find the file.marc1-1/+1
1997-10-03was calculating incorrect archive size for package w/ hard linksewt1-0/+2
1997-08-25don't do link count checking on dirsewt1-1/+2
1997-08-251) RPM_ARCHIVESIZE tag didn't get filled in properlyewt1-3/+5
1997-07-31return proper success code after writing hardlinksewt1-1/+1
1997-07-311) improved cpio error messageewt1-1/+5
1997-07-311) cpio can now conditionally follow symlinksewt1-3/+10
1997-07-25Get rid of warningmarc1-1/+1