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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archival
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'busybox' into merge
FRP-3466-g53c09d0e1
Ron Yorston
2020-05-29
1
-1
/
+7
|
\
|
*
unzip: -d should create the dir
Lauri Kasanen
2020-04-29
1
-1
/
+7
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-01-08
6
-115
/
+152
|
\
|
|
*
unxz: show -t in --help
Denys Vlasenko
2019-11-08
1
-0
/
+2
|
*
gunzip: fix incorrect decoding of "fixed" inflate blocks
Denys Vlasenko
2019-10-26
1
-10
/
+20
|
*
tar: fix fallout of: change -a from meaning "lzma" to mean "autodetect by ext...
Denys Vlasenko
2019-10-25
1
-1
/
+1
|
*
gunzip: code shrink by using int-, not short-sized struct member
Denys Vlasenko
2019-10-20
1
-1
/
+2
|
*
gzip: code shrink
Denys Vlasenko
2019-10-19
1
-29
/
+26
|
*
gzip: code shrink
Denys Vlasenko
2019-10-19
1
-27
/
+26
|
*
dpkg-deb: work around bogus error message when working with XZ compressed pac...
Denys Vlasenko
2019-10-11
2
-2
/
+20
|
*
gzip: code shrink
Denys Vlasenko
2019-09-06
1
-44
/
+44
|
*
gzip: code shrink
Denys Vlasenko
2019-09-05
1
-9
/
+9
|
*
gzip: set default compression level to 6 when CONFIG_FEATURE_GZIP_LEVELS=n
Daniel Edgecumbe
2019-09-05
1
-6
/
+6
|
*
gzip: set compression flags correctly as per standard
Daniel Edgecumbe
2019-09-05
1
-8
/
+18
|
*
gzip: default level with ENABLE_FEATURE_GZIP_LEVELS should be 6
Daniel Edgecumbe
2019-09-05
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-08-16
20
-106
/
+131
|
\
|
|
*
tar: change -a from meaning "lzma" to mean "autodetect by extension"
Denys Vlasenko
2019-08-02
1
-18
/
+42
|
*
tar: code shrink
Denys Vlasenko
2019-08-01
1
-12
/
+13
|
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
20
-73
/
+73
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-05-27
2
-18
/
+28
|
\
|
|
*
comment fix
Denys Vlasenko
2019-05-26
1
-1
/
+1
|
*
libarchive: treat one "FIXME: avoid seek", take 2
Denys Vlasenko
2019-05-26
1
-1
/
+1
|
*
libarchive: treat one "FIXME: avoid seek"
Denys Vlasenko
2019-05-24
1
-17
/
+27
|
*
bunzip2: the correct condition is "n < groupCount", not "n <= groupCount". Cl...
Denys Vlasenko
2019-05-23
1
-1
/
+1
*
|
win32: interpret absolute paths as relative to %SYSTEMDRIVE%
Ron Yorston
2019-03-28
2
-0
/
+27
*
|
win32: fix POSIX build (again)
Ron Yorston
2019-03-12
1
-1
/
+3
*
|
dpkg: enable in the default configuration
Ron Yorston
2019-02-22
1
-0
/
+5
*
|
win32: stat(2) succeeds if fetching extra metadata fails
Ron Yorston
2019-02-19
1
-3
/
+5
*
|
win32: make stat(2) fetch additional metadata
Ron Yorston
2019-02-16
1
-3
/
+3
*
|
libarchive: remove more symlink code
Ron Yorston
2019-02-14
2
-4
/
+6
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-01-10
11
-17
/
+17
|
\
|
|
*
config: dpkg_deb should be dpkg-deb
Denys Vlasenko
2018-12-28
1
-1
/
+1
|
*
config: more tweaks
Denys Vlasenko
2018-12-28
1
-1
/
+1
|
*
config: update size information
Denys Vlasenko
2018-12-28
9
-15
/
+15
|
*
randomconfig fixes
Denys Vlasenko
2018-12-27
1
-1
/
+1
*
|
tar: return correct exit code for empty tar file
Ron Yorston
2019-01-06
1
-5
/
+0
*
|
win32: emulate SIGPIPE
Ron Yorston
2018-12-11
1
-2
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-11-28
6
-15
/
+60
|
\
|
|
*
hush: allow hush to run embedded scripts
Ron Yorston
2018-11-27
1
-1
/
+1
|
*
tar: skip 'V' headers (GNU volume label), closes 11526
Denys Vlasenko
2018-11-27
1
-1
/
+2
|
*
unlzma: fix too-eager corruption check
Denys Vlasenko
2018-11-27
1
-7
/
+13
|
*
tar: fix too eager autodetection, closes 11531
Denys Vlasenko
2018-11-27
2
-2
/
+9
|
*
remove FAST_FUNC on a static function
Denys Vlasenko
2018-11-02
1
-2
/
+2
|
*
libarchive: add a function to unpack embedded data
Ron Yorston
2018-11-02
1
-4
/
+34
|
*
ash: allow shell scripts to be embedded in the binary
Denys Vlasenko
2018-11-01
1
-0
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-10-08
1
-20
/
+37
|
\
|
|
*
unzip: use printable_string() for printing filenames
Denys Vlasenko
2018-09-30
1
-20
/
+37
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-09-10
1
-38
/
+42
|
\
|
|
*
tar: fix a thinko in prev commit - we need to copy to _unused_ fd
Denys Vlasenko
2018-08-04
1
-2
/
+1
|
*
tar: handle the case when opened created tarball happens to have fd#0
Denys Vlasenko
2018-08-04
1
-6
/
+18
[next]