httpd: fix handling of range requests
[oweals/busybox.git] / networking / ping.c
2016-11-23 Denys VlasenkoMake ping6 and traceroute6 selectable independently...
2016-07-06 Denys Vlasenkogetopt32: add new syntax of 'o:+' and 'o:*' for -o...
2016-06-23 Jonas Danielssonping: populate icmp_id field for "simple" ping too
2016-04-21 Denys Vlasenko*: add most of the required setup_common_bufsiz() calls
2016-04-21 Denys Vlasenkolibbb: make bb_common_bufsiz1 1 kbyte, add capability...
2015-10-13 Denys Vlasenkolibbb: introduce kernel-style BUILD_BUG_ON()
2015-08-25 Denys Vlasenkoping: fix recently introduced build breakage for non...
2015-08-24 Denys Vlasenkolibbb: add setsockopt_foo helpers
2015-08-24 Denys VlasenkoMerge setsockopt error messages
2014-08-27 Florian Fainelliping: add -p to specify data pattern
2014-01-09 Denys Vlasenkoping: revert "try SOCK_DGRAM if no root privileges"
2013-11-28 Daniel Borcaping: try SOCK_DGRAM if no root privileges
2013-10-16 Denys VlasenkoFix some compiler warnings emitted by gcc-4.8.0
2013-06-27 Denys Vlasenkoping: code shrink
2013-06-27 Denys VlasenkoMove create_icmp[6]_socket to its only user, and simpli...
2013-03-14 Denys Vlasenkoping[6]: accept and ignore -n. Code shrink
2013-01-14 Denys Vlasenkowhitespace fixes. no code changes
2011-09-11 Denys Vlasenkoping: display real IPv6 response address. Hopefully...
2011-09-07 Baruch Siachnetworking: consolidate the IP checksum code. -129...
2011-07-08 Denys Vlasenkomore tweak for bionic
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-02-26 Denys VlasenkoReplace "depends on PLATFORM_LINUX" with "select PLATFO...
2011-02-06 Denys Vlasenkoping: trivial simplification. -2 bytes
2011-02-05 Denys Vlasenkoping: fix IPv6 pinging. Closes bug 3187
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...
next