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
*
telnetd: add -w ("inetd wait") option. Can be configured off.
Denys Vlasenko
2009-09-04
3
-28
/
+69
*
inetd: be more careful with syslog socket; other small fixes
Denys Vlasenko
2009-09-04
1
-7
/
+18
*
small commit tweak in parse_datestr, no code changes
Denys Vlasenko
2009-09-02
1
-2
/
+2
*
uniq: shave off whole 10 bytes off, oh my
Denys Vlasenko
2009-08-31
1
-23
/
+22
*
ash: better comment. no code changes
Denys Vlasenko
2009-08-30
1
-1
/
+1
*
code shrink in help text code
Denys Vlasenko
2009-08-30
1
-6
/
+9
*
uniq: code shrink
Denys Vlasenko
2009-08-30
1
-17
/
+17
*
uniq: plug memory leak (patch from OpenWRT project)
Denys Vlasenko
2009-08-30
1
-0
/
+1
*
uniq: rename some variables. no code changes
Denys Vlasenko
2009-08-30
1
-23
/
+28
*
ash: revent one place where number() doesn't work
Denys Vlasenko
2009-08-30
1
-1
/
+1
*
ethr-wake: can use ether_hostton on uclibc >= 0.9.30
Denys Vlasenko
2009-08-30
1
-1
/
+4
*
libunarchive: fix a bug where mode and time is no longer restored
Denys Vlasenko
2009-08-30
1
-1
/
+1
*
ash: deal with some TODOs (mostly trivial)
Denys Vlasenko
2009-08-29
2
-64
/
+62
*
ash: add testsuite for bug 585
Denys Vlasenko
2009-08-29
2
-0
/
+13
*
ash: fix handling of Unicode chars in redirects. Fixes bug 585
Denys Vlasenko
2009-08-29
1
-1
/
+1
*
ash: trivial simplifications and optimizations
Denys Vlasenko
2009-08-29
1
-19
/
+20
*
rpm2cpio: code shrink
Denys Vlasenko
2009-08-28
1
-11
/
+10
*
rpm2cpio: handle unseekable input correctly
Denys Vlasenko
2009-08-28
6
-19
/
+22
*
rpm2cpio: handle bz2 too; code shrink
Pascal Bellard
2009-08-28
2
-30
/
+49
*
update copyright year
Denys Vlasenko
2009-08-27
1
-1
/
+1
*
more help text tweaking
Denys Vlasenko
2009-08-27
1
-10
/
+8
*
trim help texts a bit
Denys Vlasenko
2009-08-27
1
-43
/
+43
*
remove a few extra newlines in help text
Denys Vlasenko
2009-08-27
1
-4
/
+4
*
use .git as EXTRAVERSION
Bernhard Reutner-Fischer
2009-08-24
1
-1
/
+1
*
ash: make "jobs -l" more similar to bash. By Earl Chew. Fixes bug 481
Denys Vlasenko
2009-08-23
1
-25
/
+31
*
Start 1.16.x cycle
Denys Vlasenko
2009-08-23
1
-2
/
+2
*
Releasing 1.15.0
1_15_0
Denys Vlasenko
2009-08-23
1
-1
/
+1
*
wget: strip trailing whitespace from e.g. "Content-length: 120 "
Matthijs van de Water
2009-08-22
1
-1
/
+8
*
beep: optimize
Denys Vlasenko
2009-08-22
4
-69
/
+60
*
preliminary work for gcc 4.4.0
Denys Vlasenko
2009-08-22
1
-0
/
+9
*
fix duplicate FAST_FUNC FAST_FUNC
Denys Vlasenko
2009-08-21
1
-1
/
+1
*
add config knob for default freq and length
Bernhard Reutner-Fischer
2009-08-21
3
-2
/
+29
*
add simple beep applet
Bernhard Reutner-Fischer
2009-08-21
5
-0
/
+137
*
update defconfig
Denys Vlasenko
2009-08-21
2
-32
/
+78
*
msh: aliased to hush
Denys Vlasenko
2009-08-21
7
-22
/
+17
*
do not store 1st two bytes of compressed help text
Denys Vlasenko
2009-08-20
2
-3
/
+2
*
patch: support -N. By Olivier Duclos (olivier.duclos AT gmail.com)
Denys Vlasenko
2009-08-20
2
-2
/
+13
*
hush: enable "lash is deprecated, please use hush instead" message
Denys Vlasenko
2009-08-20
1
-1
/
+1
*
hush: do not process options after non-option args
Denys Vlasenko
2009-08-20
3
-1
/
+8
*
ash: fix bug 571 (jobs %string misbehaving)
Denys Vlasenko
2009-08-17
1
-5
/
+6
*
sed: fix " echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g' " bug
Denys Vlasenko
2009-08-17
2
-19
/
+33
*
pgrep: match argv[0] too, not only comm; fix a bug in argv sanitization
Denys Vlasenko
2009-08-14
1
-4
/
+4
*
modprobe: treat tabs in modules.dep as delimiters too. closes bug 567
Denys Vlasenko
2009-08-14
1
-1
/
+1
*
typo fix in comment
Denys Vlasenko
2009-08-14
1
-1
/
+1
*
udhcpc: if got IP successfully, disable -n for future renewals
Justin Maggard
2009-08-13
1
-0
/
+2
*
volname: new applet
Matthew Stoltenberg
2009-08-13
5
-0
/
+67
*
hust test: complain if busybox binary can't be found
Denys Vlasenko
2009-08-12
1
-6
/
+10
*
hush: fix \<newline> handling on NOMMU
Denys Vlasenko
2009-08-12
4
-11
/
+37
*
hush tests: remove the requirement that .config is in ../..
Denys Vlasenko
2009-08-12
2
-4
/
+11
*
hush: do not use ps -o in leak_argv1; do not hardcode path in negate
Denys Vlasenko
2009-08-12
4
-50
/
+17
[next]