summaryrefslogtreecommitdiff
path: root/arping.c
Commit message (Expand)AuthorAgeFilesLines
* arping: fix sent vs received packages return valueSami Kerola2019-07-051-1/+1
* common: move various fallback definitions into iputils_common.hPetr Vorel2019-06-101-9/+0
* arping: fix packets countMikhail Efremov2019-03-311-9/+4
* arping, ninfod, ping: tidy cppcheck warningsSami Kerola2019-03-241-2/+1
* arping, ping: fix struct member access within null pointerSami Kerola2019-03-231-1/+2
* documentation: fix various spelling typosSami Kerola2019-03-091-1/+1
* various: be careful with numeric inputsSami Kerola2019-02-031-3/+3
* clang scan-build: fix various build warningSami Kerola2019-02-021-1/+1
* arping: remove unnecessary header inclusionsSami Kerola2019-01-011-6/+0
* arping: rename functions for greater claritySami Kerola2019-01-011-7/+7
* arping: move raw socket open after option parsingSami Kerola2019-01-011-8/+6
* arping: stop printing usage() output when -I is neededSami Kerola2019-01-011-1/+0
* arping: add guess_device() to aviod -I option most of the timeSami Kerola2019-01-011-10/+144
* arping: remove sysfs and ioctl() from find_device()Sami Kerola2019-01-011-361/+19
* libcommon: check standard streams status at exitSami Kerola2019-01-011-0/+1
* arping: use error() to report command errorsSami Kerola2018-12-221-116/+67
* localization: move nls headers to iputils_common.hSami Kerola2018-12-181-14/+1
* localization: arping, ping, ping6, tracepath and traceroute6Tomohiro "Tomo-p" KATO2018-12-171-28/+48
* arping: use monotonic raw clock when measuring reply timesSami Kerola2018-11-111-3/+3
* arping: improve coding styleSami Kerola2018-11-111-211/+206
* arping: use signalfd() and timerfd() rather than signalsSami Kerola2018-11-111-106/+156
* arping: fix getifaddrs() and sysfs memory leaksSami Kerola2018-11-111-6/+9
* arping: remove unnecessary set_device_broadcast...() functionsSami Kerola2018-11-111-36/+15
* arping: reuse runstate function argument when possibleSami Kerola2018-11-111-60/+41
* arping: remove global variables by using a run state structSami Kerola2018-11-111-198/+226
* arping: fix undefined behavior detector [UBSan]Sami Kerola2018-10-251-9/+7
* arping: support -i interval optionIhar Hrachyshka2018-10-221-2/+7
* arping: honor setting source to 0.0.0.0Jens Låås2018-10-221-4/+4
* warnings: fix minor issuesSami Kerola2018-10-031-1/+1
* build-sys: use HAVE_LIBCAP to determine libcap code should be compiledSami Kerola2018-10-031-6/+6
* build-sys: make version number to update at each commitSami Kerola2018-10-031-3/+1
* arping, ping: consider getifaddrs() being available everywhereSami Kerola2018-10-031-12/+0
* usage: unify usage outputs, and improve their helpfulnessSami Kerola2018-10-031-16/+19
* arping: fix assignment ambiguitySami Kerola2018-10-031-1/+1
* warnings: fix multiple signed and unsigned integer expressionsSami Kerola2018-10-031-4/+4
* warnings: remove variable shadowingSami Kerola2018-10-031-35/+38
* build-sys: make meson to do everything neededSami Kerola2018-10-031-2/+2
* Fix build on MUSLAric Belsito2018-07-111-0/+7
* Merge pull request #97 from nmav/tmp-idn2David Heidelberg2017-10-301-1/+0
|\
| * arping,tracepath: removed unused idna headerNikos Mavrogiannopoulos2017-08-241-1/+0
* | arping: do not use libsysfs to read from /sysSami Kerola2017-10-081-34/+22
|/
* arping: exit if network disappears while runningJan Synacek2017-03-011-0/+2
* arping,doc: fix documentation of -IJan Synacek2016-09-091-1/+1
* make `getaddrinfo()` and `getnameinfo()` usage consistentPavel Šimerda2015-06-181-18/+12
* cleanup, get rid of if(1), #if 0 and constify onDavid Heidelberger2014-05-051-15/+0
* arping: Clarify and correct interaction of -c and -w optionsDavid Gibson2014-04-301-2/+10
* arping: Use monotonic clock for timeoutsDavid Gibson2014-04-301-22/+35
* arping: Avoid confusing local namesDavid Gibson2014-04-301-10/+10
* arping: fix arping hang if SIGALRM is blockedJan Synacek2014-04-251-4/+10
* arping: return immediatelyHendrik Lönngren2014-04-181-1/+1