summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Upped version to 2.11arping-2.11Thomas Habets2012-02-287-3980/+3210
* For autodetection make sure interface is upThomas Habets2012-02-281-0/+3
* Fix null pointer dereference in interface finding code.Thomas Habets2012-02-281-0/+8
* Upped version to 2.10arping-2.10Thomas Habets2012-02-263-12/+12
* Only set BIOCIMMEDIATE if it's actually defined.Thomas Habets2011-11-291-1/+1
* correct docs wrt dots and bangsThomas Habets2011-11-223-3/+3
* Removed BugsEverywhere database. Moved to github.com issue tracker.Thomas Habets2011-11-2212-162/+0
* Added some commentsThomas Habets2011-11-164-2/+25
* Updated generated filesThomas Habets2011-11-161-2/+3
* Improved INSTALL instructions a bit.Thomas Habets2011-11-161-3/+10
* Be less verbose at verbosity level 1Thomas Habets2011-11-161-2/+2
* Code reorg: put windows code in separate file.Thomas Habets2011-11-165-117/+218
* Cleaned up interface-finding code.Thomas Habets2011-11-157-64/+53
* Code cleanup.Thomas Habets2011-11-051-57/+55
* use match_count to see if findif found somethingThomas Habets2011-11-051-3/+2
* Updated generated filesThomas Habets2011-11-032-10/+10
* Updated contact email thomas@habets.pp.se -> thomas@habets.seThomas Habets2011-11-039-14/+14
* Compile fix when there's no monotonic clockThomas Habets2011-11-031-1/+4
* Updated autogenerated filesThomas Habets2011-11-013-17/+43
* Added getifaddrs() and native BSD versions of findif.Thomas Habets2011-11-016-15/+378
* Find CLOCK_MONOTONIC on OpenBSDThomas Habets2011-11-011-0/+1
* Merge from mainlineThomas Habets2011-11-019-105/+387
|\
| * used bsd interface-finding code on MacOSX tooThomas Habets2010-09-062-2/+2
| * changed from poll() to select() to work around bug in MacOSX.Thomas Habets2010-09-061-4/+5
| * Use monotonic clock to time out waiting for a replyThomas Habets2010-09-054-11/+265
| * use sig_atomic_t for sigint recordingThomas Habets2010-08-091-1/+1
| * Options should be minuses in manpage, not hyphens.Thomas Habets2010-05-053-48/+57
| * regenerated manpageThomas Habets2010-05-051-9/+9
| * manpage tweak to fit in 80 columnsThomas Habets2010-05-051-9/+9
| * fix manpage warning (line too long)Thomas Habets2010-05-042-2/+7
| * silence cast warning on some archsThomas Habets2010-05-031-4/+4
| * documented how to configure on openbsdThomas Habets2010-05-031-1/+5
| * Corrected IRIX configure exampleThomas Habets2010-05-031-3/+3
| * Applied kfreebsd.patch from debian. Thanks to Petr Salinger.Thomas Habets2010-05-031-1/+1
| * Don't fail if not uid 0. We may have capabilities anyway, so try to go onThomas Habets2010-05-032-9/+16
* | 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