aboutsummaryrefslogtreecommitdiff
path: root/archival
AgeCommit message (Expand)Author
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-03-17fsck_minix: getopt32-ification; code shrink; reduce stack usage;Denis Vlasenko
2008-03-02unlzma: save a few more bytes, and maybe even a bit faster nowDenis Vlasenko
2008-03-02unlzma: if !LZMA_FAST, save ~200 more bytes (Pascal Bellard <pascal.bellard A...Denis Vlasenko
2008-02-27*: add optimization barrier to all "G trick" locationsDenis Vlasenko
2008-02-19trivial fixes to config systemDenis Vlasenko
2008-02-19tar: optional autodetection of gz/bz2 compressed tarballs.Denis Vlasenko
2008-02-17dpkg: fix bug where existence check was reversedDenis Vlasenko
2008-02-16*: more readable handling of pipe fds. No code changes.Denis Vlasenko
2008-02-16random s/short/int/Denis Vlasenko
2008-02-14tar: real support for -p. +200 if selected.Denis Vlasenko
2008-02-14tar: do "short EOF" compat only if CONFIG_DESKTOP.Denis Vlasenko
2008-02-13tar: compat: handle tarballs with only one zero block at the endDenis Vlasenko
2008-02-13tar: move FNM_LEADING_DIR #define to tar.c - no other users.Denis Vlasenko
2008-02-04unzip: do not try to read entire compressed stream at once (it can be huge)Denis Vlasenko
2008-01-28*: tidy up usage of char **environDenis Vlasenko
2008-01-02libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko
2007-12-26Fix xmalloc_fgets_str so that it really does NOT strip terminator.Denis Vlasenko
2007-12-24nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko
2007-12-02attack the biggest stack users:Denis Vlasenko
2007-11-17add comment clarifying busybox's use of non-standard tar headerPaul Fox
2007-11-16tar: fix a case where glibc detects bogus buffer overrunDenis Vlasenko
2007-11-12open_transformer: do not duplicate "<program> -cf -"Denis Vlasenko
2007-11-12gzip: fix a case where tar xzf fails (we use uninitialized fd)Denis Vlasenko
2007-11-10*: remove superfluous "?" in option parsingDenis Vlasenko
2007-11-06unzip: hmm... gcc doesn't like ATTRIBUTE_PACKED?? Document that...Denis Vlasenko
2007-11-06telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>)Denis Vlasenko
2007-11-05change safety check on zip header to allow for extra length, andPaul Fox
2007-11-04Announce 1.8.0Denis Vlasenko
2007-10-21bzip2: make -d actually workDenis Vlasenko
2007-10-19unzip: add a comment explaining why we don't dieDenis Vlasenko
2007-10-18unzip: fix endianness bugsDenis Vlasenko
2007-10-17ash: use fdprintf, not dprintf.Denis Vlasenko
2007-10-17bzip2: more of code shrinkDenis Vlasenko
2007-10-16bzip2: move state pointer to the offset 0 (smaller code)Denis Vlasenko
2007-10-16bzip2: make -s equivalent to -2 (compatible with standard bzip2)Denis Vlasenko
2007-10-14bzip2: implement -1..-9 command line flagsDenis Vlasenko
2007-10-14bzip2: eliminate some divisionsDenis Vlasenko
2007-10-14remove trailing whitespaceDenis Vlasenko
2007-10-14bzip2: code size shrinkDenis Vlasenko
2007-10-14bzip2: remove files which are not used anymoreDenis Vlasenko
2007-10-14bzip2: size reduction, to just below 9k.Denis Vlasenko
2007-10-13bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code residesDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-10-10bunzip: small code shrink and consmeticsDenis Vlasenko
2007-10-05delete now unused check_header_gzip.cDenis Vlasenko
2007-10-05add tests for gunzipDenis Vlasenko
2007-10-05gunzip: support concatenated gz files.Denis Vlasenko
2007-10-01printf("%s\n") -> puts()Denis Vlasenko
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko