]> git.ipfire.org Git - thirdparty/mtr.git/log
thirdparty/mtr.git
12 years agofix building on osx 18/head
Markus Chou [Sat, 6 Jul 2013 17:01:10 +0000 (01:01 +0800)] 
fix building on osx

    On Linux, they use 'BIND_4_COMPAT' and #include <arpa/nameser_compat.h> in <arpa/nameser.h>
    On OSX, if 'BIND_8_COMPAT' is #defined, <arpa/nameser_compat.h> is #included in <arpa/nameser.h>

12 years agoMerge branch 'master' of github.com:traviscross/mtr
Roger Wolff [Sat, 6 Jul 2013 05:38:48 +0000 (07:38 +0200)] 
Merge branch 'master' of github.com:traviscross/mtr

12 years agoupdated NEWS.
Roger Wolff [Sat, 6 Jul 2013 05:38:41 +0000 (07:38 +0200)] 
updated NEWS.

12 years agoremoved double negatives for ipinfo define.
Roger Wolff [Sat, 6 Jul 2013 05:36:42 +0000 (07:36 +0200)] 
removed double negatives for ipinfo define.

12 years agoadded typo fix.
R.E. Wolff [Fri, 5 Jul 2013 13:45:52 +0000 (15:45 +0200)] 
added typo fix.

12 years agoupdated NEWS.
Roger Wolff [Fri, 5 Jul 2013 09:41:44 +0000 (11:41 +0200)] 
updated NEWS.

12 years agoglib dependency fixes.
Roger Wolff [Fri, 5 Jul 2013 09:40:02 +0000 (11:40 +0200)] 
glib dependency fixes.

12 years agoupdated NEWS.
Roger Wolff [Thu, 4 Jul 2013 10:38:36 +0000 (12:38 +0200)] 
updated NEWS.

12 years agofix for NetBSD: 64bit time_t -- Thomas Klausner
Roger Wolff [Thu, 4 Jul 2013 10:37:39 +0000 (12:37 +0200)] 
fix for NetBSD: 64bit time_t -- Thomas Klausner

12 years agoupdated NEWS.
Roger Wolff [Wed, 3 Jul 2013 10:11:39 +0000 (12:11 +0200)] 
updated NEWS.

12 years agofixed default hostname
Roger Wolff [Wed, 3 Jul 2013 10:00:28 +0000 (12:00 +0200)] 
fixed default hostname

12 years agomanual execution of the release script bumps the version number. v0.85
R.E. Wolff [Wed, 26 Jun 2013 08:15:29 +0000 (10:15 +0200)] 
manual execution of the release script bumps the version number.

12 years agoMerge pull request #16 from rpwoodbu/fix_sizes
rewolff [Tue, 18 Jun 2013 05:36:08 +0000 (22:36 -0700)] 
Merge pull request #16 from rpwoodbu/fix_sizes

