aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* bbunzip: fix comments to match realityvda2007-03-071-13/+14
* bunzip2/gunzip/uncompress/unlzma: merge into common code -vda2007-03-0710-403/+356
* remove f wordsvda2007-03-042-2/+2
* tar: handle tarfiles with (broken) checksums a-la Sun.vda2007-03-032-6/+16
* sort: fix multiple -k (was ignoring all except last)vda2007-02-171-1/+1
* dpkg: fix segfault on "dpkg -i"vda2007-02-151-15/+15
* make tar restore mode againvda2007-02-121-0/+8
* syslogd: fix "readpath bug" by using readlink insteadvda2007-02-111-2/+2
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>vda2007-02-061-1/+1
* fix tar t segfault (closes 1183)vda2007-02-041-18/+25
* suppress warnings about easch <applet>_main() havingvda2007-02-0313-0/+13
* preparatory patch for -Wwrite-strings #2vda2007-01-292-12/+12
* preparatory patch for -Wwrite-strings #1vda2007-01-291-1/+1
* accumulated post-1.4.0 fixesvda2007-01-241-14/+14
* 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