index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
archival
Age
Commit message (
Expand
)
Author
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
2018-07-24
gzip: unbreak FEATURE_GZIP_LEVELS, closes 11171
Denys Vlasenko
2018-07-06
cpio: if longopts are enabled, accept --null (synonym for -0)
Denys Vlasenko
2018-07-06
tweak help texts
Denys Vlasenko
2018-06-06
restore documentation on the build config language
Kartik Agaram
2018-05-25
unlzma: close another SEGV possibility
Denys Vlasenko
2018-05-22
tar: fix interaction of delayed symlink and hardlink creation
Harald van Dijk
2018-04-24
unlzma: do emit the error message on bad input, when we exit with 1
Denys Vlasenko
2018-04-19
unlzma: fix another SEGV case
Denys Vlasenko
2018-04-15
ar: stop using static data
Denys Vlasenko
2018-04-13
dpkg: fix symlink creation, closes 10941
Denys Vlasenko
2018-04-08
unlzma: fix segfault on bad archive
Denys Vlasenko
2018-04-08
bzip2: fix two crashes on corrupted archives
Denys Vlasenko
2018-04-08
lzop: remove method checks which are always true/false
Denys Vlasenko
2018-04-08
lzop: buffer several 32-bit writes when we start a new compressed block
Denys Vlasenko
2018-04-08
lzop: reuse strings
Denys Vlasenko
2018-04-08
lzop: checksum reads do not need to be checksummed
Denys Vlasenko
2018-04-08
lzop: don't support ancient versions < 0.94 (15 Oct 1997)
Denys Vlasenko
2018-04-08
lzop: code shrink by using header_t matching on-disk layout
Denys Vlasenko
2018-04-07
tar: trim help text
Denys Vlasenko
2018-04-01
libbb: new function bb_die_memory_exhausted
Denys Vlasenko
2018-03-30
cpio: extract "unsafe" symlinks the same way tar/unzip does
Natanael Copa
2018-03-16
tar: add -o and -k to short --help too
Denys Vlasenko
2018-03-16
tar: add -k and -o to --help
Denys Vlasenko
2018-02-20
tar,unzip: postpone creation of symlinks with "suspicious" targets
Denys Vlasenko
2018-02-07
bzip2: expose tuning knob for faster/smaller code
Denys Vlasenko
2018-02-06
unzip: do not set directory mode to 0777
Denys Vlasenko
2018-02-06
ar: hopefully fix out-of-bounds read in get_header_ar()
Denys Vlasenko
2018-02-05
bzip2: work around bad compiler optimization
Denys Vlasenko
2018-02-04
gunzip: fix from gzip-1.3.12 for gzip file with all zero length codes
Denys Vlasenko
2018-02-03
bzip2: move runningOrder[] back to stack - 256 bytes is not much
Denys Vlasenko
2018-02-03
bzip2: move ->origPtr out of struct EState, make a few members smaller
Denys Vlasenko
2018-02-03
bzip2: pass sorting params through EState* pointer
Denys Vlasenko
2018-02-03
gzip2: small simplification in mainSimpleSort()
Denys Vlasenko
2018-02-03
bzip2: a few more locals converted to generic types
Denys Vlasenko
2018-02-03
bzip2: eliminate one parameter to mainQSort3()
Denys Vlasenko
[next]