index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
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
path:
root
/
archival
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-10-18
e2fsprogs/*: convert to new-style "one file" applets
Denys Vlasenko
7
-69
/
+55
2015-10-18
sysklogd/*: convert to new-style "one file" applets
Denys Vlasenko
7
-167
/
+172
2015-10-16
cpio: implement -R/--owner
Aaro Koskinen
7
-15
/
+58
2015-10-15
du: extra compat: with -k and -m, round sizes up
Denys Vlasenko
2
-22
/
+26
2015-10-15
better pinger service example
Denys Vlasenko
1
-10
/
+34
2015-10-14
top: make sort field for 's' mode less confusing
Denys Vlasenko
1
-13
/
+14
2015-10-14
libiproute: make rt_addr_n2a() and format_host() return auto strings
Denys Vlasenko
7
-75
/
+57
2015-10-14
libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)
Denys Vlasenko
16
-63
/
+62
2015-10-14
networking: add 'ip neigh' command
Curt Brune
8
-26
/
+420
2015-10-13
*: more BUILD_BUG_ON conversions
Denys Vlasenko
10
-36
/
+22
2015-10-13
wget: shrink code if https isn't supported
Ron Yorston
1
-0
/
+4
2015-10-13
libbb: introduce kernel-style BUILD_BUG_ON()
Denys Vlasenko
9
-39
/
+20
2015-10-13
ftpd: make DIR parameter work for non-root too: chdir to it instead of chroot
Denys Vlasenko
1
-1
/
+16
2015-10-13
typo fix in comment
Denys Vlasenko
1
-1
/
+1
2015-10-13
whitespace fixes
Denys Vlasenko
2
-2
/
+2
2015-10-13
typo fix
Denys Vlasenko
1
-1
/
+1
2015-10-13
libpwdgrp: fix comment discrepancies
Denys Vlasenko
1
-7
/
+6
2015-10-12
Start 1.25.0 development cycle
Denys Vlasenko
1
-2
/
+2
2015-10-12
Bump version to 1.24.0
1_24_0
Denys Vlasenko
1
-1
/
+1
2015-10-12
libpwdgrp: do not require that /etc/passwd entries have nonempty home and shell
Denys Vlasenko
1
-1
/
+1
2015-10-12
randconfig fixes
Denys Vlasenko
1
-2
/
+2
2015-10-12
build system: remove special-casing for extra libs
Denys Vlasenko
2
-22
/
+11
2015-10-11
randconfig fixes
Denys Vlasenko
1
-1
/
+1
2015-10-11
hush: code shrink
Denys Vlasenko
1
-4
/
+1
2015-10-11
randconfig fix
Denys Vlasenko
1
-1
/
+2
2015-10-11
randconfig fixes
Denys Vlasenko
4
-10
/
+26
2015-10-10
ash: shrink umask code
Denys Vlasenko
1
-9
/
+7
2015-10-09
use auto_string() where appropriate to kill a few statics
Denys Vlasenko
4
-40
/
+18
2015-10-09
libbb: auto_string() for efficient handling of temporary malloced stirngs
Denys Vlasenko
5
-16
/
+33
2015-10-09
remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds
Denys Vlasenko
7
-61
/
+61
2015-10-09
ash: "you have mail" should ignore first change in mtime
Denys Vlasenko
1
-1
/
+2
2015-10-09
ash: simplify "you have mail" code
Denys Vlasenko
1
-14
/
+11
2015-10-09
ash: make dowait() a bit more readable. Logic is unchanged
Denys Vlasenko
1
-31
/
+27
2015-10-08
updated android_ndk_defconfig
Denys Vlasenko
1
-69
/
+112
2015-10-08
udhcpc: fix for some Android toolchain breakage
Denys Vlasenko
1
-0
/
+14
2015-10-08
iproute: more string reuse
Denys Vlasenko
1
-6
/
+9
2015-10-08
iproute: don't hardcode the path to config files
Christoph J. Thompson
2
-5
/
+14
2015-10-08
ip: increased max ID for /etc/iproute2/rt_tables to 1023
Denys Vlasenko
1
-10
/
+19
2015-10-08
libiproute: use itoa() where appropriate
Denys Vlasenko
9
-61
/
+37
2015-10-08
join some common strings, -400 bytes
Denys Vlasenko
11
-45
/
+45
2015-10-07
build system: -fno-builtin-printf
Denys Vlasenko
24
-124
/
+127
2015-10-07
find: support "find . -delete" idiom - do not try rmdir(".")
Denys Vlasenko
1
-1
/
+4
2015-10-07
md5sum: code shrink
Denys Vlasenko
1
-10
/
+6
2015-10-07
ash: use a more typical form of "print four octal digits" format
Denys Vlasenko
1
-1
/
+1
2015-10-07
libbb: more compact API for bb_parse_mode()
Denys Vlasenko
10
-22
/
+26
2015-10-07
ash: shrink "umask -S" code
Denys Vlasenko
1
-17
/
+14
2015-10-07
hush: fix umask: umask(022) was setting umask(755)
Denys Vlasenko
2
-25
/
+21
2015-10-07
ash: a bunch of trivial simplifications
Denys Vlasenko
1
-35
/
+37
2015-10-07
wget: make it possible to have both SSL helpers configured
Denys Vlasenko
1
-23
/
+53
2015-10-07
ifplugd: discovered why it needed net/ethernet.h: just for ETH_ALEN
Denys Vlasenko
1
-0
/
+4
[next]