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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
cpio: fix a bug where we do not extract zero-sized hardlinks
Denis Vlasenko
2008-04-05
5
-103
/
+99
*
cpio: typo fix in error message
Denis Vlasenko
2008-04-05
1
-1
/
+1
*
cpio: optional support for writing cpio files in newc format.
Denis Vlasenko
2008-04-05
2
-17
/
+216
*
g[un]zip: accept and ignore -n (needed for kernel compile)
Denis Vlasenko
2008-03-30
2
-2
/
+30
*
whitespace fixes
Denis Vlasenko
2008-03-28
1
-8
/
+8
*
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
Denis Vlasenko
2008-03-26
2
-2
/
+2
*
patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)
Denis Vlasenko
2008-03-23
1
-1
/
+0
*
unlzma: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com>
Denis Vlasenko
2008-03-18
1
-11
/
+4
*
*: mode tcp/udpsvd to networking, delete ipsvd/*
Denis Vlasenko
2008-03-17
1
-4
/
+4
*
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-03-17
2
-1
/
+5
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
2
-6
/
+6
*
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
*
*: add optimization barrier to all "G trick" locations
Denis Vlasenko
2008-02-27
1
-2
/
+2
*
trivial fixes to config system
Denis Vlasenko
2008-02-19
1
-0
/
+1
*
tar: optional autodetection of gz/bz2 compressed tarballs.
Denis Vlasenko
2008-02-19
3
-31
/
+92
*
dpkg: fix bug where existence check was reversed
Denis Vlasenko
2008-02-17
1
-8
/
+4
*
*: more readable handling of pipe fds. No code changes.
Denis Vlasenko
2008-02-16
4
-15
/
+15
*
random s/short/int/
Denis Vlasenko
2008-02-16
2
-7
/
+8
*
tar: real support for -p. +200 if selected.
Denis Vlasenko
2008-02-14
4
-2
/
+60
*
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
*
tar: move FNM_LEADING_DIR #define to tar.c - no other users.
Denis Vlasenko
2008-02-13
1
-0
/
+5
*
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
*
libbb: introduce and use safe_waitpid (loops in EINTR)
Denis Vlasenko
2008-01-02
1
-2
/
+2
*
Fix xmalloc_fgets_str so that it really does NOT strip terminator.
Denis Vlasenko
2007-12-26
1
-3
/
+3
*
nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)
Denis Vlasenko
2007-12-24
1
-1
/
+1
*
attack the biggest stack users:
Denis Vlasenko
2007-12-02
4
-14
/
+47
*
add comment clarifying busybox's use of non-standard tar header
Paul Fox
2007-11-17
2
-1
/
+7
*
tar: fix a case where glibc detects bogus buffer overrun
Denis Vlasenko
2007-11-16
2
-4
/
+6
*
open_transformer: do not duplicate "<program> -cf -"
Denis Vlasenko
2007-11-12
6
-17
/
+19
*
gzip: fix a case where tar xzf fails (we use uninitialized fd)
Denis Vlasenko
2007-11-12
1
-0
/
+1
*
*: remove superfluous "?" in option parsing
Denis Vlasenko
2007-11-10
1
-1
/
+1
*
unzip: hmm... gcc doesn't like ATTRIBUTE_PACKED?? Document that...
Denis Vlasenko
2007-11-06
1
-1
/
+1
*
telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>)
Denis Vlasenko
2007-11-06
1
-1
/
+1
*
change safety check on zip header to allow for extra length, and
Paul Fox
2007-11-05
1
-3
/
+11
*
Announce 1.8.0
1_8_0
Denis Vlasenko
2007-11-04
1
-9
/
+9
*
bzip2: make -d actually work
Denis Vlasenko
2007-10-21
1
-2
/
+2
*
unzip: add a comment explaining why we don't die
Denis Vlasenko
2007-10-19
1
-0
/
+2
*
unzip: fix endianness bugs
Denis Vlasenko
2007-10-18
1
-100
/
+113
*
ash: use fdprintf, not dprintf.
Denis Vlasenko
2007-10-17
1
-1
/
+1
*
bzip2: more of code shrink
Denis Vlasenko
2007-10-17
2
-64
/
+38
*
bzip2: move state pointer to the offset 0 (smaller code)
Denis Vlasenko
2007-10-16
3
-1
/
+7
*
bzip2: make -s equivalent to -2 (compatible with standard bzip2)
Denis Vlasenko
2007-10-16
1
-0
/
+1
*
bzip2: implement -1..-9 command line flags
Denis Vlasenko
2007-10-14
1
-7
/
+30
*
bzip2: eliminate some divisions
Denis Vlasenko
2007-10-14
3
-35
/
+51
*
remove trailing whitespace
Denis Vlasenko
2007-10-14
5
-20
/
+20
*
bzip2: code size shrink
Denis Vlasenko
2007-10-14
1
-4
/
+34
[prev]
[next]