summaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpio: dont use UNUSED_PARAM, it exists only in 1.11.11_11_1Denis Vlasenko2008-07-111-1/+1
* cpio: backport the fix forDenis Vlasenko2008-07-112-18/+97
* Apply post-1.11.0 patches. Bump version to 1.11.1.Denis Vlasenko2008-07-111-75/+11
* dpkg: trivial code shrinkage, and redo G trick correctly.Denis Vlasenko2008-06-211-37/+35
* dpkg: code shrinkDenis Vlasenko2008-06-211-33/+61
* dpkg: code shrink (by Peter Korsgaard <jacmet@uclibc.org>)Denis Vlasenko2008-06-211-9/+7
* *: use llist_pop for traverse-and-free list operationDenis Vlasenko2008-06-151-7/+2
* tar: fix "unused parameter 'gzip'" warningDenis Vlasenko2008-06-141-0/+3
* - The conffiles control file isn't required in Debian packages, so don'tBernhard Reutner-Fischer2008-06-051-2/+4
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-193-3/+3
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-154-11/+11
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-131-2/+2
* tar: fix obscure case when name is "" and prefix is not ""Denis Vlasenko2008-04-291-1/+1
* tar: fix the case where long base names can be ignoredDenis Vlasenko2008-04-291-0/+3
* tar: remove bogus check for "-" (we handle it corrently later)Denis Vlasenko2008-04-291-12/+7
* build system: typo fix in help textDenis Vlasenko2008-04-231-1/+1
* tar: move vfork into separate function (smaller code)Denis Vlasenko2008-04-212-95/+103
* trivial fixes to make bbox compile with gcc 4.3.0Denis Vlasenko2008-04-151-5/+5
* cpio: fix a bug where we do not extract zero-sized hardlinksDenis Vlasenko2008-04-055-103/+99
* cpio: typo fix in error messageDenis Vlasenko2008-04-051-1/+1
* cpio: optional support for writing cpio files in newc format.Denis Vlasenko2008-04-052-17/+216
* g[un]zip: accept and ignore -n (needed for kernel compile)Denis Vlasenko2008-03-302-2/+30
* whitespace fixesDenis Vlasenko2008-03-281-8/+8
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-262-2/+2
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-231-1/+0
* unlzma: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko2008-03-181-11/+4
* *: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko2008-03-171-4/+4
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-172-1/+5
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-172-6/+6
* fsck_minix: getopt32-ification; code shrink; reduce stack usage;Denis Vlasenko2008-03-172-3/+6
* unlzma: save a few more bytes, and maybe even a bit faster nowDenis Vlasenko2008-03-021-7/+3
* unlzma: if !LZMA_FAST, save ~200 more bytes (Pascal Bellard <pascal.bellard A...Denis Vlasenko2008-03-021-24/+36
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-271-2/+2
* trivial fixes to config systemDenis Vlasenko2008-02-191-0/+1
* tar: optional autodetection of gz/bz2 compressed tarballs.Denis Vlasenko2008-02-193-31/+92
* dpkg: fix bug where existence check was reversedDenis Vlasenko2008-02-171-8/+4
* *: more readable handling of pipe fds. No code changes.Denis Vlasenko2008-02-164-15/+15
* random s/short/int/Denis Vlasenko2008-02-162-7/+8
* tar: real support for -p. +200 if selected.Denis Vlasenko2008-02-144-2/+60
* tar: do "short EOF" compat only if CONFIG_DESKTOP.Denis Vlasenko2008-02-141-1/+8
* tar: compat: handle tarballs with only one zero block at the endDenis Vlasenko2008-02-131-1/+9
* tar: move FNM_LEADING_DIR #define to tar.c - no other users.Denis Vlasenko2008-02-131-0/+5
* unzip: do not try to read entire compressed stream at once (it can be huge)Denis Vlasenko2008-02-041-6/+17
* *: tidy up usage of char **environDenis Vlasenko2008-01-281-1/+1
* libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko2008-01-021-2/+2
* Fix xmalloc_fgets_str so that it really does NOT strip terminator.Denis Vlasenko2007-12-261-3/+3
* nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko2007-12-241-1/+1
* attack the biggest stack users:Denis Vlasenko2007-12-024-14/+47
* add comment clarifying busybox's use of non-standard tar headerPaul Fox2007-11-172-1/+7