aboutsummaryrefslogtreecommitdiff
path: root/archival/gzip.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* fix TODO: getopt32 should reset optind to 1 itselfDenis Vlasenko2007-03-151-2/+0
|
* modify ptr_to_globals trick so that we do not violateDenis Vlasenko2007-03-151-5/+4
| | | | type safety (well, sort of ;))
* gzip: bbunzip integration fixesDenis Vlasenko2007-03-141-172/+19
|
* gzip: use common bbunzip infrastructure - ~700 bytes code lessDenis Vlasenko2007-03-141-86/+85
|
* gzip: reduce global data footprint, part 3Denis Vlasenko2007-03-141-5/+5
|
* gzip: reduce global data footprint, part 2Denis Vlasenko2007-03-141-44/+46
|
* gzip: reduce global data footprint, part 1Denis Vlasenko2007-03-141-446/+463
|
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
| | | | no preceding prototype
* whitespace fixes (leading spaces to tab)Denis Vlasenko2007-01-131-1/+1
|
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-2/+2
|
* gzip cleanup part #13 - the last for today I thinkDenis Vlasenko2007-01-071-144/+111
|
* gzip cleanup part #12Denis Vlasenko2007-01-071-203/+200
|
* gzip cleanup part #11Denis Vlasenko2007-01-071-12/+33
|
* gzip cleanup part #10Denis Vlasenko2007-01-071-353/+341
|
* gzip cleanup part #9Denis Vlasenko2007-01-071-105/+84
|
* gzip cleanup part #8Denis Vlasenko2007-01-071-178/+168
|
* gzip cleanup part #7Denis Vlasenko2007-01-071-5/+5
|
* gzip cleanup part #6Denis Vlasenko2007-01-071-33/+45
|
* gzip cleanup part #5Denis Vlasenko2007-01-071-204/+212
|
* gzip cleanup part #4Denis Vlasenko2007-01-071-35/+39
|
* gzip cleanup part #3Denis Vlasenko2007-01-071-73/+66
|
* gzip cleanup part #2Denis Vlasenko2007-01-071-210/+50
|
* a ton of gzip changes, split up in compiled andDenis Vlasenko2007-01-071-188/+145
| | | | | | | run-tested pieces. Code was rather messy. It's not a bug fix, more like code cleanup. This is the first part.
* kill unused variableDenis Vlasenko2007-01-061-14/+5
|
* done a dozen of randconfig test. guess what? ALL failed...Denis Vlasenko2006-12-301-2/+4
| | | | these are resulting fixes
* remove useless casts (type*) xzalloc(...)Denis Vlasenko2006-12-221-1/+1
|
* A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko2006-12-181-1/+1
|
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-161-1/+1
|
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-271-1/+1
|
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-3/+3
| | | | | | | | It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit.
* gzip: add a bit of comment. The code itselfDenis Vlasenko2006-10-011-4/+8
| | | | is too bloated to work on it...
* g[un]zip: add support for -v (verbose).Denis Vlasenko2006-10-011-2/+5
| | | | | Add CONFIG_DESKTOP, almost all bloat from this change is hidden under that.
* gzip: getopt_ulflags'isationDenis Vlasenko2006-09-221-35/+27
|
* - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen ↵Bernhard Reutner-Fischer2006-09-111-1/+1
| | | | | | | | | | | | | | | | | | | | defaults to 0777 on it's own, so we don't need to xopen3(,,0777). Saves a few bytes: $ size busybox.old busybox text data bss dec hex filename 839676 8780 243592 1092048 10a9d0 busybox.old 839660 8780 243592 1092032 10a9c0 busybox $ make CC=gcc-4.2-HEAD bloatcheck function old new delta static.vconfig_main 281 279 -2 static.rx_main 1076 1074 -2 static.mt_main 294 292 -2 static.gzip_main 753 751 -2 static.mkfs_minix_main 4034 4030 -4 static.unzip_main 1771 1766 -5 static.crontab_main 1513 1507 -6 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/7 up/down: 0/-23) Total: -23 bytes
* using [xa]sprintf for string concatenation is neat and savesDenis Vlasenko2006-09-091-3/+1
| | | | | ~100 bytes according to bloatcheck. Also this fixes bug in rpm
* - merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer2006-08-201-9/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ------------------------------------------------------------------------ r15465 | aldot | 2006-06-21 20:48:06 +0200 (Wed, 21 Jun 2006) | 3 lines - use CONFIG_BUSYBOX_EXEC_PATH as before it one was broken by a recent revert. - use xchdir() since all is invain if it fails there anyways, supposedly ------------------------------------------------------------------------ r15466 | aldot | 2006-06-21 20:55:16 +0200 (Wed, 21 Jun 2006) | 2 lines - adjust docs to take CONFIG_BUSYBOX_EXEC_PATH into account. ------------------------------------------------------------------------ r15467 | aldot | 2006-06-21 21:31:24 +0200 (Wed, 21 Jun 2006) | 18 lines - partial fallout of my TREE_USED touchup against gcc-4.2: rip unused vars, save s 144 bytes text data bss dec hex filename 862434 10156 645924 1518514 172bb2 busybox.old 862322 10156 645892 1518370 172b22 busybox function old new delta z_len 4 - -4 textend 4 - -4 part_nb 4 - -4 insize 4 - -4 ifile_size 4 - -4 do_link 4 - -4 new_text 70 60 -10 ipaddr_list_link 33 23 -10 gzip_main 898 822 -76 ------------------------------------------------------------------------------ (add/remove: 0/6 grow/shrink: 0/3 up/down: 0/-120) Total: -120 bytes ------------------------------------------------------------------------ r15468 | aldot | 2006-06-21 21:43:05 +0200 (Wed, 21 Jun 2006) | 19 lines - remove useless global exports function old new delta rpm_main 940 1601 +661 rpm_getstring 107 112 +5 rpm_getint 148 153 +5 loop_through_files 103 106 +3 fileaction_dobackup 115 113 -2 fileaction_list 5 - -5 rpm_getcount 42 - -42 extract_cpio_gz 161 - -161 rpm_gettags 504 - -504 ------------------------------------------------------------------------------ (add/remove: 0/4 grow/shrink: 4/1 up/down: 674/-714) Total: -40 bytes text data bss dec hex filename 862322 10156 645892 1518370 172b22 busybox.old 862290 10156 645892 1518338 172b02 busybox ------------------------------------------------------------------------ r15555 | aldot | 2006-06-30 14:10:11 +0200 (Fri, 30 Jun 2006) | 22 lines - shrink syslog a little bit, move a big buffer (for 'line') off the bss, fold s emaphore stuff into single caller manually. stats: function old new delta logMessage 395 427 +32 message 1245 1257 +12 opts - 4 +4 small 1 - -1 local_logging 4 - -4 doRemoteLog 4 - -4 circular_logging 4 - -4 syslogd_main 1299 1285 -14 static.res 36 16 -20 .rodata 186650 186586 -64 static.line 1025 - -1025 ------------------------------------------------------------------------------ (add/remove: 1/5 grow/shrink: 2/3 up/down: 48/-1136) Total: -1088 bytes cow@s37:~/src/busybox_scratch$ size sysklogd/syslogd.o{.orig,} text data bss dec hex filename 3723 348 5242 9313 2461 sysklogd/syslogd.o.orig 3697 348 4188 8233 2029 sysklogd/syslogd.o ============================================================================== Overall bloatcheck for the changeset mentioned above: function old new delta rpm_main 953 1608 +655 logMessage 395 427 +32 message 1245 1257 +12 opts - 4 +4 rpm_getstring 107 110 +3 rpm_getint 148 151 +3 loop_through_files 103 104 +1 small 1 - -1 fileaction_dobackup 115 113 -2 z_len 4 - -4 textend 4 - -4 part_nb 4 - -4 local_logging 4 - -4 insize 4 - -4 ifile_size 4 - -4 do_link 4 - -4 doRemoteLog 4 - -4 circular_logging 4 - -4 fileaction_list 5 - -5 new_text 70 60 -10 ipaddr_list_link 33 23 -10 clear_bufs 31 21 -10 syslogd_main 1287 1273 -14 builtin_help 190 176 -14 static.res 36 16 -20 builtin_source 229 199 -30 rpm_getcount 42 - -42 gzip_main 842 786 -56 .rodata 227176 227112 -64 lash_main 609 527 -82 busy_loop 3883 3739 -144 extract_cpio_gz 155 - -155 rpm_gettags 501 - -501 static.line 1025 - -1025 ------------------------------------------------------------------------------ (add/remove: 1/15 grow/shrink: 6/12 up/down: 710/-2221) Total: -1511 bytes
* These should have been part of 15767 too.Rob Landley2006-08-031-2/+2
|
* More removal of "#if 0" content."Robert P. J. Day"2006-07-011-9/+0
|
* Remove all usage of the "register" storage class specifier."Robert P. J. Day"2006-07-011-10/+10
|
* - use bb_msg_{read,write}_error where appropriate.Bernhard Reutner-Fischer2006-06-031-1/+1
| | | | | | text data bss dec hex filename 825015 9100 645216 1479331 1692a3 busybox.old 824919 9100 645216 1479235 169243 busybox
* More size shrinkage.Rob Landley2006-05-291-11/+1
|
* - patch from Denis Vlasenko to add and use bb_xopen3()Bernhard Reutner-Fischer2006-04-131-1/+1
|
* - patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer2006-04-121-2/+2
| | | | | bb_xopen some more while at it. Also use shorter boilerplate while at it.
* Patch from Rob Sullivan to consolidate crc32 table generation.Rob Landley2006-04-101-25/+10
|
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-101-5/+7
| | | | the busybox binary) into enums (which don't).
* - add some ATTRIBUTE_UNUSED.Bernhard Reutner-Fischer2006-01-301-15/+2
| | | | - use shorter boilerplate while at it.
* just whitespaceTim Riker2006-01-251-1/+1
|
* bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3."Vladimir N. Oleynik"2005-10-101-4/+0
| | | | | e2fsprogs: remove confuse bb_mkdep. Use internal e2fsprogs includes only. other: remove confuse bb_mkdep.
* - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ↵Bernhard Reutner-Fischer2005-10-071-1/+1
| | | | | | | ifconfig.c - gzip.c: see if O_NOFOLLOW is defined before using it, else take alternate path closes bug #221 (partially; The rest will follow later).
* In Bug 208, bernhardf writes:Mike Frysinger2005-04-161-7/+7
| | | | | | On machines with only ANSI compliant compilers, not explitily delcaring an empty parameter list 'void' causes failure.