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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: refactor handling of archived files. "tar f file.tar.lzma" now works too.
Denis Vlasenko
2008-08-05
6
-38
/
+46
*
fix trivial build warning
Denis Vlasenko
2008-07-22
1
-1
/
+1
*
tar: fix handling of tarballs with symlinks with size field != 0
Denis Vlasenko
2008-07-20
2
-7
/
+14
*
cpio: internalize archive_xread_all_eof. add a few paranoia checks
Denis Vlasenko
2008-07-12
4
-55
/
+38
*
cpio: on unpack, limit filename length to 8k; shorten comment a bit
Denis Vlasenko
2008-07-11
1
-0
/
+2
*
cpio: support some long options; document GNU options
Denis Vlasenko
2008-07-11
1
-2
/
+3
*
fix compile failures resulting from last few commits
Denis Vlasenko
2008-07-11
1
-2
/
+1
*
dpkg_deb: slight code shrink
Denis Vlasenko
2008-07-10
5
-19
/
+37
*
open_transformer: do not return fd, it does not change
Denis Vlasenko
2008-07-10
5
-14
/
+13
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
2
-2
/
+2
*
sendmail: fix wrong vfork usage here too
Denis Vlasenko
2008-07-01
1
-2
/
+2
*
revert last two commits. vfork cannot be used in subroutine,
Denis Vlasenko
2008-07-01
1
-1
/
+10
*
*: introduce and use xfork()
Denis Vlasenko
2008-07-01
1
-8
/
+1
*
*: introduce and use xvfork()
Denis Vlasenko
2008-07-01
1
-3
/
+1
*
bunzip2: make proper fix for the problem "fixed" in rev. 22521
Denis Vlasenko
2008-06-28
1
-80
/
+13
*
libunarchive: stop using static data in archivers - archive_handle_t
Denis Vlasenko
2008-06-28
5
-65
/
+65
*
unlzma: fix memory leak (Pascal Bellard)
Denis Vlasenko
2008-06-27
1
-20
/
+23
*
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-27
29
-36
/
+36
*
bunzip2: fix an uncompression error. Add the example to testsuite.
Denis Vlasenko
2008-06-26
1
-6
/
+9
*
style fixes, no code changes
Denis Vlasenko
2008-06-26
1
-2
/
+2
*
open_transformer: fix bug of calling exit instead of _exit
Denis Vlasenko
2008-06-26
1
-2
/
+5
*
- use STD*_FILENO some more. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
1
-1
/
+1
*
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
2
-2
/
+2
*
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-15
4
-11
/
+11
*
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-13
1
-2
/
+2
*
tar: fix obscure case when name is "" and prefix is not ""
Denis Vlasenko
2008-04-29
1
-1
/
+1
*
tar: fix the case where long base names can be ignored
Denis Vlasenko
2008-04-29
1
-0
/
+3
*
tar: move vfork into separate function (smaller code)
Denis Vlasenko
2008-04-21
1
-3
/
+5
*
trivial fixes to make bbox compile with gcc 4.3.0
Denis Vlasenko
2008-04-15
1
-5
/
+5
*
cpio: fix a bug where we do not extract zero-sized hardlinks
Denis Vlasenko
2008-04-05
3
-93
/
+98
*
unlzma: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com>
Denis Vlasenko
2008-03-18
1
-11
/
+4
*
fsck_minix: getopt32-ification; code shrink; reduce stack usage;
Denis Vlasenko
2008-03-17
2
-3
/
+6
*
unlzma: save a few more bytes, and maybe even a bit faster now
Denis Vlasenko
2008-03-02
1
-7
/
+3
*
unlzma: if !LZMA_FAST, save ~200 more bytes (Pascal Bellard <pascal.bellard A...
Denis Vlasenko
2008-03-02
1
-24
/
+36
*
tar: optional autodetection of gz/bz2 compressed tarballs.
Denis Vlasenko
2008-02-19
1
-8
/
+44
*
*: more readable handling of pipe fds. No code changes.
Denis Vlasenko
2008-02-16
3
-11
/
+11
*
random s/short/int/
Denis Vlasenko
2008-02-16
1
-4
/
+2
*
tar: real support for -p. +200 if selected.
Denis Vlasenko
2008-02-14
3
-1
/
+51
*
tar: do "short EOF" compat only if CONFIG_DESKTOP.
Denis Vlasenko
2008-02-14
1
-1
/
+8
*
tar: compat: handle tarballs with only one zero block at the end
Denis Vlasenko
2008-02-13
1
-1
/
+9
*
unzip: do not try to read entire compressed stream at once (it can be huge)
Denis Vlasenko
2008-02-04
1
-6
/
+17
*
*: tidy up usage of char **environ
Denis Vlasenko
2008-01-28
1
-1
/
+1
*
add comment clarifying busybox's use of non-standard tar header
Paul Fox
2007-11-17
1
-0
/
+3
*
tar: fix a case where glibc detects bogus buffer overrun
Denis Vlasenko
2007-11-16
1
-2
/
+3
*
open_transformer: do not duplicate "<program> -cf -"
Denis Vlasenko
2007-11-12
4
-15
/
+17
*
gzip: fix a case where tar xzf fails (we use uninitialized fd)
Denis Vlasenko
2007-11-12
1
-0
/
+1
*
bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code resides
Denis Vlasenko
2007-10-13
2
-9
/
+7
*
bunzip: small code shrink and consmetics
Denis Vlasenko
2007-10-10
1
-22
/
+28
*
delete now unused check_header_gzip.c
Denis Vlasenko
2007-10-05
1
-59
/
+0
*
gunzip: support concatenated gz files.
Denis Vlasenko
2007-10-05
3
-243
/
+367
[next]