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: ignore NAKs from "wrong" servers. Closes 4267
Denys Vlasenko
2014-02-27
1
-1
/
+24
*
ls: make "ls -s DIR" show total too. Clases 4946
Denys Vlasenko
2014-02-27
1
-1
/
+1
*
xargs: fix compilation breakage
Denys Vlasenko
2014-02-27
1
-1
/
+1
*
grep: fix -w match if first match isn't a word, but second is. Closes 4520
Denys Vlasenko
2014-02-27
2
-14
/
+21
*
xargs: add support for -I and -i. Closes 493
Denys Vlasenko
2014-02-27
4
-56
/
+176
*
find: code shrink
Denys Vlasenko
2014-02-26
1
-5
/
+3
*
nc: fix option bit positions. Closes 6926
Denys Vlasenko
2014-02-26
1
-3
/
+3
*
hwclock: fix setting of tz_minuteswest. Closes 5414
Denys Vlasenko
2014-02-25
1
-2
/
+10
*
build system: remove a dead link from Config help text
Denys Vlasenko
2014-02-25
1
-4
/
+1
*
du, copy_file: fix file matching on cramfs. Closes 5456
Denys Vlasenko
2014-02-25
1
-4
/
+15
*
libbb: trivial code shrink
Denys Vlasenko
2014-02-25
1
-6
/
+11
*
sysctl: do not error out showing write-only data. Closes 6386
Denys Vlasenko
2014-02-24
1
-0
/
+3
*
wget: fix comment
Denys Vlasenko
2014-02-24
1
-1
/
+1
*
wget: add commented-out code to use ssl_helper instead of openssl
Denys Vlasenko
2014-02-23
1
-2
/
+47
*
networking/ssl_helper: experimental matrixssl-based ssl helper
Denys Vlasenko
2014-02-23
3
-0
/
+433
*
wget: add support for https using "openssl s_client" as a helper
Denys Vlasenko
2014-02-22
1
-26
/
+92
*
Improve examples/var_service READMEs
Denys Vlasenko
2014-02-21
13
-2
/
+71
*
Kbuild: move CONFIG_PAM to general configuration
Bartosz Golaszewski
2014-02-19
2
-7
/
+7
*
udhcpc: fix BPF filter. Hopefully fixes the root cause of 4598 and 6746
Denys Vlasenko
2014-02-19
2
-4
/
+5
*
ifplugd: code shrink
Denys Vlasenko
2014-02-10
1
-10
/
+12
*
htpd: trivial simplification in random interval selection
Denys Vlasenko
2014-02-09
1
-2
/
+3
*
libbb: don't die if crypt() returns NULL
Denys Vlasenko
2014-02-09
1
-1
/
+8
*
sendmail: use FQDN in default envelope sender
Kaarle Ritvanen
2014-02-09
1
-2
/
+4
*
udhcpc: in comments, explain the kind of raw socket we create
Denys Vlasenko
2014-02-07
1
-2
/
+4
*
grep: properly handle grep -w "^str" in !EXTRA_COMPAT case too
Bartosz Golaszewski
2014-02-07
2
-2
/
+12
*
sendmail: make -f optional, document its default value
Denys Vlasenko
2014-02-05
1
-11
/
+56
*
udhcpc: don't use BPF filter, users report problems (bugs 4598, 6746)
Denys Vlasenko
2014-02-03
1
-47
/
+46
*
ifupdown: support 'link' address family
Kaarle Ritvanen
2014-02-03
1
-0
/
+13
*
wget: fix use-after-free of ->user. Closes 6836
Denys Vlasenko
2014-02-03
1
-7
/
+9
*
catv: suppress compiler warning
Denys Vlasenko
2014-02-03
1
-7
/
+9
*
zcat: complain if input is not compressed
Denys Vlasenko
2014-02-02
9
-25
/
+17
*
appletlib: fix set-but-unused warning
Mike Frysinger
2014-01-31
1
-1
/
+5
*
uname: fix up usage documentation
Mike Frysinger
2014-01-31
1
-4
/
+6
*
init: do not fail build if SIGPWR is not defined
Michael Tokarev
2014-01-30
1
-0
/
+2
*
libbb: open_zipped() should not fail on non-compressed files
Denys Vlasenko
2014-01-27
1
-1
/
+10
*
testsuite: fix last "which" change
Michael Tokarev
2014-01-23
1
-1
/
+1
*
less: accept and ignore -s
Denys Vlasenko
2014-01-22
1
-6
/
+11
*
man: parse "DEFINE pager" in config
John Spencer
2014-01-22
1
-7
/
+15
*
iplink: fix build with kernel versions prior to 2.6.23
Eugene Rudoy
2014-01-22
1
-0
/
+10
*
libbb: if opening /dev/loopN returns ENXIO, don't try N++.
Denys Vlasenko
2014-01-21
1
-6
/
+12
*
libbb: fix parsing of "10101010" date/time form
Denys Vlasenko
2014-01-21
1
-4
/
+12
*
top.c: fix compilation warnings
Bartosz Golaszewski
2014-01-20
1
-5
/
+0
*
ntpd: remove now unnecessary check for IP_PKTINFO definition
Denys Vlasenko
2014-01-20
2
-6
/
+0
*
ntpd: fix compilation warnings
Bartosz Golaszewski
2014-01-20
1
-0
/
+4
*
sort: check global flags on fallback sort
Bartosz Golaszewski
2014-01-19
2
-5
/
+6
*
sort.c: remove a magic number from compare_keys()
Bartosz Golaszewski
2014-01-19
1
-1
/
+1
*
gitignore: ignore files generated by 'make test'
Bartosz Golaszewski
2014-01-19
1
-0
/
+6
*
adduser,addgroup: introduce and use CONFIG_LAST_ID
Tito Ragusa
2014-01-17
3
-21
/
+27
*
examples/udhcp: do not rewrite resolv.conf if no DNS servers. Closes 6788
Denys Vlasenko
2014-01-13
2
-14
/
+22
*
docs: tweak keep_data_small.txt
Denys Vlasenko
2014-01-13
1
-1
/
+9
[next]