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
...
*
*: use SWAP_BE64 instead of open-coding it
Denys Vlasenko
2010-10-18
5
-13
/
+11
*
libbb: rename hash source files. no code changes
Denys Vlasenko
2010-10-18
4
-3
/
+3
*
sort: -o FILE should create/truncate FILE
Denys Vlasenko
2010-10-18
1
-1
/
+1
*
*: replace xopen3 with xopen where makes sense
Denys Vlasenko
2010-10-18
6
-7
/
+7
*
nanddump: new applet
Baruch Siach
2010-10-18
1
-28
/
+127
*
cpio: avoid 'not created: newer or same age file exists' message for dirs
Pascal Bellard
2010-10-18
2
-1
/
+13
*
depmod: accept and ignore -u, -q, -C FILE
Pascal Bellard
2010-10-18
1
-2
/
+7
*
touch: update help text
Pascal Bellard
2010-10-18
1
-1
/
+2
*
md5: fix biuld failure on big-endian machines
Denys Vlasenko
2010-10-17
1
-1
/
+1
*
docs: Sync up AUTHORS and busybox_footer.pod
Kevin Cernekee
2010-10-17
1
-0
/
+30
*
docs: Change CVS references to Git
Kevin Cernekee
2010-10-17
1
-21
/
+32
*
typo fix
Denys Vlasenko
2010-10-17
1
-1
/
+1
*
seq: exit on write errors
Denys Vlasenko
2010-10-17
1
-1
/
+2
*
udhcpc: fix OPTION_IP_PAIR parsing
Vladislav Grishenko
2010-10-17
1
-7
/
+10
*
md5: code shrink -5 bytes
Denys Vlasenko
2010-10-17
1
-40
/
+35
*
bring md5 and sha1 names closer. no code changes
Denys Vlasenko
2010-10-17
3
-52
/
+44
*
md5: code shrink
Denys Vlasenko
2010-10-17
2
-30
/
+25
*
shaN: code shrink
Denys Vlasenko
2010-10-17
2
-7
/
+12
*
whitespace fix
Denys Vlasenko
2010-10-16
1
-3
/
+3
*
sha512: inline rotr64
Denys Vlasenko
2010-10-16
1
-57
/
+51
*
shaN: small code shrink
Denys Vlasenko
2010-10-16
3
-61
/
+129
*
md5: fix "fast" md5 broken by prev commit
Denys Vlasenko
2010-10-16
1
-1
/
+2
*
testsuite: add tests for {ms5,shaN}sum
Denys Vlasenko
2010-10-16
5
-1
/
+56
*
md5: code shrink; and use 64-byte temp buf, not 128-byte.
Denys Vlasenko
2010-10-16
3
-27
/
+30
*
*: pass md5/shaN context pointer as 1st arg, not last
Denys Vlasenko
2010-10-16
7
-40
/
+40
*
modutils/*: move help bits into corresponding .c files
Denys Vlasenko
2010-10-16
6
-21
/
+69
*
libbb/md5: code shrink
Denys Vlasenko
2010-10-16
2
-23
/
+26
*
libbb/md5: small code shrink
Denys Vlasenko
2010-10-15
1
-22
/
+26
*
modutils/*: move applet bits into corresponding *.c files
Denys Vlasenko
2010-10-15
7
-21
/
+29
*
date: move applet and usage bits to date.c
Denys Vlasenko
2010-10-15
3
-73
/
+74
*
remove runit/runit_lib.c
Denys Vlasenko
2010-10-13
7
-342
/
+63
*
init/*: move applet/kbuild/config/help bits into applet source files
Denys Vlasenko
2010-10-12
8
-307
/
+315
*
tweaks to build system, mainly making menuconfig text and order clearer
Denys Vlasenko
2010-10-12
6
-38
/
+46
*
remove findutils/.gitignore, top-level one covers it
Denys Vlasenko
2010-10-11
1
-3
/
+0
*
tweak help text
Denys Vlasenko
2010-10-09
4
-4
/
+5
*
fix help text punctuation
Denys Vlasenko
2010-10-08
1
-1
/
+1
*
tweak usage texts
Denys Vlasenko
2010-10-07
1
-66
/
+69
*
dhcprelay: code shrink, and explain its workings a bit more
Denys Vlasenko
2010-10-06
1
-71
/
+118
*
awk: code shrink
Denys Vlasenko
2010-10-05
1
-43
/
+41
*
awk: 00.123 is not a octal constant; neither is 009.123. fixing this
Denys Vlasenko
2010-10-05
2
-8
/
+46
*
sendmail: fix assumption that headers should have a space after the colon
Vladimir Dronnikov
2010-10-05
1
-4
/
+4
*
tune2fs: implement -c and -i options
Richard Braun
2010-10-05
2
-17
/
+35
*
*: whitespace fixes
Denys Vlasenko
2010-10-05
3
-3
/
+3
*
wc: add support for -m
Denys Vlasenko
2010-10-04
2
-28
/
+45
*
wc: preparatory patch, no logic changes
Denys Vlasenko
2010-10-04
1
-15
/
+16
*
man: add compatibility with man-db
Denys Vlasenko
2010-10-04
1
-2
/
+7
*
ntpd: allow peer-less (standalone stratum 1 server) operation
Denys Vlasenko
2010-10-04
1
-2
/
+11
*
patch: tweaks
Rob Landley
2010-10-04
1
-4
/
+6
*
hush: remove "doesn't support brace expansion" from config help text
Denys Vlasenko
2010-10-04
1
-2
/
+2
*
hush: remove brace expansion from TODO list in comments. No code changes.
Denys Vlasenko
2010-10-03
1
-4
/
+5
[prev]
[next]