index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archival
Age
Commit message (
Expand
)
Author
2023-02-23
unzip: document some options we might support
Denys Vlasenko
2023-02-22
unzip: clear SUID/GID bits, implement -K to not clear them
Denys Vlasenko
2022-11-29
unzip -l: add missed big-endian conversions date and time
Peter Kaestle
2022-08-30
*: style fix
Denys Vlasenko
2022-01-18
libbb: shrink lineedit_read_key()
Denys Vlasenko
2022-01-17
fix "defined but not used" warnings
Denys Vlasenko
2021-12-12
libarchive/get_header_ar.c: fix extraction of archives from binutils in deter...
Peter Korsgaard
2021-10-13
cpio: add support for --renumber-inodes like GNU cpio
Ariadne Conill
2021-10-13
cpio: add support for --ignore-devno like GNU cpio
Ariadne Conill
2021-10-11
tar: prevent malicious archives with enormous long name sizes OOMing the machine
Denys Vlasenko
2021-10-10
*: add more beneficial NOINLINEs
Denys Vlasenko
2021-10-08
tar: improve comments, add FIXMEs. no code changes
Denys Vlasenko
2021-09-17
libbb: eliminate a static data array in bb_mode_string()
Denys Vlasenko
2021-08-29
bzip: make ftab[] and crc32table[] member arrays of EState, do not allocate
Denys Vlasenko
2021-08-22
tar,smemcap: silence compiler warning
Ron Yorston
2021-08-22
Regularize "NUL terminated input" --help texts
Denys Vlasenko
2021-08-20
tar,smemcap: commonalyze checksumming code for tar header
Denys Vlasenko
2021-08-02
tar: exclude files before updating hardlink info list
Harald van Dijk
2021-08-02
tar: simplify addition of --exclude=GLOB to the expansion of -X EXCLFILE
Denys Vlasenko
2021-06-23
cpio: fix sscanf on unterminated buffer
S Harris
2021-06-15
unlzma: fix a case where we could read before beginning of buffer
Denys Vlasenko
2021-06-15
*: more --help tweaks
Denys Vlasenko
2021-06-14
*: --help tweaks
Denys Vlasenko
2021-06-13
*: more --help tweaks, mostly expanding ts --help
Denys Vlasenko
2021-06-13
*: --help tweaks
Denys Vlasenko
2021-06-03
cpio: fix "cpio -d -p A/B/C"
Denys Vlasenko
2021-05-03
decompress_gunzip: simplify ERR_RET bit clearing
Denys Vlasenko
2021-04-14
unzip: add -t
Denys Vlasenko
2021-04-14
unzip: fix for .zip archives with >4GB file
Denys Vlasenko
2021-03-12
decompress_gunzip: Fix DoS if gzip is corrupt
Samuel Sapalski
2021-01-01
tar: add TODO about a bug with non-writable directories on extract
Denys Vlasenko
2020-12-18
help text tweaks
Denys Vlasenko
2020-12-14
libbb: add and use infrastructure for fixed page size optimization
Denys Vlasenko
2020-12-14
libbb: create and use mmap() helpers
Denys Vlasenko
2020-12-13
help text tweaks
Denys Vlasenko
2020-12-08
tar: expand --help
Denys Vlasenko
2020-11-30
decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-30
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-16
archival: avoid std namespace for local includes
Joachim Nilsson
2020-10-02
tar: fix fallout of last_char_is(NULL) no longer being allowed
Denys Vlasenko
2020-10-01
libbb: shrink recursive_action() by reducing memory pressure
Denys Vlasenko
2020-10-01
gcc-9.x warning fixes
Denys Vlasenko
2020-06-29
dpkg: prevent important directories from being removed
Norbert Lange
2020-06-25
gzip -d with zcat enabled but gunzip disabled was misbehaving
Denys Vlasenko
2020-06-24
randomconfig fixes
Denys Vlasenko
2020-04-29
unzip: -d should create the dir
Lauri Kasanen
2019-11-08
unxz: show -t in --help
Denys Vlasenko
2019-10-26
gunzip: fix incorrect decoding of "fixed" inflate blocks
Denys Vlasenko
2019-10-25
tar: fix fallout of: change -a from meaning "lzma" to mean "autodetect by ext...
Denys Vlasenko
2019-10-20
gunzip: code shrink by using int-, not short-sized struct member
Denys Vlasenko
[next]