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
2016-04-22
*: slap on a few ALIGN1/2s where appropriate
Denys Vlasenko
2016-04-21
*: hopefully all setup_common_bufsiz() are in place
Denys Vlasenko
2016-04-21
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-18
unzip: shorter code for date/time generation
Denys Vlasenko
2016-04-18
unzip: better match for "standard" unzip's output; string shrinkage
Denys Vlasenko
2016-04-18
unzip: fix percent overflow; show "stored" files properly
Denys Vlasenko
2016-04-17
unzip: fix a case where we find wrong CDE. Closes 8821
Denys Vlasenko
2016-04-01
libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)
Denys Vlasenko
2015-10-30
[g]unzip: fix recent breakage.
Denys Vlasenko
2015-10-28
lzop: eliminate variable, use "int" as return type
Denys Vlasenko
2015-10-27
gzip: add support for --no-name long option
Aaro Koskinen
2015-10-27
gunzip: add support for long options
Aaro Koskinen
2015-10-26
unzip: test for bad archive SEGVing
Denys Vlasenko
2015-10-25
tweak defconfig
Denys Vlasenko
2015-10-25
inetd: make FEATURE_INETD_RPC off by default
Denys Vlasenko
2015-10-22
tar: fix files skipped with --strip_components not resetting selinux context
Denys Vlasenko
2015-10-22
tar: shrink hardlink name handling code
Denys Vlasenko
2015-10-22
tar: implement --version for buildroot
Denys Vlasenko
2015-10-22
tar: add support for --strip-components=N
Denys Vlasenko
2015-10-16
cpio: implement -R/--owner
Aaro Koskinen
2015-10-13
*: more BUILD_BUG_ON conversions
Denys Vlasenko
2015-10-08
join some common strings, -400 bytes
Denys Vlasenko
2015-07-13
Removes stray empty line from code
Maninder Singh
2015-05-11
tar: do not try to decode GNU extended headers as pax headers
Denys Vlasenko
2015-05-03
libarchive: auto-detect .Z files as well
Thiago Jung Bauermann
2015-04-26
gzip: add support for compression levels 4-9
Aaro Koskinen
2015-03-12
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-02-10
unzip: prevent attacks via malicious filenames
Denys Vlasenko
2015-02-03
gzip: trivial code shrink -5 bytes
Denys Vlasenko
2015-02-02
gzip: speed up and shrink put_16bit()
Denys Vlasenko
2015-02-02
gzip: do not store timestamp in gzip header
Rich Felker
2015-01-30
dpkg: update supported compression methods
Denys Vlasenko
2014-12-22
randomconfig fixes
Denys Vlasenko
2014-12-11
tar: fix "tar -cJ" ignoring -J option. closes 7706
Denys Vlasenko
2014-12-07
make xmalloc_open_zipped_read_close result NUL terminated
Denys Vlasenko
2014-12-07
libarchive: add capability to unpack to mem.buffer
Denys Vlasenko
2014-12-07
Rename transformer_aux_data_t -> transformer_state_t
Denys Vlasenko
2014-06-30
cpio: reinstate "options:" line in help text
Denys Vlasenko
2014-06-30
lzop: add overflow check
Denys Vlasenko
2014-02-28
unlzma: add comments about possible bug from BZ 2689
Denys Vlasenko
2014-02-28
unlzma: move some variables in "more local" scope
Denys Vlasenko
2014-02-02
zcat: complain if input is not compressed
Denys Vlasenko
2014-01-27
libbb: open_zipped() should not fail on non-compressed files
Denys Vlasenko
2014-01-10
tar: tighten up pax header validity check
Denys Vlasenko
2014-01-10
libarchive: open_zipped() does not need to check extensions for e.g. gzip
Denys Vlasenko
2013-11-29
fix assorted unused code and wrong format specs found by cppchekc (bug 6716)
Denys Vlasenko
2013-11-28
dpkg-deb: cosmetic correction to usage text
Daniel Borca
2013-11-19
tar: prevent empty file to be treated as valid tarball
Denys Vlasenko
2013-11-19
tar: fix exitcode check for MMU-spawned unpacking helpers
Denys Vlasenko
[next]