| 1 |
Revision history for Perl extension AnyEvent::FastPing |
| 2 |
|
| 3 |
TODO: range interleaving |
| 4 |
TODO: rcvbuf/sndbuf, arp cache size |
| 5 |
TODO: /proc/sys/net/ipv4/neigh/default/gc_thresh1 |
| 6 |
|
| 7 |
2.02 Mon Oct 13 13:14:40 CEST 2014 |
| 8 |
- fix a bug in the checksumming algorithm. |
| 9 |
|
| 10 |
2.01 Sun Feb 6 01:23:25 CET 2011 |
| 11 |
- add_hosts now allows mixed ipv4 and ipv6 addresses. |
| 12 |
- netbsd and solaris lack PTHREAD_STACK_MIN. sigh. |
| 13 |
|
| 14 |
2.0 Wed Feb 2 21:20:11 CET 2011 |
| 15 |
- use completely different object-oriented API. more complex, but |
| 16 |
also much more flexible. |
| 17 |
- support host lists in addition to ranges. |
| 18 |
- support per-pinger receive callbacks, no more global callback stuff. |
| 19 |
- no longer embed floating point values in packet, to avoid relying |
| 20 |
on isnormal. |
| 21 |
- use slightly faster ipv4 checksumming function. |
| 22 |
- better cope with high overload conditions by using exponential backoff. |
| 23 |
- add missing - sigh - common::sense dependency. |
| 24 |
|
| 25 |
1.15 Sun Jan 30 00:55:10 CET 2011 |
| 26 |
- famous last words: final 1.x API release. |
| 27 |
- bin/fastping didn't support ipv4 anymore, due to a thinko :/. |
| 28 |
|
| 29 |
1.14 Sun Jan 30 00:36:19 CET 2011 |
| 30 |
- likely last 1.x release. |
| 31 |
- use common sense. |
| 32 |
- convert to AE API. |
| 33 |
- convert bin/fastping to AnyEvent::Socket, so Socket6 is |
| 34 |
no longer required. |
| 35 |
- enable ipv6 on freebsd, netbsd, openbsd, as it seems they |
| 36 |
got thier header file horrors sorted out. |
| 37 |
- enable on cygwin, which lacks netinet/icmp6.h, but otherwise |
| 38 |
might work (untested). |
| 39 |
|
| 40 |
1.13 Wed Apr 7 16:12:38 CEST 2010 |
| 41 |
- fix prototype of register_cb to match documentation. |
| 42 |
|
| 43 |
1.12 Tue Nov 17 22:37:48 CET 2009 |
| 44 |
- enhance portability slightly. |
| 45 |
- convert to c89. |
| 46 |
|
| 47 |
1.11 Sun May 18 22:09:13 CEST 2008 |
| 48 |
- fix #ifdef APPLE logic. why does apple actively hurt |
| 49 |
free sofwtare development so much? |
| 50 |
- restore ipv6 support on non-broken==non-darwin platforms. |
| 51 |
|
| 52 |
1.1 Sat May 17 23:47:05 CEST 2008 |
| 53 |
- try to improve portability here and there. |
| 54 |
|
| 55 |
1.0 Sun Apr 27 17:43:24 CEST 2008 |
| 56 |
- rename from Net::FPing to AnyEvent::FastPing. |
| 57 |
|
| 58 |
0.9 Tue May 15 21:24:22 CEST 2007 |
| 59 |
- document net-fping output format. |
| 60 |
- count iterations from 1 in net-fping. |
| 61 |
- clarified license. |
| 62 |
|
| 63 |
0.02 Sun May 6 01:16:52 CEST 2007 |
| 64 |
- randomise the magic number used a bit so multiple net-fpings |
| 65 |
running on the same host do not see each others' replies. |
| 66 |
- net-fping did not accept its floating-point arguments. |
| 67 |
- add -h and usage to net-fping. |
| 68 |
- skip ping tests when !root. |
| 69 |
|
| 70 |
0.01 Fri May 4 02:02:04 CEST 2007 |
| 71 |
- cloned from Convert-Scalar. |
| 72 |
|