Convey static array sizes with a constant instead of manual immediate values.
Good work. You say "log scale" while it is quadratic. wouldn't
for (i=NUM_FACTORS-1,t=1.0;i>0;i--, t = t/2.5) factors[i] = t;
work better? (I'm away, I remember seeing factors 0.02 and 0.05 next to each other hence the 2.5 )

12 years agoMake block_map dynamically constructed. 16/head
Richard Woodbury [Sun, 16 Jun 2013 22:36:20 +0000 (18:36 -0400)] 
Make block_map dynamically constructed.

12 years agoUse MAX_FACTORS to convey length of factors[] and scale[] arrays.
Richard Woodbury [Fri, 14 Jun 2013 23:13:02 +0000 (19:13 -0400)] 
Use MAX_FACTORS to convey length of factors[] and scale[] arrays.

12 years agoMerge pull request #14 from msekletar/rhbz-969707
rewolff [Thu, 6 Jun 2013 15:16:10 +0000 (08:16 -0700)] 
Merge pull request #14 from msekletar/rhbz-969707

dns: Fix segfault with mixed ipv4/ipv6 nameservers -- msekletar.

12 years agodns: Fix segfault with mixed ipv4/ipv6 nameservers 14/head
Michal Sekletar [Thu, 6 Jun 2013 14:13:52 +0000 (16:13 +0200)] 
dns: Fix segfault with mixed ipv4/ipv6 nameservers

Follow-up on bug #1154432.

12 years agoadded Vaibhav and Jurgen tot authors as requested
R.E. Wolff [Mon, 13 May 2013 15:22:38 +0000 (17:22 +0200)] 
added Vaibhav and Jurgen tot authors as requested

12 years agoBUGFIX: updated the --csv format for when AS lookups are disabled
Vaibhav Bajpai [Sun, 5 May 2013 18:47:03 +0000 (20:47 +0200)] 
BUGFIX: updated the --csv format for when AS lookups are disabled

12 years agoadded file locking capability if --csv results are written to file
Vaibhav Bajpai [Sun, 5 May 2013 17:23:14 +0000 (19:23 +0200)] 
added file locking capability if --csv results are written to file

12 years agowhen looping on a list of service names with --csv, do not exit on the first
Vaibhav Bajpai [Sun, 5 May 2013 16:35:53 +0000 (18:35 +0200)] 
when looping on a list of service names with --csv, do not exit on the first
failure; instead write the error on stderr, skip that service names and move
on to the next service name in the list

12 years agoadded --filename=FILE option
Vaibhav Bajpai [Sun, 5 May 2013 15:09:12 +0000 (17:09 +0200)] 
added --filename=FILE option
service names read from this file are allocated in a linked list
multiple service names are only accepted with --csv flag
without --csv flag, the first service name is used

12 years agoupdated --csv format: VERSION;TIMESTAMP;STATUS;HOSTNAME;TTL;ENDPOINT;ASN;PING(ms)
Vaibhav Bajpai [Sun, 5 May 2013 14:06:37 +0000 (16:06 +0200)] 
updated --csv format: VERSION;TIMESTAMP;STATUS;HOSTNAME;TTL;ENDPOINT;ASN;PING(ms)
STATUS field is hardcoded to "OK" for now; not sure what "FAIL" would mean

12 years ago--csv allows multiple service names as arguments
Vaibhav Bajpai [Sun, 5 May 2013 12:44:46 +0000 (14:44 +0200)] 
--csv allows multiple service names as arguments

12 years agoupdated --csv format: VERSION;TIMESTAMP;HOSTNAME;TTL;ENDPOINT;ASN;PING(ms)
Vaibhav Bajpai [Fri, 3 May 2013 09:29:03 +0000 (11:29 +0200)] 
updated --csv format: VERSION;TIMESTAMP;HOSTNAME;TTL;ENDPOINT;ASN;PING(ms)

12 years agoupdated --csv format: VERSION;TIMESTAMP;HOSTNAME;TTL;ENDPOINT;PING(ms)
Vaibhav Bajpai [Fri, 3 May 2013 08:26:51 +0000 (10:26 +0200)] 
updated --csv format: VERSION;TIMESTAMP;HOSTNAME;TTL;ENDPOINT;PING(ms)

12 years agoupdated --csv format: VERSION;TIMESTAMP;HOSTNAME;TTL;ENDPOINT
Vaibhav Bajpai [Fri, 3 May 2013 08:01:33 +0000 (10:01 +0200)] 
updated --csv format: VERSION;TIMESTAMP;HOSTNAME;TTL;ENDPOINT

12 years ago* updated the version number to v0.84 in configure.ac
Vaibhav Bajpai [Fri, 3 May 2013 07:36:42 +0000 (09:36 +0200)] 
* updated the version number to v0.84 in configure.ac
* --csv uses MTR.{MTR_VERSION} format

12 years ago--csv: VERSION;HOSTNAME;TTL;ENDPOINT
Vaibhav Bajpai [Thu, 2 May 2013 20:16:31 +0000 (22:16 +0200)] 
--csv: VERSION;HOSTNAME;TTL;ENDPOINT

12 years agoenabled displayCSV with --csv (or -C) argument
Vaibhav Bajpai [Thu, 2 May 2013 19:48:14 +0000 (21:48 +0200)] 
enabled displayCSV with --csv (or -C) argument

12 years agobumped version number to v0.84 in configure.ac
Vaibhav Bajpai [Fri, 3 May 2013 07:41:37 +0000 (09:41 +0200)] 
bumped version number to v0.84 in configure.ac

12 years agoDetect tgetent in libtinfo 7/head
Justin Lecher [Sun, 5 May 2013 12:51:01 +0000 (14:51 +0200)] 
Detect tgetent in libtinfo

For linux when build ncurses with --with-termlib you get libtinfo.so by
default.
This patch extends detection of tgetent to libtinfo

Signed-off-by: Justin Lecher <jlec@gentoo.org>
12 years agofixed merge conflicts
R.E. Wolff [Mon, 29 Apr 2013 18:21:44 +0000 (20:21 +0200)] 
fixed merge conflicts

12 years agoAdded Yakovetsky Vladimir (vsyakovetsky)'s asn/ipinfo patch from launchpad bugs...
R.E. Wolff [Wed, 24 Apr 2013 09:35:52 +0000 (11:35 +0200)] 
Added Yakovetsky Vladimir (vsyakovetsky)'s  asn/ipinfo patch from launchpad bugs. (701514)

12 years agoupdated NEWS.
R.E. Wolff [Sun, 10 Mar 2013 08:37:55 +0000 (09:37 +0100)] 
updated NEWS.

12 years agoFix segfault with mixed IPv4/IPv6 nameservers 5/head
mutantmonkey [Sun, 21 Apr 2013 19:56:59 +0000 (15:56 -0400)] 
Fix segfault with mixed IPv4/IPv6 nameservers

Fixes bug #1154432

12 years agoRemove vanity comments and update AUTHORS
Travis Cross [Sun, 10 Mar 2013 11:23:40 +0000 (11:23 +0000)] 
Remove vanity comments and update AUTHORS

Let's set a precedent of recognizing people in the AUTHORS file and in
the version history rather than in comments littered throughout the
code base.

12 years agoFix last commit
Travis Cross [Sun, 10 Mar 2013 10:28:35 +0000 (10:28 +0000)] 
Fix last commit

12 years agoFix build on (at least) Ubuntu
Travis Cross [Sun, 10 Mar 2013 10:20:28 +0000 (10:20 +0000)] 
Fix build on (at least) Ubuntu

Fix build from commit 8348cfdc39694f0ada686b8277b75b3f72c6a47f.

12 years agoMerge pull request #3 from mackyle/osx
rewolff [Sun, 10 Mar 2013 08:25:13 +0000 (00:25 -0800)] 
Merge pull request #3 from mackyle/osx

Much better support for building on OS X by auto detecting more stuff

12 years agofixed showips.. -- Sergey v0.84
R.E. Wolff [Sat, 23 Feb 2013 15:13:40 +0000 (16:13 +0100)] 
fixed showips.. -- Sergey

12 years agoSupport building on OS X 3/head
Kyle J. McKay [Fri, 22 Feb 2013 16:51:59 +0000 (08:51 -0800)] 
Support building on OS X

* Add support for new --without-glib configure option to disable
  all use of glib (also requires --without-gtk to be effective).
  This has the side effect of disabling the "mtr -z" functionality.

* Improve configure support for detecting which library to link
  with, if any, to get the resolver functions.

* Do not define BIND_8_COMPAT when compiling for Darwin/OS X.

* Autoconfigure whether or not a suitable struct __res_state_ext
  needs to be defined.

* If the arpa/nameser_compat.h header is available and usable,
  include it immediately after arpa/nameser.h.

12 years agoAdd TCP (SYN) support 1/head
Rogier 'DocWilco' Mulhuijzen [Wed, 20 Feb 2013 20:59:01 +0000 (21:59 +0100)] 
Add TCP (SYN) support

Instead of sending ICMP ECHO or UDP packets, this mode opens a TCP
connection to the port of choice (80 by default) and sets IP_TTL
or IPV6_UNICAST_HOPS to control the TTL of the outgoing SYN packet.

Instead of using ICMP ECHO sequence or UDP destination port, the
source port number is used to track how many hops away a router is.

For getting the final hop, sockets are left open until a timeout
is reached (10 seconds default) and a write is attempted as soon
as the socket becomes available for writing. Anything other than
a succesful write or a "Connection refused" error is ignored.

12 years agoFix curses.c support when ENABLE_IPV6 undefined 2/head
Kyle J. McKay [Fri, 22 Feb 2013 00:59:16 +0000 (16:59 -0800)] 
Fix curses.c support when ENABLE_IPV6 undefined

12 years agoUse glib2 flags set by configure. Rewrite a rule so it is more portable.
R.E. Wolff [Tue, 12 Feb 2013 08:30:55 +0000 (09:30 +0100)] 
Use glib2 flags set by configure. Rewrite a rule so it is more portable.

12 years agoCheck for glib2 presence even if gtk2 is disabled.
R.E. Wolff [Tue, 12 Feb 2013 08:30:34 +0000 (09:30 +0100)] 
Check for glib2 presence even if gtk2 is disabled.

12 years agoRemove duplicate includes. Add missing string.h include for strlen().
R.E. Wolff [Tue, 12 Feb 2013 08:29:56 +0000 (09:29 +0100)] 
Remove duplicate includes. Add missing string.h include for strlen().

12 years agoModernize for current autoconf/automake.
R.E. Wolff [Tue, 12 Feb 2013 08:26:45 +0000 (09:26 +0100)] 
Modernize for current autoconf/automake.
Add 'foreign' option so automake doesn't insist on ChangeLog file.
added file added by rename in previous commit.

12 years agoRename to follow current autoconf file name conventions.
R.E. Wolff [Tue, 12 Feb 2013 08:24:42 +0000 (09:24 +0100)] 
Rename to follow current autoconf file name conventions.

12 years agoFixed the README for the new situation
R.E. Wolff [Mon, 11 Feb 2013 16:42:03 +0000 (17:42 +0100)] 
Fixed the README for the new situation

12 years agoSynchronize gtk authors with AUTHORS
Travis Cross [Sat, 9 Feb 2013 09:58:15 +0000 (09:58 +0000)] 
Synchronize gtk authors with AUTHORS

12 years agoUse format +git:XXXXXXXX
Travis Cross [Sat, 9 Feb 2013 09:48:52 +0000 (09:48 +0000)] 
Use format +git:XXXXXXXX

The colon is kinder to Debian than a dash and seems stylistically
better.  The dash feels as though it introduces another version level,
e.g. -rc1-alpha2.  We could just do +gitXXXXXXXX but as git commit
hashes are in lowercase hexadecimal the result can be something really
ugly like +giteaf0cb71.  It's also easier to select the commit hash
for a copy/paste operation when there is something to separate it.

12 years agoAdd git version handling to build system
Travis Cross [Sat, 9 Feb 2013 08:16:48 +0000 (08:16 +0000)] 
Add git version handling to build system

When building from a git tree, the version number built into the
binary will be appended with +git-XXXXXXXX.

The base version number is stored in-tree in configure.in and is that
of the last tagged release.  Presumably the git version is later than
the last tag, so we use '+git' rather than '-git' to produce the
correct the lexical sort order -- though of course the sort order
between any two git revisions can only be determined from the git tree
rather than from a lexical sort.

12 years agomoving towards relasing .83. v0.83
R.E. Wolff [Thu, 7 Feb 2013 15:51:10 +0000 (16:51 +0100)] 
moving towards relasing .83.

12 years agoFixed docu for -b
R.E. Wolff [Thu, 7 Feb 2013 14:30:13 +0000 (15:30 +0100)] 
Fixed docu for -b

12 years agoRemove unused variable
Travis Cross [Tue, 5 Feb 2013 19:41:30 +0000 (19:41 +0000)] 
Remove unused variable

Introduced in commit e81da3a2fab6af4969902b6c268c8dfac43ea6fb

12 years agoFix corrupted '\n' chars
Travis Cross [Tue, 5 Feb 2013 19:27:24 +0000 (19:27 +0000)] 
Fix corrupted '\n' chars

This fixes commit e81da3a2fab6af4969902b6c268c8dfac43ea6fb

12 years agofix behaviour of -b switch. Now works both in report and curses.
R.E. Wolff [Thu, 7 Feb 2013 13:25:38 +0000 (14:25 +0100)] 
fix behaviour of -b switch. Now works both in report and curses.

12 years agoenable ipv6 resolvers. By Antonio Querubin. Fixes bug #752583
R.E. Wolff [Wed, 6 Feb 2013 11:52:40 +0000 (12:52 +0100)] 
enable ipv6 resolvers. By Antonio Querubin. Fixes bug #752583

12 years agoFix commit 14bc40b8
Travis Cross [Tue, 5 Feb 2013 15:56:41 +0000 (15:56 +0000)] 
Fix commit 14bc40b8

12 years agoadded some extra clarifications to the SECURITY file.
R.E. Wolff [Tue, 5 Feb 2013 15:56:38 +0000 (16:56 +0100)] 
added some extra clarifications to the SECURITY file.

12 years agoFix the build from commits d90dd1fd e81da3a2
Travis Cross [Tue, 5 Feb 2013 15:51:59 +0000 (15:51 +0000)] 
Fix the build from commits d90dd1fd e81da3a2

12 years ago--show-ips is now -b
Travis Cross [Tue, 5 Feb 2013 15:03:40 +0000 (15:03 +0000)] 
--show-ips is now -b

This matches the flag used in tracepath.  The undocumented
--bitpattern option has been moved to -B.

12 years agomissed adding asn.[ch] when committing the asn patch!
R.E. Wolff [Tue, 5 Feb 2013 14:58:25 +0000 (15:58 +0100)] 
missed adding asn.[ch] when committing the asn patch!

12 years agoadded aslookup patch from bug #701514
R.E. Wolff [Tue, 5 Feb 2013 14:32:53 +0000 (15:32 +0100)] 
added aslookup patch from bug #701514

12 years agofixed gtk field order. Bug #701513
R.E. Wolff [Tue, 5 Feb 2013 13:59:12 +0000 (14:59 +0100)] 
fixed gtk field order. Bug #701513

12 years agoMade report wide switch properly to displayreport mode. Bug #780647
R.E. Wolff [Tue, 5 Feb 2013 13:56:14 +0000 (14:56 +0100)] 
Made report wide switch properly to displayreport mode. Bug #780647

12 years agosome running patches
R.E. Wolff [Tue, 5 Feb 2013 12:42:37 +0000 (13:42 +0100)] 
some running patches

12 years agoAdd myself to the AUTHORS list
Travis Cross [Mon, 4 Feb 2013 07:24:33 +0000 (07:24 +0000)] 
Add myself to the AUTHORS list

12 years agoAdd -z / --show-ip support
Travis Cross [Fri, 1 Feb 2013 01:58:14 +0000 (01:58 +0000)] 
Add -z / --show-ip support

This new option displays both the hostname and the IP address of a
host in the path.  This is particularly important when the hostname
determined by a reverse lookup has no corresponding forward record.

This is similar to the -b (both) option in tracepath, but -b was
already taken in mtr for --bitpattern.

Using this option also implies -w / --report-wide as this option isn't
terribly useful without it in report mode.

In general we endeavor to only show the IP address once per line, but
in the split view we consistently add a separate field for IP address
to the output.

Signed-off-by: Travis Cross <tc@traviscross.com>
12 years agoResolve -Wnull-dereference clang warning
Travis Cross [Sun, 3 Feb 2013 19:55:50 +0000 (19:55 +0000)] 
Resolve -Wnull-dereference clang warning

Clang will simply delete the indirection of the non-volatile null
pointer.

12 years agoResolve -Wunused-but-set-variable warnings
Travis Cross [Sun, 3 Feb 2013 19:50:18 +0000 (19:50 +0000)] 
Resolve -Wunused-but-set-variable warnings

12 years agoCleanup whitespace in the NEWS file
Travis Cross [Sun, 3 Feb 2013 19:56:54 +0000 (19:56 +0000)] 
Cleanup whitespace in the NEWS file

12 years agoMake .gitignore ignore everything we're generating
Travis Cross [Fri, 1 Feb 2013 08:40:10 +0000 (08:40 +0000)] 
Make .gitignore ignore everything we're generating

12 years agoUpdate README for building from git repository
Travis Cross [Sun, 3 Feb 2013 20:57:37 +0000 (20:57 +0000)] 
Update README for building from git repository

12 years agoAdd autotools bootstrap script
Travis Cross [Fri, 1 Feb 2013 08:37:29 +0000 (08:37 +0000)] 
Add autotools bootstrap script

12 years agomtr v0.82 v0.82
Roger Wolff [Fri, 2 Dec 2011 00:00:00 +0000 (00:00 +0000)] 
mtr v0.82

 - Removed old Changelog file appended at the end as oldest changes.

2011-03-28 Mark Kamichoff <prox@prolixium.com>
 - Enable decoding of ICMP extensions for MPLS for curses and report
   interfaces.  Use the -e flag or press 'e' to enable it.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.82.tar.gz

12 years agomtr v0.81 v0.81
Roger Wolff [Thu, 6 Oct 2011 00:00:00 +0000 (00:00 +0000)] 
mtr v0.81

 - Moved to git. Testing git...

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.81.tar.gz

12 years agomtr v0.80 v0.80
Roger Wolff [Tue, 13 Jul 2010 00:00:00 +0000 (00:00 +0000)] 
mtr v0.80

 - Some compilation fixes for BSD by Jeremy Chadwick
   <freebsd@jdc.parodius.com>

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.80.tar.gz

12 years agomtr v0.79 v0.79
Roger Wolff [Tue, 8 Jun 2010 00:00:00 +0000 (00:00 +0000)] 
mtr v0.79

 - some compilation fixes for BSD&others by Thomas Klausner
   <wiz@NetBSD.org>

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.79.tar.gz

12 years agomtr v0.78 v0.78
Roger Wolff [Mon, 7 Jun 2010 00:00:00 +0000 (00:00 +0000)] 
mtr v0.78

 - some compilation fixes for BSD&others by Thomas Klausner
   <wiz@NetBSD.org>

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.78.tar.gz

12 years agomtr v0.77 v0.77
Roger Wolff [Tue, 1 Jun 2010 00:00:00 +0000 (00:00 +0000)] 
mtr v0.77

 - Add feature to show loadbalances on routes by Thales
   <thales@paponline.net>

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.77.tar.gz

12 years agomtr v0.76 v0.76
Roger Wolff [Mon, 31 May 2010 00:00:00 +0000 (00:00 +0000)] 
mtr v0.76

 - display load sharing hosts in --raw output.  added about button in
   gui.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.76.tar.gz

12 years agomtr v0.75 v0.75
Roger Wolff [Fri, 19 Sep 2008 00:00:00 +0000 (00:00 +0000)] 
mtr v0.75

 - Feelgood patch to move sprintf to snprintf. People might think that
   sprintf might cause a buffer overflow. Now it's clean.  cut-paste
   patches: you can now copy an intermediate host to the clipboard.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.75.tar.gz

12 years agomtr v0.74 v0.74
Roger Wolff [Tue, 19 Aug 2008 00:00:00 +0000 (00:00 +0000)] 
mtr v0.74

 - Martin Pels' patch to allow UDP probes.
 - KES reported a build problem. Turns out I need to install gtk-1.2
   on my development sytem, otherwise my release script causes the
   build to break.
 - changed some docs to advertise the new mailing list.  added
   documentation for the Mac OS X compilation problem.  added
   -Wno-pointer-sign to the compiler options.
 - Nico Lichtmaier's cleanup-gtk patch. (now mtr uses a more modern
   dialect of gtk).

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.74.tar.gz

