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