summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* added two new bugsThomas Habets2009-09-302-0/+34
* Also test on IRIXThomas Habets2009-09-271-0/+1
* Removed double 'const'Thomas Habets2009-09-271-1/+1
* Merge branch 'master' of http://cvs.habets.pp.se/~marvin/git/arpingThomas Habets2009-09-2723-1687/+10406
|\
| * Added GNU-style footer to extended helpThomas Habets2009-09-201-0/+3
| * Added homepage and git url to manpageThomas Habets2009-09-202-0/+8
| * Fixed small things in manpage, and added an examples sectionThomas Habets2009-09-202-16/+76
| * Build stuff, and added --help for extended helpThomas Habets2009-09-204-23/+91
| * Added homepage and git url info to top of READMEThomas Habets2009-09-201-0/+2
| * Check for -lsocket and -lnsl before -lnet. (Solaris compile fix)Thomas Habets2009-09-203-14/+150