12 years agomtr v0.73 v0.73
Roger Wolff [Mon, 7 Apr 2008 00:00:00 +0000 (00:00 +0000)] 
mtr v0.73

 - Some securty patches. Although MTR drops privileges as soon as
   possible after opening the sockets, it still had some sprintf
   calls, which have now been converted into snprintf.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.73.tar.gz

12 years agomtr v0.72 v0.72
Roger Wolff [Fri, 29 Sep 2006 00:00:00 +0000 (00:00 +0000)] 
mtr v0.72

 - Fix signed/unsigned bug in IPV6 part improved random packet size
   behaviour. --REW

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.72.tar.gz

12 years agomtr v0.71 v0.71
Roger Wolff [Fri, 24 Mar 2006 00:00:00 +0000 (00:00 +0000)] 
mtr v0.71

 - Some IPV6 fixes, introduce packet size cmdline option.  (was
   already present as a cmdline argument)

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.71.tar.gz

12 years agomtr v0.70 v0.70
Roger Wolff [Thu, 23 Mar 2006 00:00:00 +0000 (00:00 +0000)] 
mtr v0.70

 - Antinio submitted a cumulative patch containing some nice
   improvements. He also submitted an automake patch that causes mtr
   to no longer compile on my system. I refuse to have mtr "in the
   dark" that I can't test-compile the dist.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.70.tar.gz

