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
path:
root
/
networking
/
traceroute.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ifconfig: use IPv6 infrastructure
Denis Vlasenko
2007-02-04
1
-1
/
+1
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-2
/
+2
*
use bb_sanitize_stdio() where appropriate
Denis Vlasenko
2007-01-27
1
-4
/
+2
*
cleanups: unnecessary casts, unified const_1, eliminate cross-.c file
Denis Vlasenko
2007-01-22
1
-21
/
+19
*
exterminate u_intXXX.
Denis Vlasenko
2007-01-22
1
-14
/
+14
*
style fixes
Denis Vlasenko
2006-12-26
1
-1
/
+1
*
remove useless casts (type*) xzalloc(...)
Denis Vlasenko
2006-12-22
1
-3
/
+1
*
u_short, ulong exterminated
Denis Vlasenko
2006-12-19
1
-17
/
+15
*
introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),
Denis Vlasenko
2006-11-22
1
-1
/
+2
*
httpd: slight reduction of #ifdef forest
Denis Vlasenko
2006-11-21
1
-32
/
+35
*
add open_read_close() and similar stuff
Denis Vlasenko
2006-10-14
1
-4
/
+4
*
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-08
1
-52
/
+22
*
bb_applet_name -> applet_name
Denis Vlasenko
2006-10-03
1
-1
/
+1
*
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
1
-3
/
+3
*
lots of silly indent fixes
Denis Vlasenko
2006-10-03
1
-8
/
+8
*
traceroute: fix compilation if netinet/protocols.h is missing
Denis Vlasenko
2006-10-03
1
-25
/
+13
*
traceroute: do not look up icmp protocol# in /etc, it is well-known :)
Denis Vlasenko
2006-10-03
1
-7
/
+2
*
Implement optional syslog logging using ordinary
Denis Vlasenko
2006-09-06
1
-4
/
+4
*
- typo: s/optarg/nprobes_str; fixes segfault as reported by Raphael HUCK
Bernhard Reutner-Fischer
2006-08-18
1
-1
/
+1
*
Remove xcalloc() and convert its callers to xzalloc(). About half of them
Rob Landley
2006-08-03
1
-5
/
+5
*
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-08-03
1
-8
/
+8
*
Convert setuid/setgid users to xsetuid/xsetgid.
Rob Landley
2006-07-16
1
-5
/
+3
*
A couple things that got tangled up in my tree, easier to check in both than
Rob Landley
2006-07-12
1
-5
/
+5
*
Consolidate #include <sys/time.h> so libbb.h does it.
Rob Landley
2006-05-27
1
-1
/
+0
*
kill off pointless malloc.h include
Mike Frysinger
2006-04-16
1
-1
/
+0
*
kill pointless memory.h includes
Mike Frysinger
2006-04-16
1
-1
/
+0
*
- patch from Denis Vlasenko to add bb_xbind() and bb_xlisten()
Bernhard Reutner-Fischer
2006-04-12
1
-3
/
+1
*
- patch from Denis Vlasenko to add and use bb_xsocket() and to use
Bernhard Reutner-Fischer
2006-04-12
1
-8
/
+4
*
Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)
Rob Landley
2006-03-01
1
-4
/
+2
*
rfelker writes in Bug 740: s/u_char/unsigned char/
Mike Frysinger
2006-02-19
1
-17
/
+17
*
- add and use ATTRIBUTE_ALIGNED(num_bytes)
Bernhard Reutner-Fischer
2006-01-31
1
-1
/
+1
*
fix up annoying signed/unsigned and mixed type errors
Eric Andersen
2006-01-30
1
-2
/
+2
*
- add platform.h.
Bernhard Reutner-Fischer
2006-01-22
1
-1
/
+1
*
- new bb_opt_complementally syntax, use [-:?] only - 'free' chars
"Vladimir N. Oleynik"
2005-10-14
1
-1
/
+1
*
usage bb_dev_null
"Vladimir N. Oleynik"
2005-10-12
1
-2
/
+1
*
- sync traceroute with Slackware-10.1
"Vladimir N. Oleynik"
2005-09-06
1
-344
/
+1202
*
typecast to int
Mike Frysinger
2005-07-31
1
-1
/
+1
*
much more concise fix for bug #45. just align the packet...
Paul Fox
2005-07-20
1
-6
/
+5
*
applying fix for:
Paul Fox
2005-07-19
1
-4
/
+6
*
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-03-15
1
-1
/
+1
*
Remove remaining libc5 support code
Eric Andersen
2003-07-22
1
-91
/
+0
*
Major coreutils update.
Manuel Novoa III
2003-03-19
1
-13
/
+13
*
ansify
Aaron Lehmann
2002-08-23
1
-4
/
+2
*
Remove advertising clauses in accordance with
Aaron Lehmann
2002-06-23
1
-5
/
+1
*
Patch from Gyepi SAM <gyepi@praxis-sw.com>:
Eric Andersen
2002-06-06
1
-10
/
+6
*
Latest patch from vodz:
Eric Andersen
2001-11-10
1
-9
/
+6
*
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-10-24
1
-13
/
+13
*
More libc5 fixups
Eric Andersen
2001-08-02
1
-0
/
+90
*
Silence some silly warnings
Eric Andersen
2001-07-31
1
-0
/
+3
*
This is vodz' latest patch. Sorry it took so long...
Eric Andersen
2001-07-17
1
-20
/
+13
[next]