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
/
shell
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2006-04-17
Patch from Tito to fix printing null and make output look like hdparm 6.3.
landley
1
-5
/
+5
2006-04-17
Remove a superfluous quote and more non-generic standalone code.
landley
1
-10
/
+1
2006-04-17
Elf dynamic linker stuff from Rich Felker.
landley
1
-0
/
+35
2006-04-17
enable udhcp applets again; bad rob
vapier
1
-2
/
+2
2006-04-16
just use the stack to kill memleak and return if user didnt give us anything ...
vapier
1
-7
/
+5
2006-04-16
use xmalloc, dont hardcode length of string, and get rid of pointless call to...
vapier
1
-3
/
+2
2006-04-16
kill off pointless malloc.h include
vapier
3
-3
/
+0
2006-04-16
kill pointless memory.h includes
vapier
2
-2
/
+0
2006-04-16
add a check for obsolete headers
vapier
1
-3
/
+13
2006-04-16
- fix typo. Thanks to David Moberg for pointing this out.
aldot
1
-1
/
+1
2006-04-16
uncuddle if statements
vapier
1
-5
/
+5
2006-04-16
use more boiler plate GPL notices
vapier
7
-40
/
+11
2006-04-16
uncuddle brackets
vapier
1
-69
/
+78
2006-04-16
add some tests for common typos and for obsolete functions
vapier
1
-1
/
+47
2006-04-16
use memmove() instead of bcopy()
vapier
2
-12
/
+12
2006-04-16
touchup comment
vapier
1
-1
/
+1
2006-04-16
use strchr() not index()
vapier
3
-5
/
+5
2006-04-16
use memcmp() not bcmp()
vapier
1
-2
/
+2
2006-04-14
Remove code for protocols we don't properly support. (Most of this could
landley
2
-383
/
+1
2006-04-14
Patch from Robert P Day to remove standalone code from httpd. (Busybox has
landley
1
-64
/
+0
2006-04-14
Busybox is under the GPL.
landley
1
-7
/
+6
2006-04-14
Hard wiring configuration symbol values into the code defeats the purpose
landley
1
-22
/
+4
2006-04-14
The link to Bernhard's subversion branch belongs in subversion.html (where
landley
1
-5
/
+0
2006-04-13
Patch from Robert P Day: let menuconfig indent stuff for us, we don't have
landley
13
-137
/
+137
2006-04-13
- remove unneeded include, use shorter boilerplate while at it and also
aldot
4
-63
/
+17
2006-04-13
- patch from Denis Vlasenko to add and use bb_xopen3()
aldot
12
-71
/
+38
2006-04-12
- better wording.
aldot
1
-1
/
+1
2006-04-12
- note to think about eventually ditching vdprintf()
aldot
1
-0
/
+2
2006-04-12
- patch from Denis Vlasenko to add and use bb_xchdir()
aldot
12
-62
/
+46
2006-04-12
- patch from Denis Vlasenko to add bb_xbind() and bb_xlisten()
aldot
10
-28
/
+50
2006-04-12
- patch from Denis Vlasenko to add and use bb_xdaemon()
aldot
12
-22
/
+33
2006-04-12
- patch from Denis Vlasenko to add and use bb_xsocket() and to use
aldot
22
-218
/
+99