12 years agomtr v0.69 v0.69
Roger Wolff [Thu, 13 Jan 2005 00:00:00 +0000 (00:00 +0000)] 
mtr v0.69

 - make distclean should now also remove "rej" files.
 - Antonio Querubin: update getopt.h . More cleanups using new
   infrastructure.
 - rcw: Fixed IPV6 support: When compiled in an IPV6-supporting
   environment, but when the kernel doesn't support IPV6, mtr would
   fail to start.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.69.tar.gz

12 years agomtr v0.68 v0.68
Roger Wolff [Tue, 11 Jan 2005 00:00:00 +0000 (00:00 +0000)] 
mtr v0.68

 - included some old patches.
 - included patch from Antonio Querubin for better IPV6 support
   restructured some more whitespace.
 - added mtr.h where "global" things should go. Not finished moving
   things around, but now that the infrastructure is there, it should
   be easy.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.68.tar.gz

12 years agomtr v0.67 v0.67
Roger Wolff [Sun, 12 Dec 2004 00:00:00 +0000 (00:00 +0000)] 
mtr v0.67

 - Bad keyboarding by REW caused this one out the door. Sorry.  No
   changes.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.67.tar.gz

12 years agomtr v0.66 v0.66
Roger Wolff [Sun, 12 Dec 2004 00:00:00 +0000 (00:00 +0000)] 
mtr v0.66

 - Through the Debian bugtracking system a bug report and fix was sent
   my way, that deals with stupid optmization trying to save some 768
   bytes of memory, sacrificing "it works" on a different
   architecture... (default char signedness)

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.66.tar.gz

