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
...
|
*
gzip: fix compression level bug. Closes 9131
Natanael Copa
2016-08-15
1
-4
/
+1
|
*
lineedit: trivial codeshrink for vi-mode
Natanael Copa
2016-08-14
1
-8
/
+14
|
*
build system: fix include/NUM_APPLETS.h generation
Denys Vlasenko
2016-08-14
1
-5
/
+2
|
*
libiproute: eliminate some redundant zero stores
Denys Vlasenko
2016-08-14
2
-27
/
+31
|
*
ip: fix an improper optimization: req.r.rtm_scope may be nonzero here
Denys Vlasenko
2016-08-14
1
-2
/
+1
|
*
cp: fix -i for POSIX mode. Closes 9106
Denys Vlasenko
2016-08-13
1
-4
/
+9
|
*
ntpd: respond only to client and symmetric active packets
Miroslav Lichvar
2016-08-01
1
-0
/
+7
|
*
service/fw example: do not ruin $if[], use different name
Denys Vlasenko
2016-07-30
1
-3
/
+3
|
*
wget: run s_client helper with -servername HOST
Denys Vlasenko
2016-07-25
1
-5
/
+44
|
*
ssl_helper.sh: strip was invoked incorrectly
Denys Vlasenko
2016-07-25
1
-1
/
+1
|
*
var_service/fw: optionally flush all netdevs; optionally prefer one 0/0 routing
Denys Vlasenko
2016-07-25
1
-12
/
+36
|
*
ash: fix handling of ${VAR: -2}
Denys Vlasenko
2016-07-25
3
-4
/
+25
|
*
config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORK
Denys Vlasenko
2016-07-22
4
-6
/
+11
|
*
hush: fix a possible bug
Denys Vlasenko
2016-07-21
1
-1
/
+3
|
*
typo fixes
Denys Vlasenko
2016-07-19
2
-3
/
+3
|
*
ash: do not leave SIGQUIT ignored on "exec CMD"
Denys Vlasenko
2016-07-16
3
-1
/
+20
|
*
cp: make verbose cp show symlink copies too
Denys Vlasenko
2016-07-14
1
-1
/
+2
|
*
sendmail: include -H and -S in short help text
Denys Vlasenko
2016-07-14
1
-1
/
+1
|
*
sendmail: improve help text
Denys Vlasenko
2016-07-14
1
-16
/
+14
|
*
trylink: use "mktemp tmp.XXXXXXXXXX" to placate OS X
Denys Vlasenko
2016-07-12
1
-2
/
+2
|
*
{md5,shaN}sum: make -c EMPTY fail
Denys Vlasenko
2016-07-11
2
-14
/
+31
|
*
examples: add a useful "see abridged log" script for ntpd service example
Denys Vlasenko
2016-07-10
1
-0
/
+4
|
*
cpio: tweak help text
Denys Vlasenko
2016-07-08
1
-4
/
+4
*
|
win32: don't attempt ANSI emulation on data containing NUL characters
Ron Yorston
2016-08-16
1
-4
/
+11
*
|
vi: remove duplicated code
Ron Yorston
2016-07-08
1
-6
/
+1
*
|
lineedit: tweak tab completion of commands in standalone shell mode
Ron Yorston
2016-07-08
1
-3
/
+11
*
|
mingw: enable whois in default configuration
Ron Yorston
2016-07-08
2
-2
/
+2
*
|
win32: allow for vsnprintf returning -1
Ron Yorston
2016-07-08
1
-1
/
+6
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-07-07
94
-459
/
+692
|
\
|
|
*
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-06
58
-159
/
+168
|
*
whois: implement -i
Denys Vlasenko
2016-07-06
1
-7
/
+11
|
*
whois: make it actually work
Denys Vlasenko
2016-07-06
1
-13
/
+124
|
*
build system: fix a few warnings for allnoconfig build
Denys Vlasenko
2016-07-05
3
-15
/
+19
|
*
libbb: suppress warning about run_applet_and_exit
Ron Yorston
2016-07-05
1
-2
/
+2
|
*
arp: fix buffer overflow. Closes 9071
Denys Vlasenko
2016-07-04
1
-3
/
+3
|
*
udhcpc: run "deconfig" script in manual renew state too. closes 9061
Denys Vlasenko
2016-07-03
2
-2
/
+10
|
*
ntpd: daemonize before DNS resolution
Denys Vlasenko
2016-07-03
1
-20
/
+25
|
*
build system: make CONFIG_FEATURE_USE_BSS_TAIL less funky
Denys Vlasenko
2016-06-29
1
-72
/
+28
|
*
df: use f_frsize instead of f_bsize for correct sizes
Natanael Copa
2016-06-24
1
-10
/
+10
|
*
i2cdump: don't use common_bufsiz1
Bartosz Golaszewski
2016-06-24
1
-1
/
+1
|
*
ping: populate icmp_id field for "simple" ping too
Jonas Danielsson
2016-06-23
1
-0
/
+8
|
*
Start 1.26.0 development cycle
Denys Vlasenko
2016-06-22
1
-2
/
+2
|
*
Bump version to 1.25.0
1_25_0
Denys Vlasenko
2016-06-22
1
-1
/
+1
|
*
libarchive: fix xmalloc_open_zipped_read_close()
Denys Vlasenko
2016-06-21
1
-0
/
+3
|
*
setsid: fix broken -c
Denys Vlasenko
2016-06-20
1
-1
/
+1
|
*
typo fix
Denys Vlasenko
2016-06-20
1
-1
/
+1
|
*
scripts/trylink: libbusybox fix
Denys Vlasenko
2016-06-20
1
-1
/
+1
|
*
libarchive: fix open_zipped()
Denys Vlasenko
2016-06-20
1
-7
/
+12
|
*
libarchive: fix xmalloc_open_zipped_read_close() on NOMMU
Denys Vlasenko
2016-06-20
5
-28
/
+23
|
*
randomconfig fixes 5: false positive for tar; mount emits corrupted message
Denys Vlasenko
2016-06-20
2
-2
/
+2
[prev]
[next]