aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* gunzip: s/unsigned char extra_short/unsigned extra_short/vda2007-03-151-1/+1
* gzip: Improve ptr_to_globals trick, allowing gccvda2007-03-151-2/+2
* fix TODO: getopt32 should reset optind to 1 itselfvda2007-03-151-2/+0
* modify ptr_to_globals trick so that we do not violatevda2007-03-151-5/+4
* get_header_ar: reformatted code, no real changesvda2007-03-141-10/+14
* gzip: bbunzip integration fixesvda2007-03-141-172/+19
* gzip: use common bbunzip infrastructure - ~700 bytes code lessvda2007-03-143-99/+97
* gzip: reduce global data footprint, part 3vda2007-03-142-5/+7
* gzip: reduce global data footprint, part 2vda2007-03-141-44/+46
* gzip: reduce global data footprint, part 1vda2007-03-141-446/+463
* bbunzip: remove extra formatting directives in commentsvda2007-03-121-2/+0
* kill superfluous returns at the end of void functionsvda2007-03-113-14/+0
* fix buglets found by randomconfig runvda2007-03-111-2/+14
* bbunzip: size optimization: ~90 bytesvda2007-03-092-22/+21
* 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