- 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
- eda83c9 comment fix by Denys Vlasenko · 6 years ago
- cc71f79 libarchive: treat one "FIXME: avoid seek", take 2 by Denys Vlasenko · 6 years ago
- dff2bd7 libarchive: treat one "FIXME: avoid seek" by Denys Vlasenko · 6 years ago
- f4fc303 tar: fix too eager autodetection, closes 11531 by Denys Vlasenko · 6 years ago
- ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
- e837a0d libarchive: fix build failure on NOMMU systems by Ron Yorston · 7 years ago
- 0cf64c8 rpm2cpio: handle LZMA compressed rpms. closes 10166 by Denys Vlasenko · 7 years ago
- 10c0e91 libarchive: fix xmalloc_open_zipped_read_close() by Denys Vlasenko · 8 years ago
- e24e886 typo fix by Denys Vlasenko · 8 years ago
- df3ec0e libarchive: fix open_zipped() by Denys Vlasenko · 8 years ago
- 984b0a6 libarchive: fix xmalloc_open_zipped_read_close() on NOMMU by Denys Vlasenko · 8 years ago
- b4059f6 libarchive: auto-detect .Z files as well by Thiago Jung Bauermann · 10 years ago
- cfcd239 make xmalloc_open_zipped_read_close result NUL terminated by Denys Vlasenko · 10 years ago
- b4c11c1 libarchive: add capability to unpack to mem.buffer by Denys Vlasenko · 10 years ago
- e7800f3 Rename transformer_aux_data_t -> transformer_state_t by Denys Vlasenko · 10 years ago
- 640ce3d zcat: complain if input is not compressed by Denys Vlasenko · 11 years ago
- b664f74 libbb: open_zipped() should not fail on non-compressed files by Denys Vlasenko · 11 years ago
- 7c47b56 libarchive: open_zipped() does not need to check extensions for e.g. gzip by Denys Vlasenko · 11 years ago
- ebfa9b5 tar: fix exitcode check for MMU-spawned unpacking helpers by Denys Vlasenko · 11 years ago
- 577235d code shrink in check_errors_in_children() by Denys Vlasenko · 12 years ago
- faac1d3 tar,rpm2cpio: check that child decompressor did not error out by Denys Vlasenko · 13 years ago
- 8a6a2f9 update seamless uncompression code by Denys Vlasenko · 13 years ago
- 5965507 preparatory cleanups for seamless uncompression improvements by Denys Vlasenko · 13 years ago
- d184a72 rename archive.h to bb_archive.h. no code changes by Denys Vlasenko · 13 years ago
- 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago[Renamed (93%) from archival/libunarchive/open_transformer.c]
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
- f9d4fc3 switch_root: improve behavior on error; improve help text by Denis Vlasenko · 16 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- b605272 open_transformer: do not return fd, it does not change by Denis Vlasenko · 16 years ago
- fa0b56d sendmail: fix wrong vfork usage here too *: shorten error texts by Denis Vlasenko · 16 years ago
- 82604e9 revert last two commits. vfork cannot be used in subroutine, by Denis Vlasenko · 16 years ago
- 58d60c3 *: introduce and use xfork() by Denis Vlasenko · 16 years ago
- 3da5572 *: introduce and use xvfork() by Denis Vlasenko · 16 years ago
- defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
- 2649f21 open_transformer: fix bug of calling exit instead of _exit by Denis Vlasenko · 16 years ago
- 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 5a07a1d tar: move vfork into separate function (smaller code) by Denis Vlasenko · 17 years ago
- 3718832 *: more readable handling of pipe fds. No code changes. by Denis Vlasenko · 17 years ago
- 847fa77 *: tidy up usage of char **environ by Denis Vlasenko · 17 years ago
- 059c917 open_transformer: do not duplicate "<program> -cf -" by Denis Vlasenko · 17 years ago
- bf8fcac open_transformer: fix vda's goofup by Denis Vlasenko · 17 years ago
- 211f7f8 tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yahoo.com>) by Denis Vlasenko · 17 years ago
- 7e0fbf9 tar: conditionally don't wait for vforked child to exec, as it always by Denis Vlasenko · 17 years ago
- 9a7d38f delete tons of extra #includes by Denis Vlasenko · 18 years ago
- 5a6aedd xpipe: introduce (saves ~170 bytes) by Denis Vlasenko · 18 years ago
- ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
- 97a8dd3 g[un]zip: add support for -v (verbose). by Denis Vlasenko · 18 years ago
- 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
- cfb53df - include proper prototypes in libunarchive. by Bernhard Reutner-Fischer · 19 years ago
- dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
- 20872be Dont close original file handle, we may need it later. by Glenn L McGrath · 21 years ago
- 5699b85 Move from read_gz to the pipe()+fork() method. by Glenn L McGrath · 21 years ago