fix assorted unused code and wrong format specs found by cppchekc (bug 6716)
[platform/upstream/busybox.git] / networking / traceroute.c
2013-11-29 Denys Vlasenkofix assorted unused code and wrong format specs found...
2013-03-15 Guilherme Maciel... traceroute: free some memory allocated by xzalloc()
2013-01-14 Denys Vlasenkowhitespace cleanup. no code changes
2011-09-07 Baruch Siachnetworking: consolidate the IP checksum code. -129...
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-05-05 Denys Vlasenkotraceroute: properly reduce poll timeout
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2011-04-07 Denys Vlasenkolibbb: make set_nport accept pointer to sockaddr, not...
2011-01-21 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2011-01-20 Denys Vlasenkoeliminate aliasing warnings in traceroute.c and udhcp...
2010-07-25 Denys Vlasenko*: mass cosmetic removal of extra empty lines. no code...
2010-01-25 Denys Vlasenkowhitespace fixes
2009-12-12 Denys Vlasenkorandomconfig fixes
2009-11-25 Denys Vlasenkontpd: and real handling for -N, show usage w/o options...
2009-11-24 Denys Vlasenkotraceroute6: restore port after probing
2009-11-24 Denys Vlasenkotraceroute: simplify code a bit
2009-11-23 Leonid Lisovskiytraceroute6: new applet by Leonid Lisovskiy. +1562...
2009-11-23 Denys Vlasenkotraceroute: cleanup preparing it for traceroute6. ...
2009-11-02 Denys Vlasenko*: introduce and use ffulsh_all()
2009-01-24 Denis Vlasenkotraceroute: allow -w NUM as small as 1
2009-01-24 Denis Vlasenkotraceroute: rewrite. Do not emit raw IP packets, instea...
2009-01-24 Denis Vlasenkotraceroute: preparatory trivial cleanups
2008-12-02 Denis Vlasenkolibbb: add strncpy_IFNAMSIZ
2008-07-29 Denis Vlasenkohush: add #defines to switch off break/continue if...
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-15 Denis Vlasenko*: use llist_pop for traverse-and-free list operation
2008-05-15 Denis Vlasenkomore of -Wall fixes from Cristian Ionescu-Idbohrn.
2008-03-17 Denis Vlasenko*: fix fallout from -Wunused-parameter
2008-02-27 Denis Vlasenko*: add optimization barrier to all "G trick" locations
2007-12-16 Denis Vlasenkotraceroute: stop using global data/bss
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-09-27 Denis Vlasenkointroduce safe_poll (fixes a problem in top)
2007-09-07 Denis Vlasenko*: replace select-for-one descriptor with poll, it...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-18 Denis Vlasenkointroduce and use xdup2(int, int)
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-06-27 Denis Vlasenkodevfsd: style cleanup; size reduction (Tito <farmatito...
2007-06-19 Denis Vlasenkonetworking/interface.c: huke remaining big statics...
2007-06-17 Denis Vlasenkohwclock: size optimizations
2007-06-14 Denis Vlasenkotraceroute: stop using floating point needlessly; nuke...
2007-06-10 Denis Vlasenkomoved biggest stack buffers to malloc space, or made...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-13 Denis Vlasenkosourse_route_list -> source_route_list
2007-04-12 Bernhard Reutner... - add xsendto and use where appropriate; shrink iplink...
2007-04-11 Denis Vlasenkostyle fixes, no code changes.
2007-04-04 Bernhard Reutner... - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]...
2007-03-29 Denis Vlasenkotraceroute: move data off bss. small code optimizations.
2007-02-04 Denis Vlasenkoifconfig: use IPv6 infrastructure
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-27 Denis Vlasenkouse bb_sanitize_stdio() where appropriate
2007-01-22 Denis Vlasenkocleanups: unnecessary casts, unified const_1, eliminate...
2007-01-22 Denis Vlasenkoexterminate u_intXXX.
2006-12-26 Denis Vlasenkostyle fixes
2006-12-22 Denis Vlasenkoremove useless casts (type*) xzalloc(...)
2006-12-19 Denis Vlasenkou_short, ulong exterminated
2006-11-22 Denis Vlasenkointroduce setsockopt_reuseaddr(int fd), setsockopt_broa...
2006-11-21 Denis Vlasenkohttpd: slight reduction of #ifdef forest
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
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...
next