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
path:
root
/
TODO
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-01-01
Bump version to 1.22.0
1_22_0
Denys Vlasenko
1
-1
/
+1
2013-12-31
testsuite: remove forgotten debug hack
Denys Vlasenko
1
-1
/
+1
2013-12-31
fix failures found by randomconfig builds
Denys Vlasenko
7
-13
/
+34
2013-12-31
testsuite: disable tests for no longer supported bbox-specific date formats
Denys Vlasenko
2
-6
/
+8
2013-12-20
adduser: check whether run with no USERNAME. Closes 6728
Denys Vlasenko
1
-2
/
+2
2013-12-20
testsuite: fix false positives for du
Denys Vlasenko
2
-0
/
+3
2013-12-19
build system: fix make gconfig
Daniel Borca
1
-1
/
+1
2013-12-18
sed: accept s///i as a synonym for s///I ("ignore case")
David A. Wheeler
1
-1
/
+2
2013-12-17
hostname: do not use gethostbyname() for "hostname -s"
Michael Tokarev
1
-2
/
+5
2013-12-17
wget: user-friendly fallback to http
Lauri Kasanen
1
-5
/
+12
2013-12-16
kill[all[5]]: code shrink
Denys Vlasenko
1
-20
/
+18
2013-12-16
killall5: return 2 if no processes got killed
Uros Vampl
1
-1
/
+4
2013-12-16
do not fail build if MAXSYMLINKS isn't defined
Michael Tokarev
1
-0
/
+6
2013-12-16
expand: use printable_string instead of hard-coding implementation
Michael Tokarev
1
-10
/
+3
2013-12-08
ntpd: speed up resyncing if our clock is seriously off
Denys Vlasenko
1
-7
/
+39
2013-12-07
ntpd: do not invalidate datapoints after step
Denys Vlasenko
1
-2
/
+14
2013-12-04
ntpd: comment out "spike detection" code
Denys Vlasenko
1
-4
/
+9
2013-12-04
ntpd: promote log level 3 to production
Denys Vlasenko
1
-45
/
+54
2013-12-04
ntpd: let user know if spike was detected
Denys Vlasenko
1
-4
/
+7
2013-11-29
Use unsigned printf/scanf conversion where more appropriate
Denys Vlasenko
18
-37
/
+37
2013-11-29
fix assorted unused code and wrong format specs found by cppchekc (bug 6716)
Denys Vlasenko
20
-39
/
+25
2013-11-29
chpst: fix a bug where -U USER was using wrong USER (one from -u USER)
Denys Vlasenko
2
-5
/
+3
2013-11-28
ping: try SOCK_DGRAM if no root privileges
Daniel Borca
1
-3
/
+16
2013-11-28
dpkg-deb: cosmetic correction to usage text
Daniel Borca
1
-1
/
+1
2013-11-28
sed: code shrink
Denys Vlasenko
1
-28
/
+21
2013-11-28
sed: open input files sequentially to avoid EMFILE
Denys Vlasenko
2
-27
/
+36
2013-11-28
hush: typo fixes in comments
Denys Vlasenko
1
-2
/
+2
2013-11-27
platform: strchrnul is missing if __APPLE__
Daniel Borca
1
-1
/
+1
2013-11-26
build system: use od -b instead of od -t x1
Denys Vlasenko
2
-8
/
+8
2013-11-26
init: halt on SIGPWR too
Bogdan Purcareata
1
-3
/
+4
2013-11-26
libbb: add sketch of tentative 'better' passwd/group API
Denys Vlasenko
1
-0
/
+48
2013-11-26
devfsd: remove static variable
Denys Vlasenko
1
-9
/
+11
2013-11-26
build system: do not generate MAX_APPLET_NAME_LEN (unused)
Denys Vlasenko
1
-5
/
+5
2013-11-26
logread: don't call shmdt() before exit, kernel does it for us.
Denys Vlasenko
1
-4
/
+9
2013-11-26
logread: flush output. closes 6710
Denys Vlasenko
1
-0
/
+1
2013-11-21
awk: fix a bug in argc counting in recent change
Denys Vlasenko
2
-9
/
+21
2013-11-20
rfkill: use new-style config/kbuild/applet
Denys Vlasenko
4
-14
/
+17
2013-11-19
tar: prevent empty file to be treated as valid tarball
Denys Vlasenko
2
-3
/
+35
2013-11-19
fix a copy/paste error in last tar testcase name
Denys Vlasenko
1
-2
/
+1
2013-11-19
tar: add a testcase for previous commit
Denys Vlasenko
1
-0
/
+12
2013-11-19
tar: fix exitcode check for MMU-spawned unpacking helpers
Denys Vlasenko
2
-9
/
+10
2013-11-19
libbb: move nuke_str() from passwd into libbb
Denys Vlasenko
4
-10
/
+15
2013-11-19
comment tweak
Denys Vlasenko
1
-1
/
+1
2013-11-19
sulogin: use common password-checking routine.
Denys Vlasenko
6
-47
/
+26
2013-11-14
archival/*: move "config:" snippets into .c files
Denys Vlasenko
13
-353
/
+349
2013-11-14
archival/*: move "applet:" snippets into .c files, part 2
Denys Vlasenko
4
-8
/
+8
2013-11-14
archival/*: move "applet:" snippets into .c files
Denys Vlasenko
12
-20
/
+15
2013-11-14
archival/*: move "kbuild:" snippets into .c files
Denys Vlasenko
13
-26
/
+35
2013-11-13
switch editors/* to embedded-in-source kbuild system
Denys Vlasenko
7
-53
/
+61
2013-11-12
awk: optionally support -e AWK_PROG
Sven-Göran Bergh
4
-42
/
+84
[next]