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
/
arch
/
i386
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-02-24
wget: fix comment
Denys Vlasenko
1
-1
/
+1
2014-02-23
wget: add commented-out code to use ssl_helper instead of openssl
Denys Vlasenko
1
-2
/
+47
2014-02-23
networking/ssl_helper: experimental matrixssl-based ssl helper
Denys Vlasenko
3
-0
/
+433
2014-02-22
wget: add support for https using "openssl s_client" as a helper
Denys Vlasenko
1
-26
/
+92
2014-02-21
Improve examples/var_service READMEs
Denys Vlasenko
13
-2
/
+71
2014-02-19
Kbuild: move CONFIG_PAM to general configuration
Bartosz Golaszewski
2
-7
/
+7
2014-02-19
udhcpc: fix BPF filter. Hopefully fixes the root cause of 4598 and 6746
Denys Vlasenko
2
-4
/
+5
2014-02-10
ifplugd: code shrink
Denys Vlasenko
1
-10
/
+12
2014-02-09
htpd: trivial simplification in random interval selection
Denys Vlasenko
1
-2
/
+3
2014-02-09
libbb: don't die if crypt() returns NULL
Denys Vlasenko
1
-1
/
+8
2014-02-09
sendmail: use FQDN in default envelope sender
Kaarle Ritvanen
1
-2
/
+4
2014-02-07
udhcpc: in comments, explain the kind of raw socket we create
Denys Vlasenko
1
-2
/
+4
2014-02-07
grep: properly handle grep -w "^str" in !EXTRA_COMPAT case too
Bartosz Golaszewski
2
-2
/
+12
2014-02-05
sendmail: make -f optional, document its default value
Denys Vlasenko
1
-11
/
+56
2014-02-03
udhcpc: don't use BPF filter, users report problems (bugs 4598, 6746)
Denys Vlasenko
1
-47
/
+46
2014-02-03
ifupdown: support 'link' address family
Kaarle Ritvanen
1
-0
/
+13
2014-02-03
wget: fix use-after-free of ->user. Closes 6836
Denys Vlasenko
1
-7
/
+9
2014-02-03
catv: suppress compiler warning
Denys Vlasenko
1
-7
/
+9
2014-02-02
zcat: complain if input is not compressed
Denys Vlasenko
9
-25
/
+17
2014-01-31
appletlib: fix set-but-unused warning
Mike Frysinger
1
-1
/
+5
2014-01-31
uname: fix up usage documentation
Mike Frysinger
1
-4
/
+6
2014-01-30
init: do not fail build if SIGPWR is not defined
Michael Tokarev
1
-0
/
+2
2014-01-27
libbb: open_zipped() should not fail on non-compressed files
Denys Vlasenko
1
-1
/
+10
2014-01-23
testsuite: fix last "which" change
Michael Tokarev
1
-1
/
+1
2014-01-22
less: accept and ignore -s
Denys Vlasenko
1
-6
/
+11
2014-01-22
man: parse "DEFINE pager" in config
John Spencer
1
-7
/
+15
2014-01-22
iplink: fix build with kernel versions prior to 2.6.23
Eugene Rudoy
1
-0
/
+10
2014-01-21
libbb: if opening /dev/loopN returns ENXIO, don't try N++.
Denys Vlasenko
1
-6
/
+12
2014-01-21
libbb: fix parsing of "10101010" date/time form
Denys Vlasenko
1
-4
/
+12
2014-01-20
top.c: fix compilation warnings
Bartosz Golaszewski
1
-5
/
+0
2014-01-20
ntpd: remove now unnecessary check for IP_PKTINFO definition
Denys Vlasenko
2
-6
/
+0
2014-01-20
ntpd: fix compilation warnings
Bartosz Golaszewski
1
-0
/
+4
2014-01-19
sort: check global flags on fallback sort
Bartosz Golaszewski
2
-5
/
+6
2014-01-19
sort.c: remove a magic number from compare_keys()
Bartosz Golaszewski
1
-1
/
+1
2014-01-19
gitignore: ignore files generated by 'make test'
Bartosz Golaszewski
1
-0
/
+6
2014-01-17
adduser,addgroup: introduce and use CONFIG_LAST_ID
Tito Ragusa
3
-21
/
+27
2014-01-13
examples/udhcp: do not rewrite resolv.conf if no DNS servers. Closes 6788
Denys Vlasenko
2
-14
/
+22
2014-01-13
docs: tweak keep_data_small.txt
Denys Vlasenko
1
-1
/
+9
2014-01-10
tar: tighten up pax header validity check
Denys Vlasenko
1
-1
/
+3
2014-01-10
fakeidentd: simplify ndelay manipulations
Denys Vlasenko
1
-10
/
+9
2014-01-10
tail: adjust help/usage texts
Cristian Ionescu-Idbohrn
2
-5
/
+5
2014-01-10
lineedit: fix trivial build failure
Denys Vlasenko
1
-0
/
+2
2014-01-10
libarchive: open_zipped() does not need to check extensions for e.g. gzip
Denys Vlasenko
1
-12
/
+11
2014-01-10
build system: fix non-portable sed constructs.
Matthias Andree
1
-2
/
+12
2014-01-09
fixlet for the previous commit #2
Denys Vlasenko
1
-4
/
+3
2014-01-09
fixlet for the previous commit
Denys Vlasenko
1
-1
/
+1
2014-01-09
networking: explain isrv_run() API
Denys Vlasenko
1
-1
/
+26
2014-01-09
fakeidentd: fix use-after-free
Ryan Mallon
1
-13
/
+12
2014-01-09
chown: fix help text
Denys Vlasenko
1
-1
/
+1
2014-01-09
find: fix a regression introduced with -HLP support
Denys Vlasenko
2
-1
/
+42
[next]