|
| 1 | +[s20140419] |
| 2 | + |
| 3 | +Arjan van de Ven (1): |
| 4 | + ping6: Fix build command line argument with gnutls. |
| 5 | + |
| 6 | +Bjørn Mork (1): |
| 7 | + tracepath: return correct number of hops |
| 8 | + |
| 9 | +Christophe Le Roy (1): |
| 10 | + ping: flush stdout when a truncated response is received |
| 11 | + |
| 12 | +David Fries (1): |
| 13 | + Only emit an audible ping when requested (including flooding). |
| 14 | + |
| 15 | +David Heidelberger (13): |
| 16 | + add missing limits.h |
| 17 | + in case that HZ is undefined, define it |
| 18 | + fix include paths, now compile with both glibc and musl |
| 19 | + protocol/timed.h is no longer required |
| 20 | + fix ifdef to apply only on uclibc and old glibc |
| 21 | + replace non-POSIX compilant caddr_t with char * |
| 22 | + replace u_TYPE with compilant unsigned TYPE |
| 23 | + add .gitignore and .travis.yml |
| 24 | + ping_common.c: fix typo |
| 25 | + fix tracepath docs |
| 26 | + Makefile: set CC only if it's not defined before |
| 27 | + add README.md |
| 28 | + .travis.yml, improve build testing |
| 29 | + |
| 30 | +Hendrik Lönngren (1): |
| 31 | + arping: return immediately |
| 32 | + |
| 33 | +Jan Synacek (1): |
| 34 | + ping doc: Fix typo. |
| 35 | + |
| 36 | +Jeremie Koenig (1): |
| 37 | + replace gethostbyname with gethostbyname2 |
| 38 | + |
| 39 | +Matija Nalis (1): |
| 40 | + Disable DNS-lookup on every ping |
| 41 | + |
| 42 | +Mike Frysinger (1): |
| 43 | + tracepath, tracepath6: re-use printf return in print_host |
| 44 | + |
| 45 | +Noah Meyerhans (1): |
| 46 | + remove bogus check required for < 2.4.9 kernels |
| 47 | + |
| 48 | +YOSHIFUJI Hideaki (5): |
| 49 | + rdisc: Fix memory leakage in initifs() in error path. |
| 50 | + ninfod: Clean up signal/logfile handling |
| 51 | + ninfod: Open pidfile exclusively for write. |
| 52 | + ping, ping6: fix building with older linux headers that don't define SO_MARK |
| 53 | + tracepath, tracepath6: Support -m (maximum hops) option. |
| 54 | + |
| 55 | + |
1 | 56 | [s20121221] |
2 | 57 |
|
3 | 58 | YOSHIFUJI Hideaki (14): |
|
0 commit comments