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
...
*
sha1: use Rob's code, it's smaller and faster
Denys Vlasenko
2010-10-24
1
-54
/
+51
*
md5/sha1sum: code shrink
Denys Vlasenko
2010-10-24
1
-20
/
+21
*
umount: I forgot to change another PATH_MAX to 4096
Denys Vlasenko
2010-10-24
1
-1
/
+1
*
finish busybox.1 renaming
Denys Vlasenko
2010-10-24
2
-2
/
+2
*
awk: reduce ifdef forest
Rob Landley
2010-10-24
1
-33
/
+32
*
English fixes to docs/smallint.txt
Denys Vlasenko
2010-10-24
1
-3
/
+5
*
adding docs/smallint.txt
Denys Vlasenko
2010-10-24
1
-0
/
+37
*
Remove check for supported libc.
Denys Vlasenko
2010-10-24
1
-9
/
+0
*
umount: do not (ab)use PATH_MAX as mntent buffer size
Denys Vlasenko
2010-10-24
1
-4
/
+1
*
remove unused SC_x (serial port names) defines
Denys Vlasenko
2010-10-24
1
-22
/
+3
*
correct manpage name
Denys Vlasenko
2010-10-24
1
-3
/
+3
*
init: do not clear CRTSCTS (fix from Debian bug 528560)
Denys Vlasenko
2010-10-24
1
-3
/
+6
*
awk: fix breakage in last commit
Denys Vlasenko
2010-10-24
2
-35
/
+38
*
libbb: introduce and use strcpy_and_process_escape_sequences
Denys Vlasenko
2010-10-23
6
-61
/
+44
*
awk: fix segfault on closing non-opened file
Denys Vlasenko
2010-10-23
2
-86
/
+102
*
mount: code shrink (-81 bytes)
Alexander Shishkin
2010-10-22
1
-41
/
+15
*
*: introduce and use xmkstemp. -65 bytes.
Alexander Shishkin
2010-10-22
7
-16
/
+17
*
smemcap: close /proc handle upon cleaning up
Alexander Shishkin
2010-10-22
1
-0
/
+3
*
nbd-client: kill unused variable (total 0 bytes)
Alexander Shishkin
2010-10-22
1
-0
/
+2
*
pmap: get rid of a warning
Denys Vlasenko
2010-10-22
1
-2
/
+2
*
udhcpd: reduce stack usage by ~700 bytes. +28 bytes code size
Denys Vlasenko
2010-10-21
2
-5
/
+14
*
patch: implement -E option
Lukas Huba
2010-10-21
2
-14
/
+23
*
revert last change (wrong author)
Denys Vlasenko
2010-10-21
2
-23
/
+14
*
patch: implement -E option
Gilles Espinasse
2010-10-21
2
-14
/
+23
*
tail: free tailbuf upon cleaning up
Alexander Shishkin
2010-10-21
1
-0
/
+1
*
stat: remove superfluous setXXent() calls, plug memory leak
Alexander Shishkin
2010-10-21
1
-7
/
+5
*
ntpd: fix usage text and a typo in constant name
Leonid Lisovskiy
2010-10-20
2
-6
/
+8
*
udhcpc: exit if iface disappeared; use correct MAC if it changes
Denys Vlasenko
2010-10-20
1
-6
/
+14
*
udhcpc: reduce stack usage by de-inlining routines with on-stack pkt buf
Denys Vlasenko
2010-10-20
1
-10
/
+11
*
udhcpc: periodically reread our ifindex and mac
Denys Vlasenko
2010-10-20
1
-0
/
+10
*
udhcpc: emit maxsize option in all non-NAK type packets
Denys Vlasenko
2010-10-20
1
-18
/
+90
*
dhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZE
Denys Vlasenko
2010-10-20
2
-7
/
+7
*
udhcpc: better help text
Denys Vlasenko
2010-10-20
1
-9
/
+15
*
add/remove-shell: use O_TRUNC instead of O_EXCL
Denys Vlasenko
2010-10-20
1
-2
/
+10
*
add-shell, remove-shell: new applets
Alexander Shishkin
2010-10-20
1
-0
/
+127
*
*: s/open3_or_warn/open_or_warn/ where makes sense
Denys Vlasenko
2010-10-20
2
-2
/
+2
*
udhcpc: remove now-unneeded definitions of vendor and client-id opts
Denys Vlasenko
2010-10-20
1
-3
/
+4
*
udhcpc: remove -c CLIENTID, it is hard to use, -x 61:hexstring does the same ...
Denys Vlasenko
2010-10-20
2
-41
/
+37
*
udhcpc: move usage text to .c file. no code changes
Denys Vlasenko
2010-10-20
2
-78
/
+78
*
dmesg: more correct skipping of <N>; use faster putchar for most output
Denys Vlasenko
2010-10-19
1
-7
/
+12
*
klogd: do not log partial lines
Denys Vlasenko
2010-10-19
2
-12
/
+18
*
mkmakefile: make 3.82 fix
Thomas Chou
2010-10-19
1
-1
/
+4
*
md5: remove outdated comment
Denys Vlasenko
2010-10-19
1
-3
/
+1
*
libbb/hash_md5_sha: use common ctx and code for md5 and sha1/256
Denys Vlasenko
2010-10-19
2
-512
/
+430
*
nanddump: make oobbuf allocation dynamic
Baruch Siach
2010-10-18
1
-6
/
+6
*
hash_md5_sha: use common finalization routine for MD5 and sha1/256. -15 bytes
Denys Vlasenko
2010-10-18
2
-101
/
+108
*
libbb/hash_sha.c -> libbb/hash_md5_sha.c
Denys Vlasenko
2010-10-18
2
-2
/
+2
*
libbb: move md5 and shaN into a common source file. no code changes
Denys Vlasenko
2010-10-18
3
-450
/
+451
*
md5: length should be stored in *little-endian* order! fixing...
Denys Vlasenko
2010-10-18
1
-2
/
+2
*
*: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits
Denys Vlasenko
2010-10-18
7
-43
/
+37
[prev]
[next]