upgrade rpm version to 4.14.1
[platform/upstream/rpm.git] / lib / cpio.c
2021-01-05 biao716.wangupgrade rpm version to 4.14.1 39/250839/1 accepted/tizen/base/tool/20210118.215949 submit/tizen_base/20210105.160930 submit/tizen_base/20210113.025730 upstream/4.14.1.1
2012-08-17 Panu MatilainenBlargh, more fdFree() braindamage
2012-07-02 Panu MatilainenPush payload file size limit checking into cpio code
2012-04-18 Panu MatilainenMove cpio end trailer detection to the cpio code
2012-04-18 Panu MatilainenSeparate payload archive close and free
2012-04-17 Panu MatilainenLose unnecessary cfd member from fsm, refcount through...
2012-03-30 Florian FestiDrop no longer needed include of fsm.h
2012-03-27 Florian FestiRemove Fseek() code from rpmcpioHeaderRead for now
2012-03-27 Florian FestiUntangle lib/fsm.c and lib/cpio.c
2011-05-30 Panu MatilainenEliminate dead NULL-assignment by avoiding unnecessary...
2010-01-05 Panu MatilainenMove <errno.h> include out of system.h to the places...
2009-12-23 Panu MatilainenMove major, minor + makedev portability stuff out of...
2009-03-19 Panu MatilainenRevert couple of checksum -> digest renames
2009-02-27 Jindrich NovyAdd md5->filedigest aliases (rhbz#487597)
2008-10-29 Panu MatilainenAdd fsm and rpmfi machinery for file capabilities
2008-06-30 Panu Matilainenstrntoul() is supposed to return unsigned long, not int
2008-05-08 Panu MatilainenCaught pants down with strlcpy() vs strncpy() semantics
2008-05-03 Panu MatilainenAdd missing include
2008-04-28 Panu MatilainenRemove alloca() from strntoul() helper in cpio
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu MatilainenRemove bunch of unnecessary rpmlib.h includes
2007-12-14 Panu MatilainenBunch of const char* corrections
2007-12-14 Panu MatilainenOops, major + minor are not dev_t...
2007-12-14 Panu MatilainenUse dev_t instead of ints..
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-11-23 Ralf CorsépiusExpand private include file names to be relative to...
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-11-19 Panu MatilainenLose rpmerr.h for good
2007-10-28 Ralf CorsépiusInclude "rpmlib.h" instead of <rpmlib.h>.
2007-10-22 Panu MatilainenRemove bunch of unnecessary rpmio_internal includes
2007-10-04 Ralf CorsépiusChange strntoul to using size_t for sizes.
2007-09-11 Ralf CorsépiusRemove splint tags.
2007-07-10 Panu MatilainenRemove const type-qualifiers from function return types...
2003-12-25 jbjAdd lsetfilecon to install modes.
2003-03-23 jbjMake peace with automake-1.7.3.
2003-03-19 jbjSanity.
2002-07-03 jbj- use rpmfi in showQueryPackage(), eliminating headerGe...
2002-07-02 jbjAdd boundsread annotations throughout, enable +bounds...
2002-06-22 jbjFactor bounds checking annotations into source code.
2002-04-13 jbj- use rpmdb-redhat to suggest dependency resolution(s).
2002-04-08 jbjdoxygen cleanup.
2002-01-18 jbj- missing key(s) on keyring when verifying a signature...
2001-10-17 jbjConverging on lclint-3.0.17 strict level.
2001-10-15 jbjExplicit branchstate annotations.
2001-10-15 jbjlclint fiddles to annotate globals.
2001-09-25 jbj- legacy: drop brokenMD5 support (rrpm-2.3.3 to rpm...
2001-07-24 jbj- fix: don't segfault when presented with rpm-2.4.10...
2001-06-20 jbj- fix: partial sets of hardlinked files forbidden in...
2001-06-04 jbjlclint fiddles.
2001-04-29 jbj- globalize _free(3) wrapper in rpmlib.h, consistent...
2001-04-17 jbj- fix: s390 (and ppc?) could return CPIOERR_BAD_HEADER...
2001-02-10 jbjReorganize sources before implementing --repackage.
2001-02-09 jbjfix: make a copy of retrieved header before loading.
2001-02-08 jbjRemove DEAD code.
2001-02-08 jbjMove state machine drivers into fsmStage.
2001-02-06 jbjAsynchronous commit of installed files.
2001-02-05 jbjfix: links weren't renamed correctly.
2001-02-05 jbjRemove XFA_SKIPPING from iterator.
2001-02-04 jbjrevert speedup on commit if same perms, there's more...
2001-02-04 jbjRip out remnants of cpio file mapping.
2001-02-04 jbjMerged build/install in file state machine.
2001-02-03 jbjfix: db1 dbopen() check found in libc not auto-configur...
2001-02-03 jbjAdd I/O to file state machine.
2001-02-02 jbjUse fsm for building.
2001-02-02 jbjfix: grrr, post increment off by 1 iterator.
2001-02-01 jbjHandle links correctly, wotta PITA. Now to clean up...
2001-01-30 jbjSimple install file state machine.
2001-01-29 jbjCommit to install file state machine.
2001-01-28 jbjApply suffixes only to files.
2001-01-28 jbjPayload state machine, with commit and undo.
2001-01-27 jbj1st crack at a payload unpack state machine.
2001-01-26 jbjlclint annotations.
2001-01-25 jbj- remove support for v1 src rpm's.
2001-01-24 jbjAdd rollback.h, 1st attempt to rationalize TFI_t.
2001-01-24 jbjRip XFI_t from install.
2001-01-23 jbjRip out cpioFileMap.
2001-01-23 jbjExpose loadFi/freeFi.
2001-01-22 jbjMake cpio maps totally opaque.
2001-01-21 jbjMake cpio mappings opaque.
2001-01-21 jbj- cpio mappings carry dirname/basename, not absolute...
2001-01-19 jbjewt's cpio hack reverted.
2001-01-19 jbjTypo.
2001-01-19 jbjewt's cpio hack.
2001-01-03 jbj- fix: avoid locale issues with strcasecmp/strncasecmp...
2000-12-12 jbjSync with rpm-4_0 branch.
2000-12-02 jbjBring header reggions mods back to top of stack.
2000-10-28 jbj- add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva...
2000-10-24 jbj- verify MD5 sums of payload files when unpacking archive.
2000-08-28 jbjDoxygen annotations.
2000-08-27 jbjAdd todo note.
2000-08-27 jbjDoxygen annotations.
2000-08-23 jbjlclint/doxygen additions.
2000-07-15 jbj- rip out pre-transaction syscalls, more design is...
2000-07-09 jbj- prefix payload paths with "./", otherwise "/" can...
2000-07-07 jbjlclint fiddles.
2000-06-09 jbjMove low level support routines to librpmio.
2000-05-18 jbjfix: don't change hardlink st_size.
2000-04-15 jbjfix: cpio.c: pre-, not post-, decrement the link count.
2000-03-23 jbj- API: change dbi to pass by reference, not value.
2000-01-24 jbjDocumentation comments.
next