summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build-sys: change gettext and rarpd build defaultsfix-issue-162Sami Kerola2018-12-201-3/+3
* man: reindent xml filesSami Kerola2018-12-209-1580/+2325
* man: update to docbook 5Sami Kerola2018-12-209-65/+44
* man: update rdisc compilation option notesSami Kerola2018-12-201-2/+2
* man: fix rarpd command name in synopsisSami Kerola2018-12-202-1/+2
* ping: fix warning when compiled with USE_CRYPTO=noneSami Kerola2018-12-191-0/+1
* ping: earlier localization commit broke musl buildSami Kerola2018-12-181-0/+2
* localization: move nls headers to iputils_common.hSami Kerola2018-12-186-70/+24
* localization: add ja.poTomohiro "Tomo-p" KATO2018-12-172-1/+1681
* localization: arping, ping, ping6, tracepath and traceroute6Tomohiro "Tomo-p" KATO2018-12-1714-330/+1993
* clockdiff: avoid use of uninitialized variablesSami Kerola2018-12-161-2/+2
* clockdiff: split measure() to two functionsSami Kerola2018-12-161-156/+187
* clockdiff: merge measure() and measure_opt() functionsSami Kerola2018-12-161-214/+65
* clockdiff: remove global variablesSami Kerola2018-12-161-130/+140
* clockdiff: improve coding styleSami Kerola2018-12-161-278/+270
* build-sys: use strictest meson warning levelninfod-warningsSami Kerola2018-12-011-1/+1
* ninfod: fix couple warningsSami Kerola2018-12-011-8/+13
* docs: disable man page builds when xsltproc does not workSami Kerola2018-11-111-2/+11
* ping: make ping_strtod() fail path more obviousSami Kerola2018-11-111-3/+2
* traceroute6: get smallest unprivileged port from kernel runtimeSami Kerola2018-11-111-1/+15
* traceroute6: explain all number constantsSami Kerola2018-11-111-35/+75
* traceroute6: use monotonic clockSami Kerola2018-11-111-13/+19
* traceroute6: remove global variables by using a run state structSami Kerola2018-11-111-122/+131
* traceroute6: improve coding styleSami Kerola2018-11-111-195/+168
* traceroute6: make command to compile without function prototypesSami Kerola2018-11-111-307/+269
* tracepath: move repeated function arguments to runtime configSami Kerola2018-11-111-49/+50
* tracepath: calculate milliseconds in output carefullySami Kerola2018-11-111-3/+4
* tracepath: do not continue execution with illegal -m valueSami Kerola2018-11-111-0/+1
* tracepath: explain all number constantsSami Kerola2018-11-111-19/+36
* tracepath: improve coding styleSami Kerola2018-11-111-101/+105
* tracepath: remove global variables by using a run state structSami Kerola2018-11-111-95/+105
* arping: use monotonic raw clock when measuring reply timesSami Kerola2018-11-111-3/+3
* build-sys: arping rarely needs -lrt linkingSami Kerola2018-11-111-1/+5
* 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
* ping: do not bind to device when destination IP is on deviceSami Kerola2018-11-111-0/+6
* ninfod: remove dead codeSami Kerola2018-10-313-19/+0
* ping: fix global variable scopeSami Kerola2018-10-281-1/+1
* build-sys: tidy up project a little bitSami Kerola2018-10-288-25/+16
* build-sys: hardcode ninja version to v1.8.2Sami Kerola2018-10-281-1/+1
* misc: fix couple typosSami Kerola2018-10-276-9/+9
* arping: fix undefined behavior detector [UBSan]Sami Kerola2018-10-251-9/+7
* ninfod: use build-sys to define if syslog messages are enabledSami Kerola2018-10-255-11/+14
* ping: check getifaddrs(3) ifa_name data before useSami Kerola2018-10-222-2/+4
* arping: support -i interval optionIhar Hrachyshka2018-10-222-2/+13
* Merge pull request #154 from kerolasa/pull-84Sami Kerola2018-10-221-4/+4
|\