summaryrefslogtreecommitdiff
path: root/ping/ping.c
Commit message (Expand)AuthorAgeFilesLines
* ping: Fix the errno handling for strtodJacek Tomasiak2023-02-071-0/+4
* ping: Allow over-PMTU-sized packets with DF set using PMTUDISC_PROBEcsalinezh2023-02-071-1/+4
* ping: Add an option to Call connect() before sending/receivingGal Pressman2022-11-221-2/+9
* all: Print config options on -VPetr Vorel2022-11-111-0/+1
* ping: Quote ai_canonnamePetr Vorel2022-11-111-1/+1
* ping: print more debug info on -v in create_socket()Petr Vorel2022-11-111-2/+8
* ping: Refactor style in create_socket()Petr Vorel2022-11-111-7/+13
* ping: Print debug info into stderrPetr Vorel2022-11-111-1/+1
* ping: Print warning on -v when forced raw socketPetr Vorel2022-11-111-1/+5
* ping: use SOCK_DGRAM for requests with non zero identification field.Vadim Rumyantsev2022-11-111-17/+8
* Revert "ping: do not bind to device when destination IP is on device"Xin Long2022-11-111-6/+0
* ping: Print socket type and address family on -vPetr Vorel2022-11-091-0/+42
* ping: Add option -e to set Identifier field for ICMP ECHO_REQUESTVadim Rumyantsev2022-11-071-5/+36
* ping/ping.c: More style fixesPetr Vorel2022-10-261-3/+8
* ping/ping.c: Bracket style fixesVadim Rumyantsev2022-10-261-2/+4
* ping: Drop capabilities for IPv4Thomas Habets2022-10-111-0/+2
* ping: Make ping_rts struct staticPetr Vorel2022-09-301-1/+1
* ping: Fix socket error reportingPetr Vorel2022-08-151-5/+1
* ping: Print warning on missing '%'-notationPetr Vorel2022-06-171-0/+9
* man/ping: Use "ICMP datagram socket"Petr Vorel2022-06-171-1/+1
* ping: Fix potential memory leakagelvgenggeng2022-06-171-0/+1
* ping: fix -m (SO_MARK) in 32-bit archsLuiz Angelo Daros de Luca2022-06-151-1/+1
* tree: Make _GNU_SOURCE mandatoryPetr Vorel2022-03-141-0/+2
* ping: Set mark (SO_MARK) on probe socketPaul Donohue2021-12-071-0/+3
* ping: mark is unsigned int, not signedLuiz Angelo Daros de Luca2021-11-161-1/+1
* ping: cleanup (DRY)Petr Vorel2021-11-101-69/+44
* ping: Print reply with wrong source with warningPetr Vorel2021-11-081-4/+6
* ping: Remove 'unsupported IPv6' warning on disabled IPv6Byron Stanoszek2021-09-191-2/+2
* Revert "Add strict pattern matching on response when pattern was provided"Petr Vorel2021-05-271-2/+0
* ping: Restore -W 0 as infinite timeoutPetr Vorel2021-01-221-1/+1
* ping: process interrupts in ping*_receive_error_msgArtem Leshchev2020-11-171-1/+4
* ping: Fix grammar in error messagePetr Vorel2020-08-211-1/+1
* ping: Fix handling decimal separator for -i/-W optPetr Vorel2020-08-181-5/+5
* doc: Fix function name, add missing bracketPetr Vorel2020-08-101-1/+1
* ping: Add missing preprocesses checks around setlocale() callsNoah Meyerhans2020-08-051-0/+5
* ping: strictsource option not set when using -BDuncan Eastoe2020-07-051-1/+1
* ping: fix unwanted loss of precisionRosen Penev2020-05-251-2/+2
* ping: Use C locale for parsing -i/-W without IDNJoerg Vehlow2020-05-061-4/+2
* ping: discard packets with wrong source addressMatteo Croce2020-03-121-0/+3
* ping: print the gateway with the correct endiannessMatteo Croce2020-02-111-1/+1
* ping: fix ping6 name resolution for hostnames with link-local addressesRonan Pigott2020-02-081-0/+18
* ping: try next addrinfo on connect failureBenjamin Poirier2019-12-311-0/+3
* ping: fix main loop over multiple addrinfo resultsBenjamin Poirier2019-12-311-1/+5
* ping: remove dead codeBenjamin Poirier2019-12-311-8/+6
* ping: AF_INET6 is address family not socket type [lgtm scan]Sami Kerola2019-12-071-1/+1
* ping: allow -i and -W option arguments contain garbage inputSami Kerola2019-11-291-2/+4
* arping / ping: fix couple warningsSami Kerola2019-11-231-1/+2
* ping6: missing init of v6 socket address familyPatrick Ruddy2019-11-191-0/+1
* ping: use random value for the identifier fieldMatteo Croce2019-10-211-1/+3
* ping: fix some initialization warningsMaciej Żenczykowski2019-10-161-2/+1