| Commit message (Expand) | Author | Age | Files | Lines |
* | win32: return raw file attributes in struct mingw_stat | Ron Yorston | 2020-07-09 | 1 | -0/+4 |
* | ash: improve handling of UNC paths | Ron Yorston | 2020-06-30 | 1 | -1/+2 |
* | win32: enable globbing by default | Ron Yorston | 2020-06-14 | 1 | -1/+17 |
* | win32: minor improvements to process spawning | Ron Yorston | 2020-06-12 | 1 | -3/+2 |
* | winansi: suppress console flags redefinition warning | Biswa96 | 2020-06-07 | 1 | -0/+5 |
* | time: detect when spawn fails | Ron Yorston | 2020-06-04 | 1 | -1/+1 |
* | win32: fix networking problems | Ron Yorston | 2020-06-03 | 1 | -2/+4 |
* | win32: use lazy loading for certain DLLs | Ron Yorston | 2020-06-02 | 3 | -22/+36 |
* | win32: only initialise networking if necessary | Ron Yorston | 2020-06-01 | 1 | -5/+36 |
* | ash: simplify spawning during forkshell | Ron Yorston | 2020-06-01 | 1 | -0/+9 |
* | win32: changes to '#!' support | Ron Yorston | 2020-05-24 | 1 | -10/+12 |
* | dd: fix handling of 'conv=notrunc seek=N' | Ron Yorston | 2020-05-20 | 1 | -3/+3 |
* | inotifyd: WIN32 port | Ron Yorston | 2020-04-15 | 1 | -0/+0 |
* | winansi: more fine-grained control of ANSI emulation | Ron Yorston | 2020-04-13 | 1 | -2/+34 |
* | ash: reset ANSI emulation when BB_SKIP_ANSI_EMULATION changes | Ron Yorston | 2020-04-13 | 1 | -10/+7 |
* | time: WIN32 port | Ron Yorston | 2020-04-06 | 2 | -7/+45 |
* | win32: new functions: getpeername(2), mingw_spawn_detach() | Ron Yorston | 2020-04-05 | 2 | -3/+27 |
* | win32: more improvements to 'c:file' paths | Ron Yorston | 2020-03-29 | 1 | -2/+3 |
* | dd: create a sparse file when seek=N is used | Ron Yorston | 2020-03-24 | 1 | -0/+17 |
* | win32: stat(2): return correct st_blocks for compressed/sparse files | Ron Yorston | 2020-03-24 | 1 | -1/+13 |
* | win32: reduce size of strptime() | Ron Yorston | 2020-02-16 | 1 | -74/+8 |
* | win32: save bytes in fnmatch | Ron Yorston | 2020-02-16 | 1 | -13/+55 |
* | win32: tidy up detection of device files | Ron Yorston | 2020-02-16 | 1 | -9/+3 |
* | win32: save a few bytes in statfs | Ron Yorston | 2020-02-16 | 1 | -3/+5 |
* | win32: save space in statfs | Ron Yorston | 2020-02-15 | 1 | -20/+5 |
* | win32: rework device file detection | Ron Yorston | 2020-02-15 | 1 | -6/+4 |
* | win32: code shrink | Ron Yorston | 2020-02-13 | 1 | -11/+9 |
* | date: code shrink | Ron Yorston | 2020-02-11 | 1 | -6/+0 |
* | winansi: fix alternate screen buffer in Windows 7 | Ron Yorston | 2020-02-06 | 1 | -6/+10 |
* | mingw: fix off-by-one error in mingw_strftime() | Ron Yorston | 2020-01-19 | 1 | -1/+1 |
* | mingw: fix use after free in file_owner() | Ron Yorston | 2020-01-19 | 1 | -9/+6 |
* | Build fixesFRP-3329-gcf0fa4d13 | Ron Yorston | 2020-01-08 | 1 | -1/+1 |
* | winansi: code shrink | Ron Yorston | 2020-01-08 | 1 | -37/+31 |
* | Update copyright date | Ron Yorston | 2020-01-08 | 1 | -1/+1 |
* | winansi: restore correct attributes after ls | Ron Yorston | 2020-01-07 | 1 | -1/+7 |
* | winansi: fix escape processing in Windows 10 release 1809 | Ron Yorston | 2020-01-06 | 1 | -20/+20 |
* | win32: allow nanosecond precision in file times | Ron Yorston | 2019-08-16 | 1 | -12/+29 |
* | win32: trim leading and trailing spaces from shebang options | Ron Yorston | 2019-05-03 | 1 | -0/+4 |
* | vi: use alternate screen buffer | Ron Yorston | 2019-04-07 | 1 | -6/+68 |
* | winansi: code shrink | Ron Yorston | 2019-04-07 | 1 | -20/+13 |
* | winansi: code shrink | Ron Yorston | 2019-04-06 | 1 | -46/+17 |
* | win32: try to make working directory names consistent | Ron Yorston | 2019-04-02 | 1 | -1/+26 |
* | win32: track current directory of mapped drives | Ron Yorston | 2019-04-01 | 1 | -4/+7 |
* | df: display origin of mapped drive | Ron Yorston | 2019-04-01 | 1 | -1/+8 |
* | win32: improved support for c:path path names | Ron Yorston | 2019-03-30 | 1 | -0/+12 |
* | win32: update implementation of setmntent(3) | Ron Yorston | 2019-03-30 | 2 | -4/+7 |
* | win32: interpret absolute paths as relative to %SYSTEMDRIVE% | Ron Yorston | 2019-03-28 | 1 | -0/+56 |
* | win32: share code to find root prefix of path | Ron Yorston | 2019-03-23 | 1 | -0/+35 |
* | win32: improve filesystem detection and display | Ron Yorston | 2019-03-20 | 2 | -7/+13 |
* | win32: change stat(2) error code in certain cases | Ron Yorston | 2019-03-20 | 1 | -1/+0 |