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
/
libbb
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
unicode_wcwidth.c: shrink
Denys Vlasenko
2010-01-25
1
-50
/
+306
*
testsuite-discovered fixes
Denys Vlasenko
2010-01-25
1
-3
/
+5
*
libbb: better unicode width support. Hopefully fixes bug 839.
Denys Vlasenko
2010-01-24
3
-59
/
+372
*
*: small code shrinks and compile fix for unicode
Denys Vlasenko
2010-01-20
1
-0
/
+3
*
ls: make it so that group never glues itself to file size
Denys Vlasenko
2010-01-18
1
-1
/
+1
*
cp: fix -H handling
Denys Vlasenko
2010-01-15
1
-2
/
+2
*
libbb: introduce and use monotonic_ms
Denys Vlasenko
2010-01-12
1
-0
/
+12
*
adduser: more fixes to "add user to specified group"
Denys Vlasenko
2010-01-09
1
-10
/
+15
*
*: make it easier to distinquish "struct tm", pointer to one, etc
Denys Vlasenko
2010-01-09
2
-51
/
+51
*
hwclock: make it report system/rtc clock difference
Denys Vlasenko
2010-01-06
1
-8
/
+10
*
hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exact
Denys Vlasenko
2010-01-06
1
-3
/
+1
*
fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...
Denys Vlasenko
2010-01-04
3
-21
/
+29
*
*: make 2 more "int argc"'s unused; more saved if !DESKTOP
Denys Vlasenko
2010-01-04
1
-3
/
+4
*
*: do not assign to stdout/stderr, it's not portable.
Denys Vlasenko
2010-01-02
1
-4
/
+1
*
crond: do not log info messages at LOG_ERR. Closes bug 681. +62 bytes.
Denys Vlasenko
2009-12-13
1
-1
/
+1
*
randomconfig fixes
Denys Vlasenko
2009-12-12
2
-0
/
+4
*
mount: needs find_mount_point.o
Denys Vlasenko
2009-12-11
1
-0
/
+1
*
fix improper utimes usage
Denys Vlasenko
2009-11-29
1
-4
/
+4
*
tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytes
Denys Vlasenko
2009-11-29
1
-16
/
+47
*
*: remove a few more cases of argc usage. -89 bytes.
Denys Vlasenko
2009-11-28
2
-0
/
+17
*
udp_io: fix two more potential cases of unaligned accesses. 0 code size changes.
Denys Vlasenko
2009-11-26
1
-21
/
+32
*
ntpd: and real handling for -N, show usage w/o options; trim text
Denys Vlasenko
2009-11-25
2
-2
/
+3
*
ntpd: locally bind every peer socket. +22 bytes
Denys Vlasenko
2009-11-24
1
-1
/
+1
*
fix trivial compile breakage
Denys Vlasenko
2009-11-24
1
-2
/
+2
*
ntp: simplifications; libbb: simpler resolution of numeric hostnames
Denys Vlasenko
2009-11-24
1
-5
/
+36
*
libbb: robustify isXXXX(). +39 bytes
Denys Vlasenko
2009-11-18
1
-4
/
+4
*
libbb: fix vasprintf implementation
Denys Vlasenko
2009-11-17
1
-1
/
+2
*
libbb: added xfdopen_for_read/write
Denys Vlasenko
2009-11-15
2
-6
/
+17
*
date: restore hadling of MMDDhhmm[[CC]YY][.ss] date format
Denys Vlasenko
2009-11-15
1
-4
/
+4
*
some non-gnu compilers can't have non-const struct initializers
Denys Vlasenko
2009-11-15
1
-2
/
+4
*
use utimes() rather than obsolescent utime()
Bernhard Reutner-Fischer
2009-11-15
1
-5
/
+3
*
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-11-13
7
-31
/
+31
*
tidy up O_NONBLOCK usage. use libbb functions in stty.
Denys Vlasenko
2009-11-11
2
-5
/
+5
*
ash: fix bad interaction of "stty -echo" + ASK_TERMINAL
Denys Vlasenko
2009-11-11
1
-47
/
+52
*
wget: factor out progress bar code
Magnus Damm
2009-11-08
2
-0
/
+153
*
big endian warning fixes
Denys Vlasenko
2009-11-07
1
-10
/
+12
*
passwd: do not complain if /etc/shadow is missing
Denys Vlasenko
2009-11-02
1
-1
/
+4
*
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-11-02
7
-23
/
+20
*
Add more compat code for non GNU environments
Dan Fandrich
2009-11-01
1
-8
/
+59
*
lineedit: REALLY fix compile error now
Denys Vlasenko
2009-10-29
1
-2
/
+5
*
lineedit: compile fix
Denys Vlasenko
2009-10-29
1
-3
/
+2
*
echo et al: support \e escape
Denys Vlasenko
2009-10-29
1
-3
/
+4
*
add and use xopen_nonblocking (-18b)
Bernhard Reutner-Fischer
2009-10-27
1
-0
/
+9
*
platform compatibility work (by Dan Fandrich)
Dan Fandrich
2009-10-27
3
-45
/
+58
*
rename sent_ESC_br_n6 variable to sent_ESC_br6n
Denys Vlasenko
2009-10-27
2
-6
/
+6
*
libbb/lineedit: try to make FEATURE_EDITING_ASK_TERMINAL less ugly
Denys Vlasenko
2009-10-27
1
-10
/
+35
*
libbb/xrealloc_vector.c: better comment
Denys Vlasenko
2009-10-27
1
-2
/
+3
*
libbb/bb_do_delay.c: shrink
Denys Vlasenko
2009-10-27
1
-5
/
+4
*
libbb/ask_confirmation.c: shrink
Denys Vlasenko
2009-10-27
1
-9
/
+4
*
read_key,lineeedit: parse position answerback faster; sanitize its use
Denys Vlasenko
2009-10-26
2
-33
/
+58
[next]