summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Florian Forster [Mon, 29 May 2006 08:01:55 +0000 (10:01 +0200)]
Bumped the version to 0.2.0. Completed the ChangeLog entry.
octo [Fri, 19 May 2006 14:47:06 +0000 (14:47 +0000)]
Reverse the ordering of the hosts.
octo [Fri, 19 May 2006 14:40:57 +0000 (14:40 +0000)]
Display a line of the following form when starting `oping':
PING www.ipv6.org (2001:6b0:1:ea:202:a5ff:fecd:13a6) 56 bytes of data.
octo [Thu, 18 May 2006 11:42:58 +0000 (11:42 +0000)]
Improved oping: Save the sequence in an `unsigned int' rather than a `uint16_t' and print the received bytes.
octo [Tue, 16 May 2006 19:11:38 +0000 (19:11 +0000)]
Updated changelog: Added the post version-0.1 changes..
octo [Tue, 16 May 2006 19:10:46 +0000 (19:10 +0000)]
Correct the calculation of the standard deviation.
octo [Mon, 15 May 2006 20:56:32 +0000 (20:56 +0000)]
Implemented better handling of the DATA stuff.. Needs to be implemented still.
But for now data can be assigned to ping_objs, it's inherited by ping_hosts and
can be retrieved by `ping_get_info'.
octo [Sun, 14 May 2006 21:11:09 +0000 (21:11 +0000)]
Implemented the possibility to set the buffer being sent. This allows larger/smaller packets to be sent.
octo [Sun, 14 May 2006 08:01:55 +0000 (08:01 +0000)]
Make iterator_get_info return the sequence as an unsigned int, rather than an uint16_t.
octo [Fri, 12 May 2006 15:51:27 +0000 (15:51 +0000)]
Implemented `-h' option.
Allow non-root users to get syntax information.
Use correct computation of standard deviation.
octo [Fri, 12 May 2006 15:41:11 +0000 (15:41 +0000)]
octo@huhu:~/liboping $ svn merge -r7:9 branches/liboping-0.1 trunk
octo [Fri, 12 May 2006 15:40:45 +0000 (15:40 +0000)]
Bumped version to 0.1.1
octo [Fri, 12 May 2006 15:40:28 +0000 (15:40 +0000)]
Added note about 0.1.1 to ChangeLog
octo [Fri, 12 May 2006 15:32:18 +0000 (15:32 +0000)]
octo@huhu:~/liboping $ svn merge -r2:3 trunk branches/liboping-0.1
octo [Fri, 12 May 2006 15:31:11 +0000 (15:31 +0000)]
octo@huhu:~/liboping $ svn cp tags/liboping-0.1.0 branches/liboping-0.1
octo [Fri, 12 May 2006 14:23:24 +0000 (14:23 +0000)]
Only display statistics in oping if packets have been received.
Also, don't devide by zero.
octo [Thu, 11 May 2006 18:14:24 +0000 (18:14 +0000)]
Added the calculation of `mdev' to `oping'
octo [Tue, 9 May 2006 05:34:03 +0000 (05:34 +0000)]
Fixed that nasty bug in the `sequence' code: Comparing an int with a short without casting.. Argh..
octo [Mon, 8 May 2006 14:23:26 +0000 (14:23 +0000)]
Copied trunk/ to tags/liboping-0.1.0
octo [Mon, 8 May 2006 14:16:34 +0000 (14:16 +0000)]
Created standard subversion directories.
Imported everything from the collectd repository.