summaryrefslogtreecommitdiff
path: root/archival/libunarchive/seek_by_jump.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tar: fix handling of tarballs with symlinks with size field != 0Denis Vlasenko2008-07-201-1/+3
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* cpio: fix a bug where we do not extract zero-sized hardlinksDenis Vlasenko2008-04-051-4/+2
* *: more readable handling of pipe fds. No code changes.Denis Vlasenko2008-02-161-1/+1
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-131-1/+1
* use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko2007-05-311-5/+0
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-1/+1
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-13/+1
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* Major coreutils update.Manuel Novoa III2003-03-191-1/+1
* #ifdef, not just #if... grrrGlenn L McGrath2002-11-081-1/+1
* Abstract read and seek in unarchiving code, convert bunzip to file descriptor...Glenn L McGrath2002-11-031-0/+35