index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archival
/
libunarchive
/
decompress_bunzip2.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rmp: add optional support for bz2 data. +50 bytes of code
Denis Vlasenko
2007-06-08
1
-2
/
+2
*
whitespace fixes
Denis Vlasenko
2007-05-30
1
-2
/
+2
*
make compressed help code NOMMU- and NOFORK-friendly -
Denis Vlasenko
2007-04-10
1
-22
/
+36
*
one-liner: fix indentation
Denis Vlasenko
2007-04-10
1
-1
/
+1
*
bunzip2: big style cleanup. No code changes apart from one s/write/safe_write/
Denis Vlasenko
2007-04-10
1
-190
/
+208
*
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
Bernhard Reutner-Fischer
2007-04-04
1
-1
/
+1
*
style fixes
Denis Vlasenko
2006-12-26
1
-34
/
+34
*
g[un]zip: add support for -v (verbose).
Denis Vlasenko
2006-10-01
1
-9
/
+13
*
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-08-03
1
-9
/
+1
*
More size shrinkage.
Rob Landley
2006-05-29
1
-2
/
+1
*
Busybox is under the GPL.
Rob Landley
2006-04-14
1
-7
/
+6
*
Patch from Rob Sullivan to consolidate crc32 table generation.
Rob Landley
2006-04-10
1
-10
/
+5
*
- include proper prototypes in libunarchive.
Bernhard Reutner-Fischer
2006-04-02
1
-1
/
+3
*
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-03-06
1
-1
/
+1
*
Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)
Rob Landley
2006-03-01
1
-1
/
+1
*
Fix for an integer overflow bug that could cause a segfault on certain
Rob Landley
2006-02-17
1
-1
/
+1
*
The tendency of vi to auto-indent can be really annoying at times.
Rob Landley
2006-02-17
1
-75
/
+75
*
More whitespace than you can possibly imagine...
Rob Landley
2006-02-17
1
-18
/
+145
*
just whitespace
Tim Riker
2006-01-25
1
-3
/
+3
*
Stop gcc4 from nit-picking about signedness of char *.
Rob Landley
2005-09-25
1
-1
/
+2
*
Don't document compiler warnings. _FIX_ compiler warnings.
Rob Landley
2004-11-16
1
-12
/
+13
*
Fixup some warnings
Eric Andersen
2004-08-28
1
-0
/
+2
*
Larry Doolittle writes:
Eric Andersen
2004-04-14
1
-18
/
+18
*
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-03-15
1
-1
/
+1
*
Move from read_gz to the pipe()+fork() method.
Glenn L McGrath
2003-11-15
1
-2
/
+2
*
Fix tar -j support
Glenn L McGrath
2003-11-05
1
-16
/
+0
*
Put back the tar support stubs (and warnings) for now.
Eric Andersen
2003-10-31
1
-0
/
+16
*
Add some error messages, use xmalloc instead of malloc
Glenn L McGrath
2003-10-28
1
-5
/
+18
*
Another bzip2 update and speedup from Manuel Novoa III, with some
Eric Andersen
2003-10-23
1
-223
/
+267
*
Manuel Novoa III writes:
Eric Andersen
2003-10-18
1
-22
/
+43
*
Rob Landley's new micro-bunzip version 3. Rob writes:
Eric Andersen
2003-10-18
1
-1592
/
+465
*
Major coreutils update.
Manuel Novoa III
2003-03-19
1
-4
/
+4
*
Fail silently if a partial tar header is read as tar.bz2 is leaving trailing ...
Glenn L McGrath
2002-11-05
1
-1
/
+1
*
Abstract read and seek in unarchiving code, convert bunzip to file descriptor...
Glenn L McGrath
2002-11-03
1
-189
/
+58
*
Move bunzip2 idecompression code to libunarchive
Glenn L McGrath
2002-11-03
1
-0
/
+1789