mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
[platform/upstream/busybox.git] / networking / ping.c
2011-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
2011-01-03 Denys Vlasenkoexplain every non-SUID_DROP applet. No code changes
2010-11-29 Denys Vlasenkoping: set not only IP_TTL, but also IP_MULTICAST_TTL
2010-11-28 Joachim Nilssonping: add -t TTL option
2010-10-28 Denys Vlasenko*: whitespace fixes
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-03-03 Denys Vlasenkoping: do not leak data from stack; shrink
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2010-01-23 Bernhard Reutner... ping: use ICMP_MINLEN
2009-11-26 Denys Vlasenkoping: fix unaligned access. closes bug 745.
2009-11-21 Denys Vlasenkoping: use |=, not =, when combine option bit mask
2009-11-20 Denys Vlasenkoping6: do not play dirty tricks with argv
2009-11-02 Denys Vlasenko*: introduce and use ffulsh_all()
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2008-12-10 Denis Vlasenko*: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ...
2008-10-27 Denis Vlasenkoping: trivial code shrink
2008-08-24 Denis Vlasenkoping: SO_RCVBUF must be bigger than packet size,
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-04-29 Denis Vlasenkoping: dont leak uninitialized data in ping packets
2008-04-07 Denis Vlasenkoping: add -w, -W support (James Simmons <jsimmons AT...
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-02-01 Paul FoxFix compilation error when FEATURE_FANCY_PING enabled...
2008-01-29 Bernhard Reutner... - be C99 friendly. Anonymous unions are a GNU extension...
2008-01-07 Denis Vlasenkops: fix build breakage from vda's recent commit
2007-10-20 Denis Vlasenkoping: fix breakage from -I fix
2007-10-19 Denis Vlasenkopaing: make -I ethN work too (-I addr already worked)
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-18 Denis Vlasenkointroduce and use xdup2(int, int)
2007-07-02 Denis Vlasenkoping: fix non-fancy ping6
2007-06-19 Denis Vlasenkoping: fix incorrect handling of -I (Iouri Kharon <bc...
2007-06-18 Denis Vlasenkoping: fix write-after-allocated-mem bug
2007-06-16 Denis Vlasenkopscan: new applet (portscanner). ~1350 bytes. By Tito...
2007-06-04 Denis Vlasenkoping: stop using data/bss
2007-05-27 Denis Vlasenkoping: fix wrong sign extension of packet id (bug 1373)
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-12 Bernhard Reutner... - add xsendto and use where appropriate; shrink iplink...
2007-03-03 Denis Vlasenkoping: don't measure times if ping payload is less than...
2007-02-09 Denis Vlasenkoping: reuse another bit of common code. -60 bytes
2007-02-09 Denis Vlasenkoping: support -I addr in family neutral manner; reuse...
2007-02-04 Denis Vlasenkoadd x to IPv6 functions which can die
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-02-03 Denis Vlasenkoassorted fixes for bugs found with randomconfig
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #5
2007-01-29 Denis Vlasenkotaskset: fix incorrect rage spec and allow 0xXXX input
2007-01-25 Denis Vlasenkoaccidentally applied wrong (old) patch, fixing up...
2007-01-24 Denis Vlasenkoopt_complementary doesn't like numeric opts :(
2007-01-24 Denis VlasenkoUnify ping and ping6. ping has -4 and -6 which force
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 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-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 2
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 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-02 Denis Vlasenkoping: bind -> xbind
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-08-01 Rob LandleyMake a gcc 4.1 warning go away.
2006-05-31 Rob LandleyBugfix from Shaun Jackman: don't attempt to write 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-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
2006-01-11 Rob LandleyOk, ping needs a rewrite from the ground up. (This...
2005-12-15 Rob LandleyAdd a fflush(stdout).
2005-09-15 Mike FrysingerBsAtHome writes in Bug 433:
2005-07-26 Mike Frysinger2005-03-19 Shaun Jackman <sjackman@gmail.com>
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
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.
2003-01-12 Eric AndersenKiss Gabor noticed that ping compiled without BB_FEATUR...
2002-06-06 Eric AndersenPer discussion with vodz, Tim's changes do not seem...
2002-05-18 Tim Rikerping return 1 if can't ping
2002-03-21 Eric AndersenDoh! I broke ping when removing the nested function.
2002-03-20 Eric AndersenCave to pressure (2 months later). Eliminate using a
2002-02-01 Matt Kraai2002-01-30 Neal H Walfield <neal@cs.uml.edu>
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-07-17 Eric AndersenThis is vodz' latest patch. Sorry it took so long...
2001-07-13 Matt KraaiAllow featureless ping to compile, and featureful ping...
2001-07-12 Eric AndersenPatch from vodz:
2001-05-21 Eric AndersenPatch from Lars Kellogg-Stedman <lars@larsshack.org...
2001-05-16 Matt KraaiWhoops. Forgot the x.
2001-05-16 Matt KraaiAdd xgethostbyname and herror_msg* functions.
2001-04-09 Eric AndersenUpdate how we detect if libc5 is in use.
2001-03-14 Eric AndersenFix socklen_t for libc5
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
next