Denys Vlasenko
|
f6beef63c6
archival/*: move "config:" snippets into .c files
|
11 years ago |
Denys Vlasenko
|
36184a487d
archival/*: move "applet:" snippets into .c files
|
11 years ago |
Denys Vlasenko
|
66620fa626
archival/*: move "kbuild:" snippets into .c files
|
11 years ago |
Denys Vlasenko
|
6967578728
whitespace fixes. no code changes
|
12 years ago |
Denys Vlasenko
|
8a6a2f9c9c
update seamless uncompression code
|
13 years ago |
Denys Vlasenko
|
d184a728cf
rename archive.h to bb_archive.h. no code changes
|
13 years ago |
Denys Vlasenko
|
522041ee7b
regularize options which control size/speed trade
|
13 years ago |
Ian Wienand
|
c2a06db69d
gzip: new GZIP_BIG_MEM option
|
13 years ago |
Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 years ago |
Marek Polacek
|
b0b8884009
Fix double words in comments. No code changes
|
13 years ago |
Pere Orga
|
1f4447b2d4
move help text from include/usage.src.h to archival/*.c
|
13 years ago |
Denys Vlasenko
|
833d4e7f84
rename archival/libunarchive -> archival/libarchive; move bz/ into it
|
14 years ago |
Denys Vlasenko
|
e4dcba1c10
*: whitespace fixes
|
14 years ago |
Denys Vlasenko
|
9ce642f974
libbb: introduce and use common crc32 routine
|
14 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Denys Vlasenko
|
19ced5c425
pipe_progress: make it independent of printf machinery
|
14 years ago |
Denys Vlasenko
|
39a04f71ca
archival/*: shrink by reusing sufficiently similar functions
|
14 years ago |
Denys Vlasenko
|
083e172641
style fixes, no code changes
|
15 years ago |
Denys Vlasenko
|
6b9f163353
*: style fixes. no code changes (verified with objdump)
|
15 years ago |
Matheus Izvekov
|
839fd71077
gzip: add optional support for --long-opts
|
15 years ago |
Denys Vlasenko
|
f2cbb03a37
*: optimize most of isXXXXX() macros
|
15 years ago |
Denys Vlasenko
|
90a9904e9e
remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)
|
15 years ago |
Denys Vlasenko
|
167cd709df
gzip: fix gzip with many files corrupting some files after first
|
15 years ago |
Denis Vlasenko
|
5e34ff29bc
*: mass renaming of USE_XXXX to IF_XXXX
|
15 years ago |
Denis Vlasenko
|
1a9e9bdd93
gunzip: restore mtime. approx +80 bytes of code
|
16 years ago |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Denis Vlasenko
|
55da0be405
support gzip -t and bzip2 -t
|
16 years ago |
Denis Vlasenko
|
5297809c03
g[un]zip: accept and ignore -n (needed for kernel compile)
|
16 years ago |
Denis Vlasenko
|
85c247161b
*: fix fallout from -Wunused-parameter
|
17 years ago |
Denis Vlasenko
|
574f2f4394
*: add optimization barrier to all "G trick" locations
|
17 years ago |