| Commit message (Expand) | Author | Age | Files | Lines |
* | libbb: code shrink: introduce and use [_]exit_FAILURE() | Denys Vlasenko | 2023-06-15 | 1 | -1/+1 |
* | tar,smemcap: commonalyze checksumming code for tar header | Denys Vlasenko | 2021-08-20 | 1 | -29/+2 |
* | tar: exclude files before updating hardlink info list | Harald van Dijk | 2021-08-02 | 1 | -5/+5 |
* | tar: simplify addition of --exclude=GLOB to the expansion of -X EXCLFILE | Denys Vlasenko | 2021-08-02 | 1 | -6/+7 |
* | *: more --help tweaks, mostly expanding ts --help | Denys Vlasenko | 2021-06-13 | 1 | -1/+1 |
* | tar: expand --help | Denys Vlasenko | 2020-12-08 | 1 | -11/+16 |
* | libbb: shrink recursive_action() by reducing memory pressure | Denys Vlasenko | 2020-10-01 | 1 | -4/+5 |
* | gcc-9.x warning fixes | Denys Vlasenko | 2020-10-01 | 1 | -1/+2 |
* | tar: fix fallout of: change -a from meaning "lzma" to mean "autodetect by ext... | Denys Vlasenko | 2019-10-25 | 1 | -1/+1 |
* | tar: change -a from meaning "lzma" to mean "autodetect by extension" | Denys Vlasenko | 2019-08-02 | 1 | -18/+42 |
* | tar: code shrink | Denys Vlasenko | 2019-08-01 | 1 | -12/+13 |
* | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne | 2019-07-02 | 1 | -5/+5 |
* | config: update size information | Denys Vlasenko | 2018-12-28 | 1 | -1/+1 |
* | tar: fix too eager autodetection, closes 11531 | Denys Vlasenko | 2018-11-27 | 1 | -0/+8 |
* | tar: fix a thinko in prev commit - we need to copy to _unused_ fd | Denys Vlasenko | 2018-08-04 | 1 | -2/+1 |
* | tar: handle the case when opened created tarball happens to have fd#0 | Denys Vlasenko | 2018-08-04 | 1 | -6/+18 |
* | tar: make source code a bit more terse, no logic changes | Denys Vlasenko | 2018-08-04 | 1 | -32/+25 |
* | tar: fix interaction of delayed symlink and hardlink creation | Harald van Dijk | 2018-05-22 | 1 | -1/+1 |
* | tar: trim help text | Denys Vlasenko | 2018-04-07 | 1 | -2/+2 |
* | tar: add -o and -k to short --help too | Denys Vlasenko | 2018-03-16 | 1 | -5/+5 |
* | tar: add -k and -o to --help | Denys Vlasenko | 2018-03-16 | 1 | -3/+3 |
* | tar,unzip: postpone creation of symlinks with "suspicious" targets | Denys Vlasenko | 2018-02-20 | 1 | -0/+2 |
* | tar: code shrink | Denys Vlasenko | 2017-11-13 | 1 | -20/+19 |
* | tar: code shrink, better help text | Denys Vlasenko | 2017-11-13 | 1 | -62/+68 |
* | tar: improve help text | Denys Vlasenko | 2017-11-10 | 1 | -7/+8 |
* | regularize format of source file headers, no code changes | Denys Vlasenko | 2017-09-18 | 1 | -1/+1 |
* | tar: fix handling of first argument without '-' | Ron Yorston | 2017-08-23 | 1 | -3/+3 |
* | libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1 | Denys Vlasenko | 2017-08-10 | 1 | -19/+0 |
* | getopt32: remove opt_complementary | Denys Vlasenko | 2017-08-08 | 1 | -13/+12 |
* | getopt32: remove applet_long_options | Denys Vlasenko | 2017-08-08 | 1 | -4/+7 |
* | getopt32: move support for "always treat first arg as option" to users (tar/ar) | Denys Vlasenko | 2017-08-04 | 1 | -1/+3 |
* | tar: postpone creation of symlinks with "suspicious" targets. Closes 8411 | Denys Vlasenko | 2017-07-24 | 1 | -18/+19 |
* | config: deindent all help texts | Denys Vlasenko | 2017-07-21 | 1 | -22/+22 |
* | Update menuconfig items with approximate applet sizes | Denys Vlasenko | 2017-07-18 | 1 | -1/+1 |
* | tar: add IF_FEATURE_* checks | Ming Liu | 2017-06-13 | 1 | -10/+15 |
* | Spelling fixes in comments, documentation, tests and examples | Denys Vlasenko | 2017-04-17 | 1 | -2/+2 |
* | Big cleanup in config help and description | Denys Vlasenko | 2017-01-10 | 1 | -23/+12 |
* | getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST | Denys Vlasenko | 2016-07-06 | 1 | -8/+7 |
* | randomconfig fixes | Denys Vlasenko | 2016-06-19 | 1 | -2/+4 |
* | *: hopefully all setup_common_bufsiz() are in place | Denys Vlasenko | 2016-04-21 | 1 | -0/+2 |
* | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko | 2016-04-21 | 1 | -0/+1 |
* | tar: implement --version for buildroot | Denys Vlasenko | 2015-10-22 | 1 | -0/+9 |
* | tar: add support for --strip-components=N | Denys Vlasenko | 2015-10-22 | 1 | -14/+66 |
* | randomconfig fixes | Denys Vlasenko | 2014-12-22 | 1 | -5/+3 |
* | tar: fix "tar -cJ" ignoring -J option. closes 7706 | Denys Vlasenko | 2014-12-11 | 1 | -38/+28 |
* | libarchive: add capability to unpack to mem.buffer | Denys Vlasenko | 2014-12-07 | 1 | -2/+2 |
* | Rename transformer_aux_data_t -> transformer_state_t | Denys Vlasenko | 2014-12-07 | 1 | -1/+1 |
* | zcat: complain if input is not compressed | Denys Vlasenko | 2014-02-02 | 1 | -1/+1 |
* | tar: prevent empty file to be treated as valid tarball | Denys Vlasenko | 2013-11-19 | 1 | -3/+10 |
* | archival/*: move "config:" snippets into .c files | Denys Vlasenko | 2013-11-14 | 1 | -1/+100 |