ping6: stop using xgethostbyname2, remove it from libbb.
[oweals/busybox.git] / networking / ping6.c
2007-01-22 Denis Vlasenkoping6: stop using xgethostbyname2, remove it from libbb.
2007-01-22 Denis Vlasenkocleanups: unnecessary casts, unified const_1, eliminate...
2007-01-22 Denis Vlasenkoexterminate u_intXXX.
2007-01-11 Denis VlasenkoTrailing whitespace removal over entire tree
2007-01-11 Denis Vlasenkofix verbose output; remove commented-out includes.
2007-01-08 Denis Vlasenkoping6: fix sequence numbers (missed ntoh) and ttl display.
2007-01-03 Denis Vlasenkoping[6]: don't do htons(a++), it can be a macro
2006-12-31 Denis Vlasenkofixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
2006-11-22 Denis Vlasenkointroduce setsockopt_reuseaddr(int fd), setsockopt_broa...
2006-11-20 Denis Vlasenkologin: use %s - we know that string is not too long...
2006-10-26 Denis Vlasenkonslookup: make it more IPv6 friendly
2006-10-26 Denis Vlasenkosilly size savings and capitalization fixes
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-02 Denis Vlasenkoping(6): use htons instead of SWAP_BE.
2006-09-02 Denis Vlasenkoping: implement -I option
2006-09-02 Denis Vlasenkoping6: resolve interface name to number early.
2006-09-02 Denis VlasenkoSync ping and ping6 a bit, fix style and indentation.
2006-09-02 Denis VlasenkoFix endianness issue in ping6
2006-07-11 "Robert P. J. Day"Add one-line GPL boilerplate to these source files.
2006-07-01 "Robert P. J. Day"More removal of "#if 0" content.
2006-06-19 Rob LandleyMake some 64 bit warnings go away on x86-64.
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-04-01 Rob LandleyPatch from KRONSTORFER Horst to Fix a size mismatch...
2006-03-22 Mike Frysinger2006-03-21 Shaun Jackman <sjackman@gmail.com>: Includ...
2006-03-13 Mike Frysingerupdate comments as to what caused the defines to change
2006-03-10 Mike Frysingerfix building with glibc-2.4
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-01-25 Tim Rikerjust whitespace
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-05-22 Eric AndersenPatch from Russell Coker:
2003-03-19 Manuel Novoa III Major coreutils update.
2003-01-12 Eric AndersenKiss Gabor noticed that ping compiled without BB_FEATUR...
2002-11-26 Glenn L McGrathuse #ifdef instead of #if
2002-07-03 Eric AndersenThis patch from Bart Visscher <magick@linux-fan.com...