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
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nslookup: full circle. Here we started IPv6 work. Use "new API"
Denis Vlasenko
2007-01-22
1
-17
/
+22
*
- the archivers expect mode to be a mode_t, so do not trip signed/unsigned co...
Bernhard Reutner-Fischer
2007-01-22
1
-1
/
+1
*
cleanups: unnecessary casts, unified const_1, eliminate cross-.c file
Denis Vlasenko
2007-01-22
1
-0
/
+6
*
comment out unused old networking API parts
Denis Vlasenko
2007-01-22
1
-11
/
+11
*
cmdedit is not a 'command' editing anymore, it's just editing (generic),
Denis Vlasenko
2007-01-22
1
-8
/
+8
*
Convert cmdedit into more generic line input facility
Denis Vlasenko
2007-01-22
1
-0
/
+36
*
- make tty's pre SUSv3 option handling dependant on INCLUDE_SUSv2
Bernhard Reutner-Fischer
2007-01-20
1
-1
/
+2
*
- get_terminal_width_height does not and should never write to fd. Cosmetic P...
Bernhard Reutner-Fischer
2007-01-20
1
-1
/
+1
*
- add C99 bool type for setups that support it.
Bernhard Reutner-Fischer
2007-01-20
1
-0
/
+10
*
fixing bugs revealed by randomconfig runs
Denis Vlasenko
2007-01-20
1
-0
/
+2
*
ls: use get_cached_username/groupname
Denis Vlasenko
2007-01-19
1
-10
/
+12
*
openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code
Denis Vlasenko
2007-01-19
1
-1
/
+3
*
- move the smallint that is platform dependant to it's proper place
Bernhard Reutner-Fischer
2007-01-18
2
-11
/
+11
*
Use char for smallint on CRIS as well.
Peter Kjellerstedt
2007-01-18
1
-1
/
+1
*
smallint can be a char for amd64 too
Denis Vlasenko
2007-01-18
1
-1
/
+1
*
Rename bb_sanitize_stdio -> bb_sanitize_server_stdio
Denis Vlasenko
2007-01-14
1
-1
/
+1
*
By popular request reinstate fakeidentd's standalone mode.
Denis Vlasenko
2007-01-14
2
-14
/
+10
*
whitespace fixes (leading spaces to tab)
Denis Vlasenko
2007-01-13
1
-2
/
+2
*
random small size optimizations
Denis Vlasenko
2007-01-12
1
-1
/
+5
*
next part of ipv6-ization. mostly netcat.
Denis Vlasenko
2007-01-12
2
-5
/
+10
*
next part of ipv6-ization is here: wget & httpd
Denis Vlasenko
2007-01-12
1
-0
/
+1
*
fakeinetd: attempted ipv6-ization (and it's done)
Denis Vlasenko
2007-01-11
1
-0
/
+9
*
Trailing whitespace removal over entire tree
Denis Vlasenko
2007-01-11
1
-1
/
+1
*
ipv6-ization efforts continue. Few bugs are found,
Denis Vlasenko
2007-01-11
1
-11
/
+20
*
a bit more IPv6-ization work
Denis Vlasenko
2007-01-10
1
-3
/
+20
*
Improve generic ipv4+ipv6 support in libbb.
Denis Vlasenko
2007-01-10
1
-11
/
+10
*
Fix typo in usage text by shortening it
Denis Vlasenko
2007-01-09
1
-3
/
+3
*
- a few minor tweaks
Bernhard Reutner-Fischer
2007-01-07
1
-5
/
+5
*
add arp applet - thanks to
Denis Vlasenko
2007-01-07
3
-0
/
+58
*
do not expose internal state of [g]zip unpacker.
Denis Vlasenko
2007-01-05
1
-8
/
+7
*
- remove duplicate includes
Bernhard Reutner-Fischer
2007-01-04
1
-5
/
+0
*
syslogd: start using bb_common_bufsiz1 instead of stack/malloc
Denis Vlasenko
2007-01-04
1
-9
/
+9
*
new libbb func: xmalloc_realpath (+ use it where makes sense)
Denis Vlasenko
2007-01-04
2
-1
/
+3
*
convert calloc to xzalloc
Denis Vlasenko
2007-01-03
1
-0
/
+1
*
extern variable declaration in a .c file is heresy - fixing it
Denis Vlasenko
2007-01-03
1
-0
/
+5
*
introduce small[u]int
Denis Vlasenko
2007-01-03
1
-0
/
+12
*
remove commented out #includes etc
Denis Vlasenko
2006-12-31
1
-7
/
+0
*
stop using __u32 etc. uint32_t is there for a reason
Denis Vlasenko
2006-12-31
1
-6
/
+6
*
fixdep.c: avoit doing memcmp in most cases
Denis Vlasenko
2006-12-30
3
-57
/
+114
*
fix for uclibc-without-shadow.h compilation
Denis Vlasenko
2006-12-30
1
-8
/
+12
*
fix build without shadow support
Denis Vlasenko
2006-12-28
2
-50
/
+39
*
bb_xget[pw/gr]nam were horribly misnamed - fixed.
Denis Vlasenko
2006-12-28
1
-8
/
+10
*
merge post-1.3.0 fixes
Denis Vlasenko
2006-12-26
1
-0
/
+2
*
properly export externs thru *.h files
Denis Vlasenko
2006-12-26
1
-2
/
+9
*
style fixes
Denis Vlasenko
2006-12-26
1
-1
/
+1
*
chattr: bugfixes and size reduction
Denis Vlasenko
2006-12-26
1
-1
/
+1
*
leftover of e2fsck surgery
Denis Vlasenko
2006-12-26
3
-13
/
+14
*
Fix irregular capitalization in usage texts
Denis Vlasenko
2006-12-25
1
-536
/
+535
*
trim help texts a bit more
Denis Vlasenko
2006-12-25
1
-16
/
+16
*
more usage message cleanups
Denis Vlasenko
2006-12-24
1
-164
/
+152
[next]