attempt to regularize atoi mess.
[oweals/busybox.git] / networking / traceroute.c
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-10-03 Denis Vlasenkolots of silly indent fixes
2006-10-03 Denis Vlasenkotraceroute: fix compilation if netinet/protocols.h...
2006-10-03 Denis Vlasenkotraceroute: do not look up icmp protocol# in /etc,...
2006-09-06 Denis VlasenkoImplement optional syslog logging using ordinary
2006-08-18 Bernhard Reutner... - typo: s/optarg/nprobes_str; fixes segfault as reporte...
2006-08-03 Rob LandleyRemove xcalloc() and convert its callers to xzalloc...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-16 Rob LandleyConvert setuid/setgid users to xsetuid/xsetgid.
2006-07-12 Rob LandleyA couple things that got tangled up in my tree, easier...
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-04-16 Mike Frysingerkill off pointless malloc.h include
2006-04-16 Mike Frysingerkill pointless memory.h includes
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add bb_xbind() and bb_xl...
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xsocket...
2006-03-01 Rob LandleyCleanup patch from Denis Vlasenko. Mostly variants...
2006-02-19 Mike Frysingerrfelker writes in Bug 740: s/u_char/unsigned char/
2006-01-31 Bernhard Reutner... - add and use ATTRIBUTE_ALIGNED(num_bytes)
2006-01-30 Eric Andersenfix up annoying signed/unsigned and mixed type errors
2006-01-22 Bernhard Reutner... - add platform.h.
2005-10-14 "Vladimir N. Oleynik"- new bb_opt_complementally syntax, use [-:?] only...
2005-10-12 "Vladimir N. Oleynik"usage bb_dev_null
2005-09-06 "Vladimir N. Oleynik"- sync traceroute with Slackware-10.1
2005-07-31 Mike Frysingertypecast to int
2005-07-20 Paul Foxmuch more concise fix for bug #45. just align the...
2005-07-19 Paul Foxapplying fix for:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-07-22 Eric AndersenRemove remaining libc5 support code
2003-03-19 Manuel Novoa III Major coreutils update.
2002-08-23 Aaron Lehmannansify
2002-06-23 Aaron LehmannRemove advertising clauses in accordance with
2002-06-06 Eric AndersenPatch from Gyepi SAM <gyepi@praxis-sw.com>:
2001-11-10 Eric AndersenLatest patch from vodz:
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-08-02 Eric AndersenMore libc5 fixups
2001-07-31 Eric AndersenSilence some silly warnings
2001-07-17 Eric AndersenThis is vodz' latest patch. Sorry it took so long...
2001-07-12 Eric AndersenPatch from vodz:
2001-07-10 Eric AndersenA traceroute applet from vodz. This could probably...