Changed TCP ping method.
[pingcheck] / ChangeLog
CommitLineData
07eb3cfe
GMF
1v1.5 - 2012-03-21 - DNS for IPv6
2---------------------------------
3 - Added DNS address resolution for IPv6 (i.e. 'AAAA' resource records);
4 - Added support for more than one protocol per host;
5 - Many code improvements;
6
7
681dd202
GMF
8v1.4 - 2012-03-14 - Network Interface per host
9---------------------------------
10 - Each host may define its own source network interface, or it can use a
11 global network interface;
12
13
d76bddcc
GMF
14v1.3 - 2012-02-21 - Test cases
15---------------------------------
16 - Test cases for the major classes;
17 - Refactor of configuration classes;
18 - Possibility to change the log level on-the-fly;
19 - Many fixes resulting from test cases;
20
21
4d095fa1
GMF
22v1.2 - 2011-12-11 - IPv6 ping
23---------------------------------
24 - ICMPv6 ping;
25 - TCP ping over IPv6;
26
27
768d0eaf
GMF
28v1.1 - 2011-08-26 - TCP ping
29---------------------------------
30 - TCP ping throught ACK/RST segments at configurable transport layer port;
31 - Improvement of MessagePayload class with append(), also a 32 bits versions of
32 encode() and decode() methods;
33
34
35v1.0 - 2011-07-30 - ICMP ping
36---------------------------------
37 - Released the first version of pingcheck with support to a basic ICMP ping
38 through Echo Request, Echo Reply and Destination Unreachable packets;
39 - DNS resolver for IPv4 addresses through Andreas Haberstroh's Boost DNS
40 library;
41 - Caching of DNS resolved addresses until its time-to-live expires, which will
42 cause another query;
43 - The list of host to ping can be provided by a configuration file or by
44 command line;
45 - Using libi2ncommon for logging services;