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
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
2019-10-19
gzip: code shrink
Denys Vlasenko
2019-10-19
gzip: code shrink
Denys Vlasenko
2019-10-11
dpkg-deb: work around bogus error message when working with XZ compressed pac...
Denys Vlasenko
2019-09-06
gzip: code shrink
Denys Vlasenko
2019-09-05
gzip: code shrink
Denys Vlasenko
2019-09-05
gzip: set default compression level to 6 when CONFIG_FEATURE_GZIP_LEVELS=n
Daniel Edgecumbe
2019-09-05
gzip: set compression flags correctly as per standard
Daniel Edgecumbe
2019-09-05
gzip: default level with ENABLE_FEATURE_GZIP_LEVELS should be 6
Daniel Edgecumbe
2019-08-02
tar: change -a from meaning "lzma" to mean "autodetect by extension"
Denys Vlasenko
2019-08-01
tar: code shrink
Denys Vlasenko
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-05-26
comment fix
Denys Vlasenko
2019-05-26
libarchive: treat one "FIXME: avoid seek", take 2
Denys Vlasenko
2019-05-24
libarchive: treat one "FIXME: avoid seek"
Denys Vlasenko
2019-05-23
bunzip2: the correct condition is "n < groupCount", not "n <= groupCount". Cl...
Denys Vlasenko
2018-12-28
config: dpkg_deb should be dpkg-deb
Denys Vlasenko
2018-12-28
config: more tweaks
Denys Vlasenko
2018-12-28
config: update size information
Denys Vlasenko
2018-12-27
randomconfig fixes
Denys Vlasenko
2018-11-27
hush: allow hush to run embedded scripts
Ron Yorston
2018-11-27
tar: skip 'V' headers (GNU volume label), closes 11526
Denys Vlasenko
2018-11-27
unlzma: fix too-eager corruption check
Denys Vlasenko
2018-11-27
tar: fix too eager autodetection, closes 11531
Denys Vlasenko
2018-11-02
remove FAST_FUNC on a static function
Denys Vlasenko
2018-11-02
libarchive: add a function to unpack embedded data
Ron Yorston
2018-11-01
ash: allow shell scripts to be embedded in the binary
Denys Vlasenko
2018-09-30
unzip: use printable_string() for printing filenames
Denys Vlasenko
2018-08-04
tar: fix a thinko in prev commit - we need to copy to _unused_ fd
Denys Vlasenko
2018-08-04
tar: handle the case when opened created tarball happens to have fd#0
Denys Vlasenko
2018-08-04
tar: make source code a bit more terse, no logic changes
Denys Vlasenko
[next]