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
*
udhcpc[6]: make log2 messages for chaddr field indented like the rest
Denys Vlasenko
2017-09-29
3
-5
/
+10
*
udhcpc: paranoia when using kernel UDP mode for sending renew: server ID may ...
Denys Vlasenko
2017-09-29
5
-16
/
+37
*
udhcpc[6]: initialize entire sockaddr_ll
Denys Vlasenko
2017-09-29
4
-0
/
+14
*
regularize format of source file headers, no code changes
Denys Vlasenko
2017-09-18
96
-246
/
+158
*
ip,ip*: make them NOEXEC
Denys Vlasenko
2017-09-18
2
-14
/
+14
*
update NOFORK_NOEXEC.lst
Denys Vlasenko
2017-09-18
1
-0
/
+6
*
httpd: fix handling of range requests
Denys Vlasenko
2017-09-18
1
-1
/
+1
*
stty: add cmspar, flusho, extproc attributes
Denys Vlasenko
2017-09-18
1
-2
/
+20
*
netcat: net applet (alias to nc)
Denys Vlasenko
2017-09-15
1
-4
/
+13
*
Clarify OPOST bit meaning
Denys Vlasenko
2017-09-15
1
-3
/
+3
*
less,microcom,lineedit: use common routine to set raw termios
Denys Vlasenko
2017-09-15
5
-49
/
+54
*
hexedit: code shrink
Denys Vlasenko
2017-09-15
1
-10
/
+9
*
hexedit: fixes to "goto address" code
Denys Vlasenko
2017-09-15
1
-20
/
+40
*
hexedit: position in correct column on "goto" command
Denys Vlasenko
2017-09-14
1
-2
/
+4
*
hexedit: code shrink
Denys Vlasenko
2017-09-14
1
-4
/
+5
*
hexdump: code shrink
Denys Vlasenko
2017-09-14
1
-16
/
+16
*
hexedit: implement "[enter] goto offset" key
Denys Vlasenko
2017-09-14
2
-27
/
+56
*
hexedit: restore screen on exit
Denys Vlasenko
2017-09-14
2
-28
/
+53
*
hexedit: optimize output buffering
Denys Vlasenko
2017-09-14
1
-7
/
+12
*
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
[next]