summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * arping: honor setting source to 0.0.0.0Jens Låås2018-10-221-4/+4
|/
* Merge pull request #153 from kerolasa/pull-122Sami Kerola2018-10-221-20/+48
|\
| * ping: add support for sub-second timeoutsClaudius Zingerli2018-10-211-20/+48
| * ping: zorbid zero timeoutClaudius Zingerli2018-10-211-1/+1
* | Merge pull request #140 from kanehuange/ping-duration-timeSami Kerola2018-10-211-1/+1
|\ \ | |/ |/|
| * fix ping duration time errorKane Huang2018-07-301-1/+1
* | tracepath: remove references to tracepath6Sami Kerola2018-10-193-5/+10
* | Merge pull request #151 from kerolasa/more-build-sys-fixesSami Kerola2018-10-183-6/+59
|\ \
| * | build-sys: add rdisc systemd fileSami Kerola2018-10-162-0/+38
| * | build-sys: add cap_net_raw to arping, clockdiff and rarpdSami Kerola2018-10-162-6/+21
|/ /
* | build-sys: Check if optional idn2 was foundVictor Toso2018-10-161-2/+4
* | ping: Fallback raw protocol for EPROTONOSUPPORT also on IPv4Petr Vorel2018-10-151-4/+6
* | Merge pull request #149 from kerolasa/unit-filesSami Kerola2018-10-156-7/+92
|\ \
| * | ninfod: add systemd service unit fileSami Kerola2018-10-152-5/+43
| * | rarpd: integrate systemd service file with build-systemSami Kerola2018-10-154-14/+47