| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | win32: code shrink Unix-style path handling | Ron Yorston | 2020-08-23 | 1 | -9/+1 |
* | win32: use built-in applets for non-existent binaries with Unix-style paths | Ron Yorston | 2020-08-13 | 1 | -0/+1 |
* | win32: handle Unix-style absolute paths for executables | Ron Yorston | 2020-08-13 | 1 | -0/+2 |
* | win32: use a static buffer in get_system_drive() | Ron Yorston | 2020-08-13 | 1 | -1/+1 |
* | win32: code shrink | Ron Yorston | 2020-08-13 | 1 | -1/+1 |
* | win32: move code to fork (de)compressor to a function | Ron Yorston | 2020-08-05 | 1 | -0/+1 |
* | win32: code shrink kill(2) | Ron Yorston | 2020-07-25 | 1 | -1/+1 |
* | win32: import strndup from gnulib | Ron Yorston | 2020-07-09 | 1 | -0/+5 |
* | win32: return raw file attributes in struct mingw_stat | Ron Yorston | 2020-07-09 | 1 | -0/+1 |
* | win32: fix networking problems | Ron Yorston | 2020-06-03 | 1 | -0/+1 |
* | win32: only initialise networking if necessary | Ron Yorston | 2020-06-01 | 1 | -1/+7 |
* | ash: simplify spawning during forkshell | Ron Yorston | 2020-06-01 | 1 | -0/+1 |
* | dd: fix handling of 'conv=notrunc seek=N' | Ron Yorston | 2020-05-20 | 1 | -1/+1 |
* | ash: reset ANSI emulation when BB_SKIP_ANSI_EMULATION changes | Ron Yorston | 2020-04-13 | 1 | -0/+1 |
* | time: WIN32 port | Ron Yorston | 2020-04-06 | 1 | -1/+2 |
* | win32: new functions: getpeername(2), mingw_spawn_detach() | Ron Yorston | 2020-04-05 | 1 | -0/+3 |
* | dd: create a sparse file when seek=N is used | Ron Yorston | 2020-03-24 | 1 | -0/+1 |
* | win32: tidy up detection of device files | Ron Yorston | 2020-02-16 | 1 | -1/+1 |
* | win32: code shrink | Ron Yorston | 2020-02-13 | 1 | -1/+1 |
* | date: code shrink | Ron Yorston | 2020-02-11 | 1 | -1/+0 |
* | Build fixesFRP-3329-gcf0fa4d13 | Ron Yorston | 2020-01-08 | 1 | -1/+1 |
* | win32: allow nanosecond precision in file times | Ron Yorston | 2019-08-16 | 1 | -16/+19 |
* | win32: try to make working directory names consistent | Ron Yorston | 2019-04-02 | 1 | -0/+1 |
* | win32: fix compilation error; update default configurations | Ron Yorston | 2019-03-31 | 1 | -0/+1 |
* | win32: improved support for c:path path names | Ron Yorston | 2019-03-30 | 1 | -0/+1 |
* | win32: interpret absolute paths as relative to %SYSTEMDRIVE% | Ron Yorston | 2019-03-28 | 1 | -0/+3 |
* | win32: share code to find root prefix of path | Ron Yorston | 2019-03-23 | 1 | -0/+3 |
* | win32: add function to convert slashes to backslashes | Ron Yorston | 2019-03-15 | 1 | -1/+2 |
* | win32: changes to user ids | Ron Yorston | 2019-03-10 | 1 | -6/+5 |
* | su: change title of console window | Ron Yorston | 2019-03-09 | 1 | -0/+1 |
* | win32: add a function to detect running with elevated privileges | Ron Yorston | 2019-03-09 | 1 | -0/+1 |
* | win32: canonicalize path in chdir(2) | Ron Yorston | 2019-03-06 | 1 | -0/+2 |
* | win32: implement readlink(2) | Ron Yorston | 2019-03-06 | 1 | -0/+4 |
* | win32: drop argument from err_win_to_posix() | Ron Yorston | 2019-03-06 | 1 | -1/+1 |
* | win32: let stat(2) report numeric uids for local users | Ron Yorston | 2019-03-02 | 1 | -2/+2 |
* | ash: updated support for hiding console | Ron Yorston | 2019-02-17 | 1 | -0/+1 |
* | win32: make stat(2) fetch additional metadata | Ron Yorston | 2019-02-16 | 1 | -0/+3 |
* | win32: add a function to remove CRs from a text buffer | Ron Yorston | 2019-02-14 | 1 | -1/+2 |
* | win32: add support for the euro currency symbol | Ron Yorston | 2019-02-02 | 1 | -0/+1 |
* | Update default configuration; compilation fix | Ron Yorston | 2019-01-10 | 1 | -0/+16 |
* | win32: implement vsnprintf(2) | Ron Yorston | 2019-01-08 | 1 | -0/+4 |
* | win32: implement umask(2) | Ron Yorston | 2019-01-07 | 1 | -0/+5 |
* | busybox: add --uninstall option | Ron Yorston | 2019-01-05 | 1 | -0/+1 |
* | win32: special treatment for PATH | Ron Yorston | 2018-12-14 | 1 | -1/+0 |
* | win32: emulate SIGPIPE | Ron Yorston | 2018-12-11 | 1 | -0/+4 |
* | win32: add a case-insensitive version of is_suffixed_with() | Ron Yorston | 2018-12-09 | 1 | -0/+1 |
* | lineedit: more case-insensitive comparisons in tab completion | Ron Yorston | 2018-12-08 | 1 | -0/+1 |
* | lineedit: improvements to tab completion | Ron Yorston | 2018-12-08 | 1 | -0/+2 |
* | win32: rework adding of extensions to filenames | Ron Yorston | 2018-12-06 | 1 | -1/+10 |
* | win32: move function redefinitions to mingw.h | Ron Yorston | 2018-11-26 | 1 | -0/+6 |