12 years agomtr v0.65 v0.65
Roger Wolff [Wed, 25 Aug 2004 00:00:00 +0000 (00:00 +0000)] 
mtr v0.65

 - Dancer Vesperman noted that mtr no longer traces past a section of
   non-responding hosts. Apparently I added a line in net.c that
   didn't make sense in mtr-0.56. I can't find the reason for adding
   that line, so someone who thinks (s)he needs it, should holler.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.65.tar.gz

12 years agomtr v0.64 v0.64
Roger Wolff [Mon, 16 Aug 2004 00:00:00 +0000 (00:00 +0000)] 
mtr v0.64

 - Philippe suggests to do the time_t thingy before socket.h.
   Apparently, MAC OS X doesn't compile socket.h otherwise.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.64.tar.gz

12 years agomtr v0.63 v0.63
Roger Wolff [Sun, 15 Aug 2004 00:00:00 +0000 (00:00 +0000)] 
mtr v0.63

 - Suggestion by RCW: Add -lm at line 70 of Configure.in.  On my
   system no ill effects ensued, so this version released so that he
   can test if it still works on his sytem.
 - Let me add that it's stupid that I have to specify that this this
   program now requires Automake version 1.5 to build, where Automake
   was intended to make software independent of different versions of
   build software!
 - For those concerned about the above statement: If you're just
   trying to compile and use MTR, there is no need for automake.  Just
   when you're messing with the configure and build system of mtr is
   automake a tool you need.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.63.tar.gz

