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: fix typo in --help text
Henrique Rodrigues
2022-08-02
1
-2
/
+2
*
Fix ping build on the FreeBSD
Alex Samorukov
2021-01-04
1
-0
/
+38
*
ping6: add -w/-W NUM to --help
Denys Vlasenko
2020-12-20
1
-6
/
+10
*
ping: fix -wN to not think that one packet is always lost
Denys Vlasenko
2020-12-20
1
-5
/
+4
*
help text tweaks, mainly expanding one for route
Denys Vlasenko
2020-12-18
1
-4
/
+4
*
traceroute: even with -v, don't show other ping processes reply's
Denys Vlasenko
2020-12-13
1
-0
/
+10
*
gcc-9.x warning fixes
Denys Vlasenko
2020-10-01
1
-2
/
+2
*
build system: drop PLATFORM_LINUX
Ron Yorston
2020-08-13
1
-1
/
+0
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-8
/
+8
*
config: update size information
Denys Vlasenko
2018-12-28
1
-2
/
+2
*
ping: use setitimer() instead of ualarm()
Denys Vlasenko
2018-08-25
1
-2
/
+8
*
ping: implement -i SEC
Denys Vlasenko
2018-08-03
1
-5
/
+15
*
ping: don't call monotonic_us twice per sending the ping
Denys Vlasenko
2018-02-13
1
-10
/
+11
*
ping: implement -A "adaptive ping"
Denys Vlasenko
2018-02-13
1
-40
/
+60
*
networking: Fall back on IPPROTO_RAW when SOL_RAW is not defined
James Clarke
2017-10-30
1
-0
/
+8
*
regularize format of source file headers, no code changes
Denys Vlasenko
2017-09-18
1
-22
/
+21
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
1
-4
/
+8
*
do not use `a' quoting style in comments
Denys Vlasenko
2017-08-02
1
-1
/
+1
*
ping: fix help text to show what parameter -p takes
Denys Vlasenko
2017-07-21
1
-2
/
+2
*
ping: better config help text for FEATURE_FANCY_PING
Denys Vlasenko
2017-07-21
1
-6
/
+5
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-5
/
+5
*
libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA
Denys Vlasenko
2017-07-20
1
-1
/
+1
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-2
/
+2
*
Spelling fixes in comments, documentation, tests and examples
Denys Vlasenko
2017-04-17
1
-2
/
+2
*
make --help texts smaller
Denys Vlasenko
2017-01-21
1
-5
/
+5
*
Make ping6 and traceroute6 selectable independently from ping/traceroute
Denys Vlasenko
2016-11-23
1
-5
/
+7
*
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-06
1
-2
/
+2
*
ping: populate icmp_id field for "simple" ping too
Jonas Danielsson
2016-06-23
1
-0
/
+8
*
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
1
-1
/
+2
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-2
/
+3
*
libbb: introduce kernel-style BUILD_BUG_ON()
Denys Vlasenko
2015-10-13
1
-6
/
+2
*
ping: fix recently introduced build breakage for non-optimizing builds
Denys Vlasenko
2015-08-25
1
-1
/
+1
*
libbb: add setsockopt_foo helpers
Denys Vlasenko
2015-08-24
1
-8
/
+8
*
Merge setsockopt error messages
Denys Vlasenko
2015-08-24
1
-1
/
+1
*
ping: add -p to specify data pattern
Florian Fainelli
2014-08-27
1
-9
/
+16
*
ping: revert "try SOCK_DGRAM if no root privileges"
Denys Vlasenko
2014-01-09
1
-16
/
+3
*
ping: try SOCK_DGRAM if no root privileges
Daniel Borca
2013-11-28
1
-3
/
+16
*
Fix some compiler warnings emitted by gcc-4.8.0
Denys Vlasenko
2013-10-16
1
-1
/
+1
*
ping: code shrink
Denys Vlasenko
2013-06-28
1
-13
/
+14
*
Move create_icmp[6]_socket to its only user, and simplify it
Denys Vlasenko
2013-06-28
1
-20
/
+44
*
ping[6]: accept and ignore -n. Code shrink
Denys Vlasenko
2013-03-15
1
-27
/
+34
*
whitespace fixes. no code changes
Denys Vlasenko
2013-01-14
1
-1
/
+1
*
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
[next]