index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
ping.c
Age
Commit message (
Expand
)
Author
2013-01-14
whitespace fixes. no code changes
Denys Vlasenko
2011-09-11
ping: display real IPv6 response address. Hopefully closes 3745.
Denys Vlasenko
2011-09-07
networking: consolidate the IP checksum code. -129 bytes.
Baruch Siach
2011-07-08
more tweak for bionic
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-02-26
Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"
Denys Vlasenko
2011-02-06
ping: trivial simplification. -2 bytes
Denys Vlasenko
2011-02-05
ping: fix IPv6 pinging. Closes bug 3187
Denys Vlasenko
2011-01-18
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2011-01-03
explain every non-SUID_DROP applet. No code changes
Denys Vlasenko
2010-11-29
ping: set not only IP_TTL, but also IP_MULTICAST_TTL
Denys Vlasenko
2010-11-28
ping: add -t TTL option
Joachim Nilsson
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-03-03
ping: do not leak data from stack; shrink
Denys Vlasenko
2010-02-04
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-01-23
ping: use ICMP_MINLEN
Bernhard Reutner-Fischer
2009-11-26
ping: fix unaligned access. closes bug 745.
Denys Vlasenko
2009-11-21
ping: use |=, not =, when combine option bit mask
Denys Vlasenko
2009-11-20
ping6: do not play dirty tricks with argv
Denys Vlasenko
2009-11-02
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2008-12-10
*: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.
Denis Vlasenko
2008-10-27
ping: trivial code shrink
Denis Vlasenko
2008-08-24
ping: SO_RCVBUF must be bigger than packet size,
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-05-19
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-04-29
ping: dont leak uninitialized data in ping packets
Denis Vlasenko
2008-04-07
ping: add -w, -W support (James Simmons <jsimmons AT infradead.org>)
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-02-01
Fix compilation error when FEATURE_FANCY_PING enabled. Also
Paul Fox
2008-01-29
- be C99 friendly. Anonymous unions are a GNU extension. This change is
Bernhard Reutner-Fischer
2008-01-07
ps: fix build breakage from vda's recent commit
Denis Vlasenko
2007-10-20
ping: fix breakage from -I fix
Denis Vlasenko
2007-10-19
paing: make -I ethN work too (-I addr already worked)
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
introduce and use xdup2(int, int)
Denis Vlasenko
2007-07-02
ping: fix non-fancy ping6
Denis Vlasenko
2007-06-19
ping: fix incorrect handling of -I (Iouri Kharon <bc-info@styx.cabel.net>)
Denis Vlasenko
2007-06-18
ping: fix write-after-allocated-mem bug
Denis Vlasenko
2007-06-16
pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-06-04
ping: stop using data/bss
Denis Vlasenko
2007-05-27
ping: fix wrong sign extension of packet id (bug 1373)
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-12
- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...
Bernhard Reutner-Fischer
2007-03-03
ping: don't measure times if ping payload is less than 8 bytes;
Denis Vlasenko
2007-02-09
ping: reuse another bit of common code. -60 bytes
Denis Vlasenko
2007-02-09
ping: support -I addr in family neutral manner; reuse a bit of common code
Denis Vlasenko
2007-02-04
add x to IPv6 functions which can die
Denis Vlasenko
[next]