12 years agomtr v0.62 v0.62
Roger Wolff [Thu, 12 Aug 2004 00:00:00 +0000 (00:00 +0000)] 
mtr v0.62

 - Apparently someone changed gethostbyname into gethostbyname2 in
   mtr.c in an attempt to add IPV6 support. For systems without ipv6
   support, the old gethostbyname should be used! Linux has the call
   even if you don't enable IPV6. Thanks Gary (rsub)

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.62.tar.gz

12 years agomtr v0.61 v0.61
Roger Wolff [Wed, 11 Aug 2004 00:00:00 +0000 (00:00 +0000)] 
mtr v0.61

 - Attempt to get/print the local IP address. Now shows as 0.0.0.0 :-(
   Hints and tips appreciated! -- REW
 - Lots of blank space reformatting.
 - Moved the interface address setting to net.c (where it belongs).

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.61.tar.gz

12 years agomtr v0.60 v0.60
Roger Wolff [Tue, 10 Aug 2004 00:00:00 +0000 (00:00 +0000)] 
mtr v0.60

 - John Thacker submitted a surprisingly simple patch to enable
   linking against GTK2.  (up to 2.4.0)

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.60.tar.gz

12 years agomtr v0.59 v0.59
Roger Wolff [Tue, 10 Aug 2004 00:00:00 +0000 (00:00 +0000)] 
mtr v0.59

 - Josh Martin suggested to add some bounds checking to the dynamic
   field code. This caused me to delve in, and rewrite some
   things. Now 50 lines of code less, but cleaner code. :-)

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.59.tar.gz