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
*
Allow shell scripts to be embedded in the binary
Ron Yorston
2018-10-22
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
|
*
tar: make source code a bit more terse, no logic changes
Denys Vlasenko
2018-08-04
1
-32
/
+25
*
|
Merge branch 'busybox'
Ron Yorston
2018-07-25
9
-36
/
+43
|
\
|
|
*
gzip: unbreak FEATURE_GZIP_LEVELS, closes 11171
Denys Vlasenko
2018-07-24
1
-6
/
+6
|
*
cpio: if longopts are enabled, accept --null (synonym for -0)
Denys Vlasenko
2018-07-06
1
-0
/
+1
|
*
tweak help texts
Denys Vlasenko
2018-07-06
1
-3
/
+5
|
*
restore documentation on the build config language
Kartik Agaram
2018-06-06
1
-1
/
+1
|
*
unlzma: close another SEGV possibility
Denys Vlasenko
2018-05-25
1
-1
/
+5
|
*
tar: fix interaction of delayed symlink and hardlink creation
Harald van Dijk
2018-05-22
6
-25
/
+25
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-05-13
2
-14
/
+23
|
\
|
|
*
unlzma: do emit the error message on bad input, when we exit with 1
Denys Vlasenko
2018-04-24
1
-0
/
+6
|
*
unlzma: fix another SEGV case
Denys Vlasenko
2018-04-19
1
-2
/
+7
|
*
ar: stop using static data
Denys Vlasenko
2018-04-15
1
-11
/
+7
|
*
dpkg: fix symlink creation, closes 10941
Denys Vlasenko
2018-04-13
1
-1
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-04-09
5
-245
/
+280
|
\
|
|
*
unlzma: fix segfault on bad archive
Denys Vlasenko
2018-04-08
1
-0
/
+11
|
*
bzip2: fix two crashes on corrupted archives
Denys Vlasenko
2018-04-08
2
-23
/
+56
|
*
lzop: remove method checks which are always true/false
Denys Vlasenko
2018-04-08
1
-15
/
+22
|
*
lzop: buffer several 32-bit writes when we start a new compressed block
Denys Vlasenko
2018-04-08
1
-11
/
+21
|
*
lzop: reuse strings
Denys Vlasenko
2018-04-08
1
-2
/
+2
|
*
lzop: checksum reads do not need to be checksummed
Denys Vlasenko
2018-04-08
1
-3
/
+3
|
*
lzop: don't support ancient versions < 0.94 (15 Oct 1997)
Denys Vlasenko
2018-04-08
1
-52
/
+49
|
*
lzop: code shrink by using header_t matching on-disk layout
Denys Vlasenko
2018-04-08
1
-177
/
+154
|
*
tar: trim help text
Denys Vlasenko
2018-04-07
1
-2
/
+2
*
|
libarchive: failure to extract symlink isn't fatal
Ron Yorston
2018-04-09
1
-1
/
+9
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-04-02
3
-9
/
+11
|
\
|
|
*
libbb: new function bb_die_memory_exhausted
Denys Vlasenko
2018-04-01
1
-1
/
+1
|
*
cpio: extract "unsafe" symlinks the same way tar/unzip does
Natanael Copa
2018-03-30
1
-0
/
+2
|
*
tar: add -o and -k to short --help too
Denys Vlasenko
2018-03-16
1
-5
/
+5
|
*
tar: add -k and -o to --help
Denys Vlasenko
2018-03-16
1
-3
/
+3
*
|
ar: conditional compilation for variable only needed on WIN32
Ron Yorston
2018-03-03
1
-0
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-03-01
4
-65
/
+49
|
\
|
|
*
tar,unzip: postpone creation of symlinks with "suspicious" targets
Denys Vlasenko
2018-02-20
4
-65
/
+49
*
|
Remove fake signal-handling code
Ron Yorston
2018-03-01
1
-0
/
+2
*
|
tar: don't save file status
Ron Yorston
2018-02-26
1
-0
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-02-13
15
-614
/
+712
|
\
|
|
*
bzip2: expose tuning knob for faster/smaller code
Denys Vlasenko
2018-02-07
5
-20
/
+41
|
*
unzip: do not set directory mode to 0777
Denys Vlasenko
2018-02-06
1
-1
/
+3
|
*
ar: hopefully fix out-of-bounds read in get_header_ar()
Denys Vlasenko
2018-02-06
1
-2
/
+2
|
*
bzip2: work around bad compiler optimization
Denys Vlasenko
2018-02-05
1
-32
/
+43
|
*
gunzip: fix from gzip-1.3.12 for gzip file with all zero length codes
Denys Vlasenko
2018-02-04
1
-4
/
+11
|
*
bzip2: move runningOrder[] back to stack - 256 bytes is not much
Denys Vlasenko
2018-02-03
2
-6
/
+8
|
*
bzip2: move ->origPtr out of struct EState, make a few members smaller
Denys Vlasenko
2018-02-03
3
-27
/
+27
|
*
bzip2: pass sorting params through EState* pointer
Denys Vlasenko
2018-02-03
3
-67
/
+65
|
*
gzip2: small simplification in mainSimpleSort()
Denys Vlasenko
2018-02-03
1
-14
/
+15
[next]