]> git.ipfire.org Git - thirdparty/mtr.git/log
thirdparty/mtr.git
12 years agomtr v0.40 v0.40
Roger Wolff [Fri, 13 Aug 1999 00:00:00 +0000 (00:00 +0000)] 
mtr v0.40

 - Fixed some problems with HPUX and SunOS.
 - Included Olav Kvittem's patch to do packetsize option.
 - Made the timekeeping in micro seconds.

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

12 years agomtr v0.39 v0.39
Roger Wolff [Wed, 9 Jun 1999 00:00:00 +0000 (00:00 +0000)] 
mtr v0.39

 - Forgot the parentheses around the previous fix... :-(

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

12 years agomtr v0.38 v0.38
Roger Wolff [Wed, 9 Jun 1999 00:00:00 +0000 (00:00 +0000)] 
mtr v0.38

 - Fixed some dubious code in dns.c (noted by someone's lint)

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

12 years agomtr v0.37 v0.37
Roger Wolff [Mon, 12 Apr 1999 00:00:00 +0000 (00:00 +0000)] 
mtr v0.37

 - Added Bill Bogstad's "show the local host & time" patch.
 - Added R. Sparks' show-last-ping patch, submitted by Philip Kizer.

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

12 years agomtr v0.36 v0.36
Roger Wolff [Sun, 11 Apr 1999 00:00:00 +0000 (00:00 +0000)] 
mtr v0.36

 - Added Craigs change-the-interval-on-the-fly patch.
 - Added Moritz Barsnick's "do something sensible if host not found"
   patch.
 - Some cleanup of both Craigs and Moritz' patches.

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

12 years agomtr v0.35 v0.35
Roger Wolff [Wed, 7 Apr 1999 00:00:00 +0000 (00:00 +0000)] 
mtr v0.35

 - Added Craig Milo Rogers pause/resume for GTK patch.
 - Added Craig Milo Rogers cleanup of "reset". (restart at the
   beginning)
 - Net_open used to send a first packet. After that the display-driver
   got a chance to distort the timing by taking its time to
   initialize.

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

12 years agomtr v0.34 v0.34
Roger Wolff [Sat, 3 Apr 1999 00:00:00 +0000 (00:00 +0000)] 
mtr v0.34

 - Added Matt's nifty "use the icmp unreachables to do the timing"
   patch.
 - Added Steve Kann's pause/resume patch.

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

12 years agomtr v0.33 v0.33
Roger Wolff [Tue, 9 Mar 1999 00:00:00 +0000 (00:00 +0000)] 
mtr v0.33

 - Fixed the Linux glibc resolver problems.
 - Fixed the off-by-one problem with -c option.

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

12 years agomtr v0.32 v0.32
Roger Wolff [Sun, 7 Mar 1999 00:00:00 +0000 (00:00 +0000)] 
mtr v0.32

 - Fixed the FreeBSD bug detection stuff.

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

12 years agomtr v0.31 v0.31
Roger Wolff [Fri, 5 Mar 1999 00:00:00 +0000 (00:00 +0000)] 
mtr v0.31

 - Fixed a few documentation issues. -- Matt
 - Changed the autoconf stuff to find the resolver library on
   Solaris. -- REW
 - Cleaned up the autoconf.in file a bit. -- Matt.

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

12 years agomtr v0.30 v0.30
Roger Wolff [Thu, 4 Mar 1999 00:00:00 +0000 (00:00 +0000)] 
mtr v0.30

 - Fixed a typo in the changelog (NEWS) entry for 0.27. :-) added use
   of "MTR_OPTIONS" environment variable for defaults.

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

12 years agomtr v0.29 v0.29
Roger Wolff [Wed, 3 Mar 1999 00:00:00 +0000 (00:00 +0000)] 
mtr v0.29

 - Lots of stuff.
 - Neato overview display by David Sward.
 - FreeBSD does wrong in the kernel the same that Solaris/x86 (see
   note for 0.27 does right. It forces mtr to send bad packets....
 - Adjusted "not too much at once" algorithm. Now probing continues as
   long as not more than 5 hosts are unknown.  Returning packets
   usually allow us to do the first sweep in one go.

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

12 years agomtr v0.28 v0.28
Roger Wolff [Mon, 2 Nov 1998 00:00:00 +0000 (00:00 +0000)] 
mtr v0.28

 - DNS lookups are now suppressed if you don't want them.

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

12 years agomtr v0.27 v0.27
Roger Wolff [Mon, 2 Nov 1998 00:00:00 +0000 (00:00 +0000)] 
mtr v0.27

 - Fixed bug that showed up on Solaris/x86.
 - GTK mainloop now runs as it's supposed to.

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

12 years agomtr v0.26 v0.26
Roger Wolff [Sat, 31 Oct 1998 00:00:00 +0000 (00:00 +0000)] 
mtr v0.26

 - Added "-n" flag for numeric output.
 - Fixed IP numbers displaying backwards.
 - GTK mainloop now runs at 10 packets per second.
 -- That's too much if there are only 3 hosts
 -- that's too little if there are 20 hosts.
 -- Someone tell me how to change the "ping-timeout" callback time in
    gtk. Can't find it in the docs.
 - The default for "hostname" is now "localhost" so that you can start
   mtr without any arguments and later fill in the host you want to
   trace to.

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

12 years agomtr v0.25 v0.25
Roger Wolff [Wed, 28 Oct 1998 00:00:00 +0000 (00:00 +0000)] 
mtr v0.25

 - Included two "raw" formats. One for separating GUI from the setuid
   program, and one suitable for later parsing and
   displaying. Volunteers wanted to separate the GTK backend. Thanks
   to Bertrand Leconte for contributing the format that's now called
   "split".

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

12 years agomtr v0.24 v0.24
Roger Wolff [Sun, 25 Oct 1998 00:00:00 +0000 (00:00 +0000)] 
mtr v0.24

 - Fixed number of probes. Accidentally was counted per packet sent
   instead of per round of packets.

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

12 years agomtr v0.23 v0.23
Roger Wolff [Fri, 23 Oct 1998 00:00:00 +0000 (00:00 +0000)] 
mtr v0.23

 - Fixed Sparc alignment problem with statmalloc

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

12 years agomtr v0.22 v0.22
Roger Wolff [Sun, 18 Oct 1998 00:00:00 +0000 (00:00 +0000)] 
mtr v0.22

 - Roger has take over maintenance.
 - mtr now uses an "int" to pass options to the kernel.
 - Makes things work on Solaris and *BSD I'm told.
 - mtr doesn't fire off a flurry of packets when a new second comes
   around. Instead they are spaced evenly around the whole
   second. This allows people with a relatively slow first link to do
   meaningful measurements of whatever is behind that.

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

12 years agomtr v0.21 v0.21
Matt Kimball [Sat, 17 Oct 1998 00:00:00 +0000 (00:00 +0000)] 
mtr v0.21

v0.21
 - mtr now drops root permissions after it acquires the raw sockets it
   needs.
 - mtr should be a bit happier about building under SCO and Solaris.
 - Fixed the problem with packets arriving after a reset.

v0.20
 - The build process for mtr now uses automake.
 - Fixed a build problem for Irix.
 - Now uses non-blocking DNS code, so mtr can attempt to do reverse
   lookup on multiple hosts at once.
 - Fewer packets are sent out each cycle, so mtr doesn't hog quite so
   much bandwidth.

v0.19
 - Fixed a type-o in curses.c

v0.18
 - Fixed the network code to work properly under FreeBSD.
 - Hopefully this will fix some other operating systems too.
 - Also, fixed a build problem and the DNS hanging bug.

v0.17
 - Fixed the configure script to always like with the math library.
   Added an icon.

v0.16
 - Added one #include to select.c.  Some people were unable to build
   mtr without this line.

v0.15
 - Both the build process and the networking code have been cleaned up
   and reorganized.  mtr now builds cleanly with GTK+ 0.99.8.

2002-03-06  Cougar <cougar@random.ee>
 - If hop doesn't respond, draw its name in red (GTK) or bold (curses)

2002-02-09  Bohdan Vlasyuk <bohdan@vstu.edu.ua>
 - Added --address option to bind to given IP addess

2001-04-15  Alan Eldridge <alane@geeksrus.net>
 - Added this file so that automake won't complain.  Commented out the
   test for res_init in configure.in; it does not work for GLIBC2
   systems (e.g., RedHat 7+).
 - Fixed the subordinate CHECK_LIBS on the test for res_mkquery, so
   that they test for res_mkquery, not res_init.

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

12 years agoInitial commit
Travis Cross [Fri, 1 Feb 2013 07:14:14 +0000 (07:14 +0000)] 
Initial commit