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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
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
|
*
hush: small code shrink
Denys Vlasenko
2010-10-03
1
-2
/
+6
|
*
hush: add brace expansion testcase
Denys Vlasenko
2010-10-03
2
-0
/
+14
|
*
hush: implement brace expansion
Denys Vlasenko
2010-10-03
1
-5
/
+20
|
*
hush: preparatory patch, no code changes
Denys Vlasenko
2010-10-03
1
-25
/
+26
|
*
grep: cap insane -B NUM values to MAX_INT / 8. Fixes bug 2653.
Denys Vlasenko
2010-10-02
1
-6
/
+9
|
*
Marked some more applets NOEXEC/NOFORK
Dan Fandrich
2010-10-01
10
-13
/
+31
|
*
free: document newly added options
Denys Vlasenko
2010-10-01
1
-1
/
+1
|
*
free: add -b/k/m/g options; remove 4 TB limitation. +100 bytes
Denys Vlasenko
2010-10-01
1
-42
/
+56
|
*
halt/poweroff/reboot: unify help text
Denys Vlasenko
2010-09-30
1
-21
/
+21
|
*
deluser: use the same licensing template in the header as other files do
Denys Vlasenko
2010-09-30
1
-1
/
+1
|
*
acpid: add config file and map file
Souf Oued
2010-09-26
2
-102
/
+218
|
*
udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES options
Vladislav Grishenko
2010-09-26
2
-0
/
+6
|
*
style fix. no code chages
Denys Vlasenko
2010-09-25
1
-1
/
+2
|
*
ash: fix signal and "set -e" interaction
Denys Vlasenko
2010-09-25
5
-6
/
+58
|
*
modprobe-simple; do not error out on "rmmod module" if module is unloaded ok
Denys Vlasenko
2010-09-25
1
-12
/
+14
[prev]
[next]