Commit Graph

6 Commits

Author SHA1 Message Date
Roger Wolff
0513847160 mtr v0.45
- People are pressuring me to release new versions with their
   changes. That's fine. Now this version just adds dynamic switching
   between numeric / dns names, and some minor stuff I forgot. This
   release serves as a code-sync-release.  New version with even more
   new stuff in about two weeks!  I'm afraid I don't know how to fix
   the MaxOS-X compilation problems in the source. Help wanted...

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.45.tar.gz
2013-02-03 20:45:37 +00:00
Roger Wolff
325d12a87a mtr v0.42
- Compile misc.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.42.tar.gz
2013-02-03 20:45:37 +00:00
Roger Wolff
433bf6c22c 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
2013-02-03 20:45:37 +00:00
Roger Wolff
f4b205deba 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
2013-02-03 20:45:36 +00:00
Roger Wolff
4a16a7a858 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
2013-02-03 20:45:36 +00:00
Matt Kimball
090a9cfe71 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
2013-02-03 20:45:27 +00:00