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
/
libarchive
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libarchive: alter handling of failure to create symlinks
Ron Yorston
2022-09-27
1
-19
/
+8
*
make: new applet
Ron Yorston
2022-08-01
2
-2
/
+7
*
Merge busybox into merge
Ron Yorston
2022-02-09
2
-1
/
+3
|
\
|
*
libbb: shrink lineedit_read_key()
Denys Vlasenko
2022-01-18
1
-1
/
+1
|
*
fix "defined but not used" warnings
Denys Vlasenko
2022-01-17
1
-0
/
+2
*
|
Merge busybox into merge
Ron Yorston
2021-12-27
1
-1
/
+5
|
\
|
|
*
libarchive/get_header_ar.c: fix extraction of archives from binutils in deter...
Peter Korsgaard
2021-12-12
1
-1
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-10-13
3
-5
/
+11
|
\
|
|
*
tar: prevent malicious archives with enormous long name sizes OOMing the machine
Denys Vlasenko
2021-10-11
1
-3
/
+8
|
*
*: add more beneficial NOINLINEs
Denys Vlasenko
2021-10-10
2
-2
/
+2
|
*
tar: improve comments, add FIXMEs. no code changes
Denys Vlasenko
2021-10-08
1
-2
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-09-21
1
-2
/
+3
|
\
|
|
*
libbb: eliminate a static data array in bb_mode_string()
Denys Vlasenko
2021-09-17
1
-2
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-08-30
2
-8
/
+10
|
\
|
|
*
bzip: make ftab[] and crc32table[] member arrays of EState, do not allocate
Denys Vlasenko
2021-08-29
2
-8
/
+10
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-06-28
2
-2
/
+6
|
\
|
|
*
cpio: fix sscanf on unterminated buffer
S Harris
2021-06-23
1
-1
/
+2
|
*
unlzma: fix a case where we could read before beginning of buffer
Denys Vlasenko
2021-06-15
1
-1
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-05-14
1
-2
/
+9
|
\
|
|
*
decompress_gunzip: simplify ERR_RET bit clearing
Denys Vlasenko
2021-05-03
1
-3
/
+2
|
*
decompress_gunzip: Fix DoS if gzip is corrupt
Samuel Sapalski
2021-03-12
1
-2
/
+10
*
|
win32: implement symlink(2)
Ron Yorston
2021-02-12
1
-11
/
+19
*
|
libarchive: allow extraction of hard links
Ron Yorston
2021-01-19
1
-3
/
+7
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-01-14
6
-6
/
+10
|
\
|
|
*
tar: add TODO about a bug with non-writable directories on extract
Denys Vlasenko
2021-01-01
1
-0
/
+4
|
*
decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-30
1
-2
/
+2
|
*
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-30
2
-2
/
+2
|
*
archival: avoid std namespace for local includes
Joachim Nilsson
2020-11-16
2
-2
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-11-12
1
-1
/
+1
|
\
|
|
*
tar: fix fallout of last_char_is(NULL) no longer being allowed
Denys Vlasenko
2020-10-02
1
-1
/
+1
*
|
win32: move code to fork (de)compressor to a function
Ron Yorston
2020-08-05
1
-15
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-01-08
3
-54
/
+79
|
\
|
|
*
gunzip: fix incorrect decoding of "fixed" inflate blocks
Denys Vlasenko
2019-10-26
1
-10
/
+20
|
*
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
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-08-16
12
-39
/
+39
|
\
|
|
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
12
-39
/
+39
*
|
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
*
|
libarchive: remove more symlink code
Ron Yorston
2019-02-14
1
-3
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-01-10
1
-1
/
+1
|
\
|
|
*
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
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-11-28
5
-15
/
+52
|
\
|
|
*
hush: allow hush to run embedded scripts
Ron Yorston
2018-11-27
1
-1
/
+1
[next]