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
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
more of pointless whitespace fixes
Denis Vlasenko
2009-04-01
2
-20
/
+19
*
trailing whitespace removal
Denis Vlasenko
2009-04-01
1
-1
/
+1
*
sendmail: update by Vladimir
Denis Vlasenko
2009-03-31
1
-18
/
+13
*
sendmail: add more example in usage text
Denis Vlasenko
2009-03-29
1
-12
/
+16
*
mkdosfs (aka mkfs.vfat): new applet by Vladimir
Denis Vlasenko
2009-03-28
3
-0
/
+22
*
libbb: revent previous version of "concurrent history updating"
Denis Vlasenko
2009-03-23
1
-1
/
+1
*
libbb: make history saving/loading concurrent-safe
Denis Vlasenko
2009-03-22
1
-3
/
+7
*
Compatibility fixes:
Denis Vlasenko
2009-03-20
2
-18
/
+27
*
ftpd: fix command fetching to not do it in 1-byte reads;
Denis Vlasenko
2009-03-18
1
-2
/
+4
*
ftpd: add idle and absolute timeouts. This is a security issue,
Denis Vlasenko
2009-03-16
1
-1
/
+2
*
sha: fix thinko in sha512; add FAST_FUNC to sha1/sha256
Denis Vlasenko
2009-03-15
1
-1
/
+1
*
sha: merge sha1/sha256 handling (they are similar enough for this),
Denis Vlasenko
2009-03-15
1
-9
/
+6
*
mount: support "-O option"; stop trying to mount swap partitions
Denis Vlasenko
2009-03-14
1
-24
/
+29
*
sha: reduce sha256/512 context size. Make sha1/sha256 code more similar
Denis Vlasenko
2009-03-12
1
-3
/
+3
*
shrink sha hashing a bit more (remove wbuflen field from ctx),
Denis Vlasenko
2009-03-12
1
-4
/
+2
*
sha256/512: code shrink. Run-tested.
Denis Vlasenko
2009-03-11
1
-8
/
+8
*
ftpd: stop unconditional logging to syslog. This was the only applet
Denis Vlasenko
2009-03-11
1
-2
/
+3
*
fix typo in help text
Denis Vlasenko
2009-03-09
1
-1
/
+1
*
ftpd: reuse ls applet for LIST/NLST/STAT generation
Denis Vlasenko
2009-03-09
1
-0
/
+2
*
*: move get_sock_lsa and xwrite_str to libbb, use where appropriate
Denis Vlasenko
2009-03-09
1
-0
/
+3
*
ftpd: code chrink, fixed some minor bugs
Denis Vlasenko
2009-03-08
1
-1
/
+2
*
ftpd: new applet by Adam Tkac
Denis Vlasenko
2009-03-08
2
-0
/
+15
*
halt/reboot/poweroff: improve error reporting
Denis Vlasenko
2009-03-07
1
-1
/
+1
*
sendmail: document and fix usage of fd #4, fix check for helper failure.
Denis Vlasenko
2009-03-04
1
-0
/
+1
*
sendmail: improve help text
Denis Vlasenko
2009-03-02
1
-3
/
+5
*
- improve wording
Bernhard Reutner-Fischer
2009-02-24
1
-1
/
+1
*
- add flash_eraseall
Bernhard Reutner-Fischer
2009-02-18
2
-0
/
+10
*
killall and sestatus also need ARGVN scanning
Denis Vlasenko
2009-02-14
1
-1
/
+7
*
function old new delta
Denis Vlasenko
2009-02-07
1
-1
/
+2
*
sendmail: remove erroneous usage lines
Denis Vlasenko
2009-02-04
1
-2
/
+0
*
ionice: new applet, adapted from Linux kernel' example by Walter Harms
Denis Vlasenko
2009-01-31
2
-1
/
+10
*
init: preparatory patch, no code changes
Denis Vlasenko
2009-01-31
1
-2
/
+2
*
tunctl: new applet by Vladimir
Denis Vlasenko
2009-01-23
2
-0
/
+18
*
libbb: add bb_unsetenv (taken from hush).
Denis Vlasenko
2008-12-30
1
-0
/
+1
*
s/an user/a user/
Denis Vlasenko
2008-12-25
1
-2
/
+2
*
libbb: introduce and use xmalloc_ttyname (-32 in bss).
Denis Vlasenko
2008-12-23
1
-0
/
+1
*
*: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.
Denis Vlasenko
2008-12-10
1
-0
/
+1
*
optimize 16- and 32-bit moves
Denis Vlasenko
2008-12-08
1
-3
/
+9
*
libbb: add xgetgrnam too. ~0 code size change
Denis Vlasenko
2008-12-05
1
-0
/
+1
*
Fold mkpasswd applet into cryptpw.
Denis Vlasenko
2008-12-04
2
-24
/
+37
*
libbb: introduce and use xgetpwnam. ~ -150 bytes.
Denis Vlasenko
2008-12-03
1
-0
/
+1
*
- remove superfluous comment from previous commit
Bernhard Reutner-Fischer
2008-12-03
1
-2
/
+1
*
- add new applet mkpasswd(1)
Bernhard Reutner-Fischer
2008-12-03
3
-2
/
+19
*
crond: use bb_setpgrp, not setpgrp
Denis Vlasenko
2008-12-03
1
-22
/
+24
*
libbb: password/group function helpers rewritten by Tito:
Denis Vlasenko
2008-12-02
1
-8
/
+8
*
libbb: add strncpy_IFNAMSIZ
Denis Vlasenko
2008-12-02
1
-0
/
+1
*
mountpoint: add -n option (by Vladimir)
Denis Vlasenko
2008-11-29
1
-2
/
+3
*
acpid: new applet by Vladimir. +737 bytes
Denis Vlasenko
2008-11-29
2
-0
/
+18
*
trim help text a bit
Denis Vlasenko
2008-11-24
1
-1
/
+1
*
timeout: new applet. 370 bytes. by Roberto Foglietta.
Denis Vlasenko
2008-11-24
3
-1
/
+8
[next]