summaryrefslogtreecommitdiff
Commit message (Collapse)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
|
* documented how to configure on openbsdThomas Habets2010-04-091-1/+5
|
* Merge branch 'arping-2.x' of git@github.com:ThomasHabets/arping into arping-2.xThomas Habets2010-04-041-1/+1
|\
| * change verbosity limit for 'listen for...' messageThomas Habets2010-04-031-1/+1
| |
* | Corrected IRIX configure exampleThomas Habets2010-04-041-3/+3
|/
* workaround for when there's no CLOCK_MONOTONIC (IRIX)Thomas Habets2010-04-021-1/+5
|
* Merge branch 'clock_gettime' into arping-2.xThomas Habets2010-04-024-108/+163
|\
| * 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-024-14/+127
|/
* Merge fixarping-2.09Thomas Habets2010-04-013-14/+15
|\
| * comments and empty linesThomas Habets2010-03-313-15/+16
| |
* | 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
|/
* upped version to 2.09Thomas Habets2010-03-312-11/+11
|
* new todo: send unsolicited ARPThomas Habets2010-03-161-0/+17
|
* New bug 915: Add -W, just like -w but specify in secondsThomas Habets2009-11-061-0/+17
|
* New bug 78b: don't let dups hide missing answers in total countsThomas Habets2009-11-061-0/+17
|
* Added -e, beep when there is *no* reply (close bug e4a)Thomas Habets2009-11-064-34/+36
|
* Document what -d doesThomas Habets2009-11-063-3/+7
|
* document where the binary ends upThomas Habets2009-11-061-1/+1
|
* 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
|
* Closed bug 23f: Handle receiving too many repliesThomas Habets2009-11-053-48/+9
|
* 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
|
* Added libnet clone urlThomas Habets2009-10-261-0/+1
|
* Changed C++ comments to C commentsThomas Habets2009-10-261-28/+28
|
* Will also test on arm before releaseThomas Habets2009-10-241-0/+1
|
* Comment and minor cleanups. Should not be any code changeThomas Habets2009-10-071-32/+38
|
* Comment cleanups, no code changeThomas Habets2009-10-078-9/+19
|
* Small (tiny) README & INSTALL fixesThomas Habets2009-10-072-7/+13
|
* Added example configure-lines to INSTALL fileThomas Habets2009-10-061-0/+14
|
* libnet.h is not optional. error out if ENOEXISTThomas Habets2009-10-062-0/+12
|
* Removed reference to old libnet bug. It's fixed nowadays.Thomas Habets2009-10-021-4/+0
|
* Solaris has route get like BSDThomas Habets2009-09-302-2/+2
|
* findif_other compile fixThomas Habets2009-09-301-3/+4
|
* Compile fix for FreeBSDThomas Habets2009-09-305-100/+20
|
* Turns out config.guess and config.sub are needed after allThomas Habets2009-09-304-2/+3186
|
* More fixing with the build systemThomas Habets2009-09-3010-171/+27
|
* More build system fixingThomas Habets2009-09-304-3/+155
|
* Split findif stuff into separate filesThomas Habets2009-09-305-126/+222
|
* Moved build system around a bitThomas Habets2009-09-309-201/+1188
|
* start using uintXX_t instead of u_intXX_tThomas Habets2009-09-301-49/+29
|
* autoconf: check for uintX_tThomas Habets2009-09-303-0/+335
|
* README updatesThomas Habets2009-09-301-27/+7
|