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
...
*
libbb: add skip_dev_pfx()
Denys Vlasenko
2010-04-06
2
-8
/
+7
*
telnetd: fill hostname field in utmp/wtmp records
Denys Vlasenko
2010-04-06
1
-3
/
+13
*
telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363
Denys Vlasenko
2010-04-05
1
-37
/
+86
*
libbb: split update_utmp from login/getty in preparation to use it for telnetd
Denys Vlasenko
2010-04-05
2
-0
/
+94
*
libbb: factor out hex2bin() for infiniband address parser
Denys Vlasenko
2010-04-04
1
-0
/
+35
*
cosmetic fixes, no code changed
Denys Vlasenko
2010-04-03
1
-2
/
+1
*
libbb: make index_in_substrings return -1 on ambiguous matches
Denys Vlasenko
2010-04-03
1
-3
/
+20
*
clean up redundant, commented-out and misplaced includes
Denys Vlasenko
2010-04-01
1
-2
/
+0
*
provide safe_gethostname() for non-linux systems
Denys Vlasenko
2010-03-29
1
-2
/
+6
*
libbb: locate PAGE_SIZE on Hurd
Denys Vlasenko
2010-03-29
1
-7
/
+12
*
Hurd compat fixes. Mostly dealing with absent PATH_MAX
Jérémie Koenig
2010-03-26
3
-5
/
+17
*
unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE
Denys Vlasenko
2010-03-26
6
-566
/
+443
*
unicode: optional table for better handling of neutral bidi chars
Tomas Heinrich
2010-03-26
3
-102
/
+264
*
*: merge some common strings
Denys Vlasenko
2010-03-23
1
-1
/
+1
*
date,touch: accept Jan 7 00:00:00 2010 format
Alexander Shishkin
2010-03-22
1
-1
/
+13
*
libbb/copyfd.c: don't mmap a largish buffer if we only want to copy a few kb
Denys Vlasenko
2010-03-19
1
-0
/
+3
*
*: code shrink and better "died from signal" reporting from wait4pid
Denys Vlasenko
2010-03-18
1
-1
/
+1
*
lineedit: first shot at optional unicode bidi input support
Tomas Heinrich
2010-03-18
3
-18
/
+164
*
libbb/loop: comment out u32 hack
Denys Vlasenko
2010-03-18
1
-1
/
+2
*
libbb/getopt32.c: clear applet_long_options and opt_complementary after use
Denys Vlasenko
2010-03-16
1
-5
/
+10
*
lineedit: fix another corner case with bad unicode input
Denys Vlasenko
2010-03-11
2
-26
/
+40
*
lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHAR
Tomas Heinrich
2010-03-09
2
-5
/
+30
*
libbb/loop.c: move #include to its user, improve comment
Denys Vlasenko
2010-03-08
1
-3
/
+1
*
libbb/loop.c: use common fix_u32.h trick
Denys Vlasenko
2010-03-06
1
-5
/
+1
*
tftp: do not show progress bar if we get error right away. +13 bytes
Denys Vlasenko
2010-03-05
1
-0
/
+1
*
libbb/loop.c: style and readability fixes, no code changes
Denys Vlasenko
2010-03-05
1
-13
/
+18
*
*: gethostname-related fixes
Denys Vlasenko
2010-02-27
1
-22
/
+0
*
su: move restricted_shell into su.c (the only user)
Denys Vlasenko
2010-02-26
2
-47
/
+0
*
setup_environment(): eliminate one parameter
Denys Vlasenko
2010-02-26
1
-2
/
+2
*
crontab: use setup_environment
Bernhard Reutner-Fischer
2010-02-26
1
-4
/
+3
*
libbb/md5.c: remove wrong comment
Denys Vlasenko
2010-02-08
1
-7
/
+5
*
adduser: copy /etc/skel to mew homes. +100 bytes
Denys Vlasenko
2010-02-06
1
-4
/
+8
*
cosmetic fixes
Denys Vlasenko
2010-02-06
1
-2
/
+2
*
hexdump: fix "hexdump nonexistent_file" handling
Denys Vlasenko
2010-02-06
1
-2
/
+2
*
*: eliminate more aliasing warnings
Denys Vlasenko
2010-02-04
1
-6
/
+6
*
libbb: fix bb_ask() to operate on correct fd
Denys Vlasenko
2010-02-03
1
-3
/
+2
*
mkXXXX: unify [KBYTES] parameter handling (added it to mkswap)
Denys Vlasenko
2010-02-01
2
-0
/
+49
*
remove now-unneeded memset
Denys Vlasenko
2010-02-01
1
-1
/
+0
*
make echo -e "foo\nfoo" | passwd USER work
Denys Vlasenko
2010-02-01
1
-17
/
+21
*
better wording in Config
Denys Vlasenko
2010-01-31
1
-0
/
+2
*
unicode: exclude FDD0..FDEF range too
Denys Vlasenko
2010-01-31
1
-48
/
+48
*
exclude more invalid unicode chars
Denys Vlasenko
2010-01-31
1
-9
/
+63
*
ls: fix handling of broken unicode sequences
Denys Vlasenko
2010-01-31
1
-22
/
+25
*
ls: unicode fixes
Denys Vlasenko
2010-01-31
2
-0
/
+66
*
further work on unicodization
Denys Vlasenko
2010-01-30
1
-18
/
+59
*
more fine-grained Unicode support
Denys Vlasenko
2010-01-29
2
-18
/
+92
*
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
[prev]
[next]