| Commit message (Expand) | Author | Age | Files | Lines |
* | ls: allow backslashes to be replaced in displayed pathsfix_backslash | Ron Yorston | 2020-08-19 | 1 | -0/+15 |
* | ls: treat hidden files as if their names begin with a dot | Ron Yorston | 2020-07-09 | 1 | -0/+12 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2019-05-27 | 1 | -1/+1 |
|\ |
|
| * | ls: fix SEGV when --color is used and ENABLE_LS_COLOR=n | Denys Vlasenko | 2019-05-26 | 1 | -1/+1 |
* | | win32: implement readlink(2) | Ron Yorston | 2019-03-06 | 1 | -1/+1 |
* | | ls: use correct column width for WIN32 inodes | Ron Yorston | 2019-03-04 | 1 | -0/+4 |
* | | win32: make stat(2) fetch additional metadata | Ron Yorston | 2019-02-16 | 1 | -0/+4 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-01-10 | 1 | -2/+2 |
|\| |
|
| * | ls: make -i compatible with coreutils: don't follow symlink by default | Martijn Dekker | 2019-01-04 | 1 | -2/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-10-08 | 1 | -2/+2 |
|\| |
|
| * | unzip: use printable_string() for printing filenames | Denys Vlasenko | 2018-09-30 | 1 | -2/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-09-10 | 1 | -1/+9 |
|\| |
|
| * | ls: When -h is passed, the total should also be in human units | Lauri Kasanen | 2018-08-01 | 1 | -1/+9 |
* | | ls, stat: don't try to read symlinks | Ron Yorston | 2018-04-10 | 1 | -0/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-02-13 | 1 | -3/+2 |
|\| |
|
| * | randomconfig fixes | Denys Vlasenko | 2017-12-31 | 1 | -3/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-09-27 | 1 | -4/+6 |
|\| |
|
| * | *: use ESC define instead of "\033"; use ESC[m instead of ESC[0m | Denys Vlasenko | 2017-09-13 | 1 | -4/+6 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-08-22 | 1 | -30/+31 |
|\| |
|
| * | getopt32: remove opt_complementary | Denys Vlasenko | 2017-08-08 | 1 | -29/+31 |
| * | getopt32: remove applet_long_options | Denys Vlasenko | 2017-08-08 | 1 | -2/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-07-24 | 1 | -11/+11 |
|\| |
|
| * | config: deindent all help texts | Denys Vlasenko | 2017-07-21 | 1 | -10/+10 |
| * | Update menuconfig items with approximate applet sizes | Denys Vlasenko | 2017-07-18 | 1 | -1/+1 |
* | | Use %I64* formats with MinGW instead of %ll* formats | Johannes Schindelin | 2017-07-18 | 1 | -1/+1 |
|/ |
|
* | ls: fix support for long options when FEATURE_LS_COLOR is deselected | Laurent Bercot | 2017-05-26 | 1 | -6/+8 |
* | ftpd/ls: show directories first | Denys Vlasenko | 2017-01-25 | 1 | -1/+6 |
* | ls: convert DISP_DIRNAME to a bool variable | Denys Vlasenko | 2017-01-23 | 1 | -9/+3 |
* | ls: get rid of opt_flags[], handle -l1c through option_mask32 | Denys Vlasenko | 2017-01-23 | 1 | -67/+33 |
* | ls: handle -x through option_mask32, remove default -C from --help | Denys Vlasenko | 2017-01-23 | 1 | -8/+7 |
* | ls: handle -d and -R through option_mask32 | Denys Vlasenko | 2017-01-23 | 1 | -29/+17 |
* | ls: handle -p and -F through option_mask32 | Denys Vlasenko | 2017-01-23 | 1 | -18/+16 |
* | ls: LIST_ID_NAME/ID_NUMERIC/LOPT/LONG are the same, merge as LONG | Denys Vlasenko | 2017-01-23 | 1 | -43/+36 |
* | ls: make -Z output compatible with GNU coreutils 8.25 | Denys Vlasenko | 2017-01-23 | 1 | -19/+24 |
* | ls: LIST_NLINKS/SIZE/DATE_TIME/SYMLINK are always the same, merge as LIST_LOPT | Denys Vlasenko | 2017-01-23 | 1 | -34/+30 |
* | ls: handle -s through option_mask32 | Denys Vlasenko | 2017-01-23 | 1 | -16/+16 |
* | ls: handle -i through option_mask32 | Denys Vlasenko | 2017-01-23 | 1 | -6/+5 |
* | ls: handle -a and -A through option_mask32 | Denys Vlasenko | 2017-01-23 | 1 | -12/+10 |
* | ls: handle all sort options through option_mask32 | Denys Vlasenko | 2017-01-23 | 1 | -71/+42 |
* | ls: -1 should be ignored by -l (and options which imply -l) | Denys Vlasenko | 2017-01-22 | 1 | -12/+12 |
* | ls: more correct handling of -c, -u | Denys Vlasenko | 2017-01-22 | 1 | -59/+50 |
* | ls: replace -e with --full-time, add --group-directories-first, delete -K | Denys Vlasenko | 2017-01-22 | 1 | -56/+74 |
* | Move FEATURE_AUTOWIDTH config option to two applets which use it | Denys Vlasenko | 2017-01-11 | 1 | -11/+16 |
* | Big cleanup in config help and description | Denys Vlasenko | 2017-01-10 | 1 | -6/+0 |
* | Convert all coreutils/* applets to "new style" applet definitions | Denys Vlasenko | 2016-11-23 | 1 | -1/+69 |
* | *: add most of the required setup_common_bufsiz() calls | Denys Vlasenko | 2016-04-21 | 1 | -0/+1 |
* | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko | 2016-04-21 | 1 | -1/+2 |
* | ls: fix columnar output. Closes 8731 | Denys Vlasenko | 2016-03-06 | 1 | -3/+3 |
* | libbb: factor out code which queries screen width | Denys Vlasenko | 2015-10-23 | 1 | -1/+1 |
* | ls: heed compiler warning | Denys Vlasenko | 2015-02-23 | 1 | -1/+1 |