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
*
use memmove() instead of bcopy()
vapier
2006-04-16
1
-6
/
+6
*
use memcmp() not bcmp()
vapier
2006-04-16
1
-2
/
+2
*
- patch from Denis Vlasenko to add and use bb_xopen3()
aldot
2006-04-13
2
-4
/
+11
*
- patch from Denis Vlasenko to add and use bb_xchdir()
aldot
2006-04-12
2
-1
/
+18
*
- patch from Denis Vlasenko to add bb_xbind() and bb_xlisten()
aldot
2006-04-12
3
-1
/
+36
*
- patch from Denis Vlasenko to add and use bb_xdaemon()
aldot
2006-04-12
2
-1
/
+18
*
- patch from Denis Vlasenko to add and use bb_xsocket() and to use
aldot
2006-04-12
3
-1
/
+20
*
- add and use bb_opendir(), bb_xopendir().
aldot
2006-04-12
7
-44
/
+53
*
Patch from Rob Sullivan to consolidate crc32 table generation.
landley
2006-04-10
2
-1
/
+41
*
- include proper headers.
aldot
2006-04-05
1
-1
/
+0
*
- move buffer allocation schemes to libbb.h
aldot
2006-04-03
13
-76
/
+25
*
New version from Tito.
landley
2006-04-02
1
-224
/
+144
*
- Rich Felker writes: fix invalid printf format strings
aldot
2006-03-29
1
-3
/
+3
*
More extern removal from Robert P. Day.
landley
2006-03-29
6
-16
/
+4
*
find ./ -name .cvsignore | xargs svn rm
aldot
2006-03-29
1
-1
/
+0
*
just whitespace fixes
vapier
2006-03-28
1
-7
/
+7
*
More dead code removal.
landley
2006-03-26
1
-27
/
+1
*
Bug spotted by Stephane Billiart: losetup depends on loop.c.
landley
2006-03-23
1
-0
/
+1
*
Very nice patch from Rich Felker to portably set the stream error indicator and
landley
2006-03-23
1
-104
/
+27
*
Patch from Shaun Jackman to make loop.c build only when needed.
landley
2006-03-21
1
-1
/
+2
*
- fix order of includes.
aldot
2006-03-18
1
-1
/
+6
*
Whitespace cleanup and minor tweak (return -ERRNO instead of ERRNO so
landley
2006-03-18
1
-13
/
+6
*
Random in-passing tweak.
landley
2006-03-16
1
-6
/
+2
*
More "extern" removals from Robert P. Day
landley
2006-03-14
1
-2
/
+4
*
Attempt to make a warning go away without increasing size.
landley
2006-03-14
1
-4
/
+3
*
- revert back to r14406
aldot
2006-03-13
1
-56
/
+49
*
Patch from Denis Vlasenko to add xstat() and use it.
landley
2006-03-13
3
-4
/
+13
*
Patch from Denis Vlasenko turning static const int (which gets emitted into
landley
2006-03-10
3
-3
/
+3
*
Portability patch from rfelker. The bb_asprintf.c thing needs an eventual
landley
2006-03-09
1
-0
/
+10
*
- backout using features which are not available with the previous stable
aldot
2006-03-09
1
-2
/
+7
*
Robert P. Day removed 8 gazillion occurrences of "extern" on function
landley
2006-03-06
37
-54
/
+54
*
- remove unused lists *-m
aldot
2006-03-02
1
-1
/
+1
*
- use absolute path for top_builddir and top_srcdir.
aldot
2006-03-02
1
-0
/
+4
*
- fixes parallel builds (make -j)
aldot
2006-03-01
1
-50
/
+52
*
A few changes falling out from the effort to make sed handle embedded NUL bytes.
landley
2006-02-24
1
-46
/
+20
*
document leading + option
vapier
2006-02-22
1
-0
/
+7
*
Forgot to check this in last night, part of the hash_fd breakup.
landley
2006-02-21
1
-3
/
+3
*
Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked
landley
2006-02-21
3
-383
/
+264
*
a few more comment touchups
vapier
2006-02-21
1
-4
/
+6
*
translate Russian-English to just plain English
vapier
2006-02-21
1
-4
/
+8
*
sync with mainstream, but check more
vodz
2006-02-20
1
-5
/
+5
*
getdomainname() isn't guaranteed to null terminate the string if it was
landley
2006-02-20
1
-6
/
+6
*
remove #undef strlen, use #define strlen always but without xfunc/BB_STRLEN_I...
vodz
2006-02-20
1
-3
/
+7
*
correction get(host/domain)name usage, revert 742 bug
vodz
2006-02-20
1
-6
/
+6
*
svn 14077 was completely broken and apparently never tested.
landley
2006-02-20
1
-14
/
+4
*
rfelker writes in Bug 742: make sure string is null terminated after calling ...
vapier
2006-02-19
1
-1
/
+2
*
rfelker writes in Bug 740: s/u_char/unsigned char/
vapier
2006-02-19
1
-12
/
+12
*
type typo. Thanks, Devin Bayer
vodz
2006-02-17
1
-1
/
+1
*
moved BB_BANNER to applets/version.c file: make kernel like version,
vodz
2006-02-16
1
-1
/
+6
*
removed #undef strlen, use builtins and prototuped strlen from xfunc file (on...
vodz
2006-02-16
1
-1
/
+0
[next]