summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* arping: remove libsysfs support, long time unsupportedcleanupDavid Heidelberger2014-05-092-273/+7
* cleanup, get rid of if(1), #if 0 and constify onDavid Heidelberger2014-05-053-60/+20
* get rid of unused lint and copyright arrayDavid Heidelberger2014-05-055-39/+0
* Merge pull request #4 from jsynacek/devel2David Heidelberger2014-04-305-50/+74
|\
| * arping: Clarify and correct interaction of -c and -w optionsDavid Gibson2014-04-302-4/+12
| * arping: Use monotonic clock for timeoutsDavid Gibson2014-04-302-23/+37
| * arping: Avoid confusing local namesDavid Gibson2014-04-301-10/+10
| * ping_common.c: fix message flood when EPERM is encountered in pingJan Synacek2014-04-251-3/+5
| * arping: fix arping hang if SIGALRM is blockedJan Synacek2014-04-251-4/+10
| * ninfod: Fix more unused variables.Jan Synacek2014-04-251-7/+1
|/
* rdisc: ifdef only apply on historic glibc < 2David Heidelberger2014-04-241-1/+1
* iputils-s20140420s20140420David Heidelberger2014-04-203-2/+15
* tftpd: check return value of set*id callsMike Frysinger2014-04-201-3/+6
* fix handling of CFLAGSMike Frysinger2014-04-201-8/+5
* ping6: allow disabling of openssl supportMike Frysinger2014-04-202-2/+17
* doc: fix parallel build of html/man pagesMike Frysinger2014-04-201-12/+24
* improve gitignoreMike Frysinger2014-04-192-22/+25
* improve autobuild bot configurationDavid Heidelberger2014-04-191-4/+12
* iputils-s20140419s20140419David Heidelberger2014-04-194-3/+58
* .travis.yml, improve build testingDavid Heidelberger2014-04-181-0/+7
* add README.mdDavid Heidelberger2014-04-181-0/+23
* Makefile: set CC only if it's not defined beforeDavid Heidelberger2014-04-181-1/+1
* fix tracepath docsDavid Heidelberger2014-04-182-5/+8
* remove bogus check required for < 2.4.9 kernelsNoah Meyerhans2014-04-181-24/+1
* replace gethostbyname with gethostbyname2Jeremie Koenig2014-04-182-3/+3
* ping: flush stdout when a truncated response is receivedChristophe Le Roy2014-04-182-2/+6
* arping: return immediatelyHendrik Lönngren2014-04-181-1/+1
* tracepath: return correct number of hopsBjørn Mork2014-04-182-12/+14
* Disable DNS-lookup on every pingMatija Nalis2014-04-182-3/+13
* Only emit an audible ping when requested (including flooding).David Fries2014-04-182-10/+10
* ping_common.c: fix typoDavid Heidelberger2014-04-181-1/+1
* add .gitignore and .travis.ymlDavid Heidelberger2014-04-182-0/+30
* replace u_TYPE with compilant unsigned TYPEDavid Heidelberger2014-04-188-69/+69
* replace non-POSIX compilant caddr_t with char *David Heidelberger2014-04-181-1/+2
* fix ifdef to apply only on uclibc and old glibcDavid Heidelberger2014-04-181-1/+1
* protocol/timed.h is no longer requiredDavid Heidelberger2014-04-181-1/+0
* fix include paths, now compile with both glibc and muslDavid Heidelberger2014-04-184-16/+17
* in case that HZ is undefined, define itDavid Heidelberger2014-04-181-0/+4
* add missing limits.hDavid Heidelberger2014-03-082-0/+2
* tracepath, tracepath6: Support -m (maximum hops) option.YOSHIFUJI Hideaki2013-02-163-4/+37
* ping, ping6: fix building with older linux headers that don't define SO_MARKYOSHIFUJI Hideaki2013-02-151-0/+2
* tracepath, tracepath6: re-use printf return in print_hostMike Frysinger2013-02-152-14/+8
* ninfod: Open pidfile exclusively for write.YOSHIFUJI Hideaki2013-02-151-1/+18
* ninfod: Clean up signal/logfile handlingYOSHIFUJI Hideaki2013-02-151-34/+52
* rdisc: Fix memory leakage in initifs() in error path.YOSHIFUJI Hideaki2013-01-251-6/+4
* ping doc: Fix typo.Jan Synacek2013-01-191-1/+1
* ping6: Fix build command line argument with gnutls.Arjan van de Ven2013-01-161-1/+1
* iputils-s20121221s20121221YOSHIFUJI Hideaki2012-12-214-3/+22
* ninfod: Allow printing usage without permission errors.YOSHIFUJI Hideaki2012-12-211-28/+29
* ninfod: Support GNU TLS.YOSHIFUJI Hideaki2012-12-214-8/+114