summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Working gettimeofday->clock porting. But I don't like itbsd-timingThomas Habets2010-04-151-35/+38
* some time fixup thingies. Not correct yetThomas Habets2010-04-121-18/+191
* change verbosity limit for 'listen for...' messageThomas Habets2010-04-031-1/+1
* workaround for when there's no CLOCK_MONOTONIC (IRIX)Thomas Habets2010-04-021-1/+5
* change all gettimeofday()/timeval to clock_getclock()/timespecThomas Habets2010-04-021-119/+61
* changed ping_recv_unix to use clock_gettime() instead of gettimeofday()Thomas Habets2010-04-021-14/+52
* Merge fixarping-2.09Thomas Habets2010-04-011-2/+3
|\
| * comments and empty linesThomas Habets2010-03-311-3/+4
* | include inttypes if it exists. Fixes compile on IRIX.Thomas Habets2010-04-012-0/+8
* | updated copyright year to 2010Thomas Habets2010-04-011-1/+1
* | include poll.hThomas Habets2010-03-311-0/+1
* | Solved the timing issues on SolarisThomas Habets2010-03-311-46/+48
|/
* Added -e, beep when there is *no* reply (close bug e4a)Thomas Habets2009-11-061-6/+26
* Document what -d doesThomas Habets2009-11-061-1/+3
* default to own IP address when doing -dThomas Habets2009-11-061-0/+11
* Don't default to quiet when doing -dThomas Habets2009-11-061-1/+0
* Never show negative percentagesThomas Habets2009-11-051-4/+10
* Fixed -d option: return 1 if dups are foundThomas Habets2009-11-051-1/+19
* swap dots and bangsThomas Habets2009-10-261-2/+2
* speling fixThomas Habets2009-10-261-1/+1
* Changed C++ comments to C commentsThomas Habets2009-10-261-28/+28
* Comment and minor cleanups. Should not be any code changeThomas Habets2009-10-071-32/+38
* Comment cleanups, no code changeThomas Habets2009-10-075-8/+14
* findif_other compile fixThomas Habets2009-09-301-3/+4
* Compile fix for FreeBSDThomas Habets2009-09-303-7/+7
* More fixing with the build systemThomas Habets2009-09-302-7/+7
* More build system fixingThomas Habets2009-09-302-1/+1
* Split findif stuff into separate filesThomas Habets2009-09-305-126/+222
* Moved build system around a bitThomas Habets2009-09-303-128/+439
* start using uintXX_t instead of u_intXX_tThomas Habets2009-09-301-49/+29
* Removed double 'const'Thomas Habets2009-09-271-1/+1
* Added GNU-style footer to extended helpThomas Habets2009-09-201-0/+3
* Added homepage and git url to manpageThomas Habets2009-09-201-0/+4
* Fixed small things in manpage, and added an examples sectionThomas Habets2009-09-201-8/+38
* Build stuff, and added --help for extended helpThomas Habets2009-09-201-23/+67
* include config.hThomas Habets2009-09-201-2/+2
* moved arping.yodl into src/Thomas Habets2009-09-201-0/+94
* moved arping.c into src/Thomas Habets2009-09-201-0/+1415