aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive/get_header_tar_gz.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* dpkg_deb: slight code shrinkDenis Vlasenko2008-07-101-0/+1
* open_transformer: do not return fd, it does not changeDenis Vlasenko2008-07-101-1/+1
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* open_transformer: do not duplicate "<program> -cf -"Denis Vlasenko2007-11-121-1/+1
* gunzip: support concatenated gz files.Denis Vlasenko2007-10-051-2/+0
* style fix, no code changesDenis Vlasenko2007-09-091-1/+2
* tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yah...Denis Vlasenko2007-09-051-1/+8
* rmp: add optional support for bz2 data. +50 bytes of codeDenis Vlasenko2007-06-081-1/+1
* make compressed help code NOMMU- and NOFORK-friendly -Denis Vlasenko2007-04-101-2/+0
* bunzip2/gunzip/uncompress/unlzma: merge into common code -Denis Vlasenko2007-03-071-1/+1
* 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-3/+3
* g[un]zip: add support for -v (verbose).Denis Vlasenko2006-10-011-1/+1
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-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
* Move from read_gz to the pipe()+fork() method.Glenn L McGrath2003-11-151-12/+5
* fix commentEric Andersen2003-11-071-1/+1
* Major coreutils update.Manuel Novoa III2003-03-191-1/+1
* Use read_gz, remove fork() woohoo!Glenn L McGrath2002-11-191-44/+9
* Minor cleanupsGlenn L McGrath2002-11-131-1/+2
* Abstract read and seek in unarchiving code, convert bunzip to file descriptor...Glenn L McGrath2002-11-031-1/+4
* Fix compress support and prevent a segfaultGlenn L McGrath2002-09-271-1/+8
* New common unarchive code.Glenn L McGrath2002-09-251-0/+73