index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
hexedit: implement page up/down
Denys Vlasenko
2017-09-13
1
-1
/
+13
*
*: use ESC define instead of "\033"; use ESC[m instead of ESC[0m
Denys Vlasenko
2017-09-13
10
-29
/
+41
*
hexedit: smarter redraw
Denys Vlasenko
2017-09-13
1
-26
/
+41
*
hexedit: new applet
Denys Vlasenko
2017-09-13
2
-1
/
+358
*
networking/interface.c: remove superfluous "& 0377"
Denys Vlasenko
2017-09-12
1
-4
/
+3
*
setfattr: new applet
Denys Vlasenko
2017-09-08
1
-0
/
+68
*
build system: fix a compiler warning
Denys Vlasenko
2017-09-07
1
-0
/
+2
*
build system: fix "allnoconfig" to clear all options. Closes 10296
Denys Vlasenko
2017-09-07
1
-2
/
+52
*
chat: do not die when HANGUP param is missing. Closes 10016
Denys Vlasenko
2017-09-05
1
-1
/
+9
*
httpd: skip "Status: " from CGI, including space. Closes 10291
Denys Vlasenko
2017-09-01
1
-3
/
+4
*
klibc-utils: add ipconfig.c work-in-progress
Denys Vlasenko
2017-09-01
1
-0
/
+316
*
xargs: fix a thinko in last commit
Denys Vlasenko
2017-08-30
1
-1
/
+1
*
xargs: support -a FILE
Johannes Schindelin
2017-08-29
1
-1
/
+17
*
klibc-utils: remove accidental "or later" licensing wording.
Denys Vlasenko
2017-08-29
2
-2
/
+2
*
udhcpc: show only short opts in --help text
Denys Vlasenko
2017-08-29
1
-39
/
+0
*
i2c_tools: tweak --help text
Denys Vlasenko
2017-08-29
1
-33
/
+36
*
setpriv: placete "declaration of 'index' shadows a global declaration" warning
Denys Vlasenko
2017-08-29
1
-4
/
+4
*
hush: fix false positive in unset.tests
Denys Vlasenko
2017-08-29
1
-0
/
+6
*
hush: GETOPT_RESET() _after_ getopts too.
Denys Vlasenko
2017-08-29
4
-5
/
+6
*
hush: reuse "OPTIND=..." string
Denys Vlasenko
2017-08-29
1
-1
/
+2
*
hush: fix "getopts" builtin to not be upset by other builtins calling getopt()
Denys Vlasenko
2017-08-29
5
-15
/
+133
*
i2c-tools: don't include linux/i2c-dev.h
Bartosz Golaszewski
2017-08-29
1
-13
/
+30
*
i2c-tools: remove unneeded include
Bartosz Golaszewski
2017-08-28
1
-1
/
+0
*
kill: add '--' option to separate options from arguments
Ron Yorston
2017-08-28
1
-0
/
+5
*
xargs: optional support for -P NUM. Closes 9511
Denys Vlasenko
2017-08-24
1
-18
/
+117
*
xargs: code shrink
Denys Vlasenko
2017-08-24
1
-14
/
+11
*
sed: in '/regexp/cmd1;//cmd2', cmd2 should use the same regexp as cmd1
Denys Vlasenko
2017-08-23
2
-4
/
+16
*
*: fix fallout from opt_complementary conversion
Denys Vlasenko
2017-08-23
2
-7
/
+9
*
ash: more s/error/perror/ for better error reporting
Denys Vlasenko
2017-08-23
1
-5
/
+5
*
ash: when cd fails, say why
Johannes Schindelin
2017-08-23
1
-1
/
+1
*
ash: report reason when a script file could not be opened
Johannes Schindelin
2017-08-23
1
-1
/
+1
*
tar: fix handling of first argument without '-'
Ron Yorston
2017-08-23
1
-3
/
+3
*
sendmail: fix segfault if "To: email1,email2" is used
Denys Vlasenko
2017-08-22
1
-3
/
+4
*
libarchive: fix build failure on NOMMU systems
Ron Yorston
2017-08-22
1
-1
/
+1
*
ps: fix build failure if FEATURE_PS_TIME is disabled
Ron Yorston
2017-08-22
1
-1
/
+3
*
rpm,rpm2cpio: do not compile not-configurred parts of rpm.c
Denys Vlasenko
2017-08-22
1
-40
/
+48
*
run-init: if doing dry run, do not require pid==1
Denys Vlasenko
2017-08-22
1
-2
/
+5
*
ps: allow ps config options if minips is enabled
Kang-Che Sung
2017-08-22
1
-8
/
+8
*
run-init: implement -n "dry run"
Denys Vlasenko
2017-08-22
2
-35
/
+44
*
run-init: new applet
Denys Vlasenko
2017-08-21
5
-52
/
+212
*
libbb: move capability names code to libbb
Denys Vlasenko
2017-08-21
3
-77
/
+90
*
setpriv: code shrink
Denys Vlasenko
2017-08-20
1
-9
/
+7
*
nuke: shorten help text
Denys Vlasenko
2017-08-18
2
-2
/
+2
*
klibc-utils: new applets: resume, nuke, minips
Denys Vlasenko
2017-08-18
9
-1
/
+201
*
setpriv: accept any case in capability names
Denys Vlasenko
2017-08-18
1
-1
/
+1
*
ash: stage backported LINENO support as a separate patch
Denys Vlasenko
2017-08-17
1
-0
/
+498
*
telnet: "-a" + "-l USER" should respect USER
Denys Vlasenko
2017-08-17
1
-2
/
+4
*
hush: trivial code shrink in builtin_getopts
Denys Vlasenko
2017-08-17
1
-4
/
+5
*
awk: stop on first non-option, closes 9861
Denys Vlasenko
2017-08-16
1
-1
/
+5
*
*: stop using atexit in non-debug build: saves ~260 in bss with musl
Denys Vlasenko
2017-08-16
4
-22
/
+16
[next]