aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* whitespace fixes (leading spaces to tab)vda2007-01-132-2/+2
* Trailing whitespace removal over entire treevda2007-01-112-3/+3
* missed a few #undefs (no real impact I think)vda2007-01-101-0/+2
* fix bug 1146 (gunzip breakage introduced by me --vda)vda2007-01-101-17/+19
* gzip cleanup part #13 - the last for today I thinkvda2007-01-071-144/+111
* gzip cleanup part #12vda2007-01-071-203/+200
* gzip cleanup part #11vda2007-01-071-12/+33
* gzip cleanup part #10vda2007-01-071-353/+341
* gzip cleanup part #9vda2007-01-071-105/+84
* gzip cleanup part #8vda2007-01-071-178/+168
* gzip cleanup part #7vda2007-01-071-5/+5
* gzip cleanup part #6vda2007-01-071-33/+45
* gzip cleanup part #5vda2007-01-071-204/+212
* gzip cleanup part #4vda2007-01-071-35/+39
* gzip cleanup part #3vda2007-01-071-73/+66
* gzip cleanup part #2vda2007-01-071-210/+50
* a ton of gzip changes, split up in compiled andvda2007-01-071-188/+145
* kill unused variablevda2007-01-061-14/+5
* move [g]zip decompressor state into malloc'ed buffer. size:vda2007-01-061-88/+192
* split inflate_xx_setup() subroutines from inflate_xx()vda2007-01-051-119/+146
* do not expose internal state of [g]zip unpacker.vda2007-01-052-39/+44
* Stopped doing assignments inside expressions.vda2007-01-052-58/+110
* decompress_unzip: preparatory patchvda2007-01-051-56/+56
* Stop tracking buffer size - it is a constant.vda2007-01-051-25/+34
* simplify access to buffer, making code a bit smallervda2007-01-051-80/+90
* - spelling fixaldot2007-01-041-1/+1
* extern variable declaration in a .c file is heresy - fixing itvda2007-01-032-5/+4
* done a dozen of randconfig test. guess what? ALL failed...vda2006-12-301-2/+4
* bb_xget[pw/gr]nam were horribly misnamed - fixed.vda2006-12-281-2/+2
* merge post-1.3.0 fixesvda2006-12-262-8/+19
* style fixesvda2006-12-264-40/+40
* remove useless casts (type*) xzalloc(...)vda2006-12-223-4/+4
* dpkg: getopt32-ification etc, -100 bytesvda2006-12-221-223/+170
* rpm: reformat. was really hard to readvda2006-12-221-121/+168
* removal of commented-out cruftvda2006-12-223-15/+3
* tar et al: die if bb_copyfd_size copies less than asked for.vda2006-12-228-41/+37
* remove casts from xmalloc()vda2006-12-191-3/+3
* A bunch of defined(__GLIBC__) added. static-linking warning expandedvda2006-12-181-1/+1
* tar: report error if child dies while writing out the end of tarballvda2006-12-171-8/+39
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]vda2006-12-167-8/+7
* s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/gvda2006-12-161-1/+1
* - remove functions marked as LEGACY in SUSv3 and use their modern counterparts.aldot2006-12-121-5/+5
* fix support for globally disabling --long-options.vda2006-11-291-4/+3
* tar: fix misplaced --exclude long option definitionvda2006-11-271-4/+9
* style cleanup: return(a) -> return a, part 2vda2006-11-273-4/+4
* style cleanup: return(a) -> return a, part 1vda2006-11-278-23/+19
* small fixes:vda2006-11-261-1/+1
* tar: refuse to untar files with "/../" componentsvda2006-11-261-1/+6
* tar: correctly skip (and warn about) pax headers.vda2006-11-262-20/+35
* tar: add support for FEATURE_TAR_GNU_EXTENSIONS so than we can savevda2006-11-251-25/+98