summaryrefslogtreecommitdiff
path: root/lib/cpio.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-10Remove const type-qualifiers from function return types everywhere.Panu Matilainen1-1/+1
2003-12-25Add lsetfilecon to install modes.jbj1-0/+1
2003-03-23Make peace with automake-1.7.3.jbj1-0/+2
2003-03-19Sanity.jbj1-6/+6
2002-07-03- use rpmfi in showQueryPackage(), eliminating headerGetEntry().jbj1-2/+5
2002-07-02Add boundsread annotations throughout, enable +bounds checking.jbj1-3/+3
2002-06-22Factor bounds checking annotations into source code.jbj1-0/+12
2002-04-13- use rpmdb-redhat to suggest dependency resolution(s).jbj1-0/+5
2002-04-08doxygen cleanup.jbj1-2/+2
2002-01-18- missing key(s) on keyring when verifying a signature is now an error.jbj1-2/+6
2001-10-17Converging on lclint-3.0.17 strict level.jbj1-5/+0
2001-10-15Explicit branchstate annotations.jbj1-0/+4
2001-10-15lclint fiddles to annotate globals.jbj1-0/+1
2001-09-25- legacy: drop brokenMD5 support (rrpm-2.3.3 to rpm-2.3.8 on sparc).jbj1-1/+0
2001-07-24- fix: don't segfault when presented with rpm-2.4.10 packaging (#49688).jbj1-0/+1
2001-06-20- fix: partial sets of hardlinked files forbidden in payload.jbj1-1/+1
2001-06-04lclint fiddles.jbj1-0/+2
2001-04-29- globalize _free(3) wrapper in rpmlib.h, consistent usage throughout.jbj1-11/+1
2001-04-17- fix: s390 (and ppc?) could return CPIOERR_BAD_HEADER (#28645).jbj1-2/+2
2001-02-10Reorganize sources before implementing --repackage.jbj1-1886/+9
2001-02-09fix: make a copy of retrieved header before loading.jbj1-73/+73
2001-02-08Remove DEAD code.jbj1-147/+10
2001-02-08Move state machine drivers into fsmStage.jbj1-181/+194
2001-02-06Asynchronous commit of installed files.jbj1-70/+134
2001-02-05fix: links weren't renamed correctly.jbj1-22/+23
2001-02-05Remove XFA_SKIPPING from iterator.jbj1-31/+32
2001-02-04revert speedup on commit if same perms, there's more to do.jbj1-90/+72
2001-02-04Rip out remnants of cpio file mapping.jbj1-392/+356
2001-02-04Merged build/install in file state machine.jbj1-435/+371
2001-02-03fix: db1 dbopen() check found in libc not auto-configuring forrectly.jbj1-89/+157
2001-02-03Add I/O to file state machine.jbj1-424/+480
2001-02-02Use fsm for building.jbj1-310/+272
2001-02-02fix: grrr, post increment off by 1 iterator.jbj1-61/+16
2001-02-01Handle links correctly, wotta PITA. Now to clean up and find the double free ...jbj1-134/+338
2001-01-30Simple install file state machine.jbj1-193/+385
2001-01-29Commit to install file state machine.jbj1-584/+769
2001-01-28Apply suffixes only to files.jbj1-197/+162
2001-01-28Payload state machine, with commit and undo.jbj1-344/+340
2001-01-271st crack at a payload unpack state machine.jbj1-74/+299
2001-01-26lclint annotations.jbj1-6/+9
2001-01-25- remove support for v1 src rpm's.jbj1-128/+152
2001-01-24Add rollback.h, 1st attempt to rationalize TFI_t.jbj1-1/+1
2001-01-24Rip XFI_t from install.jbj1-23/+35
2001-01-23Rip out cpioFileMap.jbj1-42/+83
2001-01-23Expose loadFi/freeFi.jbj1-3/+3
2001-01-22Make cpio maps totally opaque.jbj1-56/+99
2001-01-21Make cpio mappings opaque.jbj1-88/+146
2001-01-21- cpio mappings carry dirname/basename, not absolute path.jbj1-22/+39
2001-01-19ewt's cpio hack reverted.jbj1-9/+1
2001-01-19Typo.jbj1-2/+2