]>
git.ipfire.org Git - thirdparty/mtr.git/log 
Sami Kerola  [Tue, 23 Aug 2016 19:21:58 +0000  (20:21 +0100)]  
portability: fix MacOS libresolv usage
Sami Kerola  [Tue, 23 Aug 2016 11:49:05 +0000  (12:49 +0100)]  
portability: MacOS does not have error() function
Sami Kerola  [Tue, 23 Aug 2016 18:25:40 +0000  (19:25 +0100)]  
portability: fix float max check from values.h
Rogier Wolff  [Mon, 22 Aug 2016 06:37:51 +0000  (08:37 +0200)]  
fixed typo.
rewolff  [Mon, 22 Aug 2016 06:36:42 +0000  (08:36 +0200)]  
Merge pull request #143 from kerolasa/2016-08-21
Sami Kerola  [Sun, 21 Aug 2016 19:33:43 +0000  (20:33 +0100)]  
build-sys: tell function locality explicitly
Sami Kerola  [Sun, 21 Aug 2016 18:32:38 +0000  (19:32 +0100)]  
build-sys: use system getopt_long() when it is available
Sami Kerola  [Sun, 21 Aug 2016 17:32:16 +0000  (18:32 +0100)]  
cleanup: move max port number to be a define in net.h
Sami Kerola  [Sun, 21 Aug 2016 17:13:53 +0000  (18:13 +0100)]  
usage: use error(3) error-reporting function
Sami Kerola  [Sun, 21 Aug 2016 10:49:49 +0000  (11:49 +0100)]  
usage: be careful when parsing numeric user input
rewolff  [Sun, 21 Aug 2016 16:05:06 +0000  (18:05 +0200)]  
Merge pull request #142 from kerolasa/pkg-config
Sami Kerola  [Sun, 21 Aug 2016 09:53:16 +0000  (10:53 +0100)]  
cleanup: remove preprocessor missing functions go-arounds
Sami Kerola  [Sun, 21 Aug 2016 09:00:11 +0000  (10:00 +0100)]  
usage: reflect ./configure choices in available command line options
Sami Kerola  [Sat, 20 Aug 2016 08:17:06 +0000  (09:17 +0100)]  
cleanup: remove obsolete herror() function
Sami Kerola  [Sat, 20 Aug 2016 08:09:01 +0000  (09:09 +0100)]  
build-sys: remove unused autoconf check values
Sami Kerola  [Sat, 20 Aug 2016 08:06:28 +0000  (09:06 +0100)]  
build-sys: simplify finding resolver library
Sami Kerola  [Thu, 18 Aug 2016 21:36:18 +0000  (22:36 +0100)]  
cleanup: remove NO_SPLIT preprocessor check
Apparently ./configure --without-split was planned to be added in commit
433bf6c22ce90e25f3ffb0b4852631e5724ac608  but that has not happen in 17
years.  Time has come to get rid of a half implemented idea.
Sami Kerola  [Thu, 18 Aug 2016 21:22:56 +0000  (22:22 +0100)]  
build-sys: get rid of double negative ipinfo autotools settings
Sami Kerola  [Thu, 18 Aug 2016 20:52:39 +0000  (21:52 +0100)]  
build-sys: use pkg-config to find ncurses
The curses function attron() has been part of posix since 1997.  There is no
need to go-around for it.
Reference: http://pubs.opengroup.org/onlinepubs/
7908799 /xcurses/attron.html
Sami Kerola  [Thu, 18 Aug 2016 20:34:36 +0000  (21:34 +0100)]  
build-sys: use pkg-config to find gtk+-2.0
Sami Kerola  [Thu, 18 Aug 2016 19:30:15 +0000  (20:30 +0100)]  
build-sys: check pkg-config availability
Rogier Wolff  [Sun, 21 Aug 2016 10:28:57 +0000  (12:28 +0200)]  
fixed #141 compile without SCTP if not available
Rogier Wolff  [Fri, 19 Aug 2016 09:20:22 +0000  (11:20 +0200)]  
fixed #27 and #35 where the fix was tested a long time ago.
rewolff  [Thu, 18 Aug 2016 14:31:17 +0000  (16:31 +0200)]  
Merge pull request #140 from aquerubin/stdev
aquerubin  [Thu, 18 Aug 2016 14:24:54 +0000  (04:24  -1000)]  
Fix standard deviation calculation.
R.E. Wolff  [Thu, 18 Aug 2016 11:32:10 +0000  (13:32 +0200)]  
Partial reverse of 
6bb5b6b3b .
The bug in automake does not create a vulnerable distirbution. It
allows local attackers that are logged in (or running in the
background) when a distributer types "make distcheck" to possibly gain
root access on the build system. This is NOT creating a vulnerable
distribution. The fact that automake has a vulnerability does not
warrant build failures on older systems.
R.E. Wolff  [Thu, 18 Aug 2016 07:25:44 +0000  (09:25 +0200)]  
more cleanup
rewolff  [Thu, 18 Aug 2016 06:14:57 +0000  (08:14 +0200)]  
Merge pull request #138 from kerolasa/2016-08-17
Sami Kerola  [Wed, 17 Aug 2016 21:51:44 +0000  (22:51 +0100)]  
warnings: fix --disable-ipv6 --without-ipinfo compilation warningsSigned-off-by: Sami Kerola <kerolasa@iki.fi> 
Sami Kerola  [Wed, 17 Aug 2016 21:39:52 +0000  (22:39 +0100)]  
build-sys: fix ./configure --disable-ipv6
Sami Kerola  [Wed, 17 Aug 2016 20:34:59 +0000  (21:34 +0100)]  
build-sys: fix --without-ipinfo regressions
The commit 
e2d898cc16398609821f7a786ae86dcbac4884af  was far from perfect it
broke all --without features.  Oh dear me.
Looks like I am not the only one breaking configure.  The --disable-ipv6 has
been broken since commit 
d90dd1fd8f9289fa9e880c006ca6dff0ef7d4918  and
further damaged by 
2cf22b240958b72fb8d84f3ee663f84cbad2c65b .  These issues
will be addressed later.
Sami Kerola  [Wed, 17 Aug 2016 19:52:02 +0000  (20:52 +0100)]  
warnigns: add void to functions that do not take any arguments
R.E. Wolff  [Wed, 17 Aug 2016 11:59:36 +0000  (13:59 +0200)]  
fixed no-gtk build bug introduced with 
e2d898cc 
R.E. Wolff  [Wed, 17 Aug 2016 07:14:55 +0000  (09:14 +0200)]  
Merge branch 'master' of github.com:traviscross/mtr
rewolff  [Wed, 17 Aug 2016 07:14:46 +0000  (09:14 +0200)]  
Merge pull request #136 from kerolasa/2016-08-16
Sami Kerola  [Tue, 16 Aug 2016 12:40:19 +0000  (13:40 +0100)]  
cleanup: remove unnecessary function
Sami Kerola  [Tue, 16 Aug 2016 12:14:11 +0000  (13:14 +0100)]  
readability: always use EXIT_* definitions from stdlib.h
Sami Kerola  [Tue, 16 Aug 2016 11:56:08 +0000  (12:56 +0100)]  
warnings: fix unused variable when ./configure --without-gtk is used
Sami Kerola  [Tue, 16 Aug 2016 11:51:21 +0000  (12:51 +0100)]  
build-sys: require automake 1.11.6 or newer
Sami Kerola  [Tue, 16 Aug 2016 10:02:43 +0000  (11:02 +0100)]  
build-sys: improve configure.am
Sami Kerola  [Tue, 16 Aug 2016 09:34:01 +0000  (10:34 +0100)]  
build-sys: use build version script from gnulib
Sami Kerola  [Tue, 16 Aug 2016 08:13:34 +0000  (09:13 +0100)]  
build-sys: remove old dist Makefile kludge
Sami Kerola  [Tue, 16 Aug 2016 07:15:22 +0000  (08:15 +0100)]  
build-sys: fix make distcheck
Sami Kerola  [Tue, 16 Aug 2016 06:36:31 +0000  (07:36 +0100)]  
warnings: remove dead code
Sami Kerola  [Tue, 16 Aug 2016 09:06:46 +0000  (10:06 +0100)]  
cast: do not downgrade to float when double should be used
Regression from commit 
78f019aa9d49be5ada89296a462939738c20c181 
Requested-by: rewolff <R.E.Wolff@BitWizard.nl> 
Reference: https://github.com/traviscross/mtr/pull/135/files#r74889063
Sami Kerola  [Tue, 16 Aug 2016 09:01:23 +0000  (10:01 +0100)]  
comment: add value range note to initializationRequested-by: rewolff <R.E.Wolff@BitWizard.nl> 
Sami Kerola  [Mon, 15 Aug 2016 20:38:39 +0000  (21:38 +0100)]  
warnings: fix some missed unsigned vs signed variable comparisions
Commit 
507092a9099a286f86639d9cd38dcdc1f28117ff  fixed almost all of them,
this should be the last one.
rewolff  [Tue, 16 Aug 2016 07:50:32 +0000  (09:50 +0200)]  
Merge pull request #135 from kerolasa/warnings
Sami Kerola  [Mon, 15 Aug 2016 20:52:05 +0000  (21:52 +0100)]  
warnings: multiply timeval seconds only when the value is small
Sami Kerola  [Mon, 15 Aug 2016 20:38:39 +0000  (21:38 +0100)]  
warnings: fix couple unsigned vs signed variable comparisions
Sami Kerola  [Mon, 15 Aug 2016 20:28:02 +0000  (21:28 +0100)]  
warnings: mark unused function input variables
Sami Kerola  [Mon, 15 Aug 2016 20:23:28 +0000  (21:23 +0100)]  
warnings: do not take abs() when data type is unsigned
Sami Kerola  [Mon, 15 Aug 2016 20:14:51 +0000  (21:14 +0100)]  
build-sys: default to ,/configure --enable-silent-rules
Sami Kerola  [Sun, 14 Aug 2016 21:48:09 +0000  (22:48 +0100)]  
man: use url macro to urls and fix reference manual notations
Sami Kerola  [Sun, 14 Aug 2016 21:05:03 +0000  (22:05 +0100)]  
build-sys; do not use subdirectory object
Sami Kerola  [Sun, 14 Aug 2016 20:40:33 +0000  (21:40 +0100)]  
cleanup: remove unnecessary null check
Sami Kerola  [Sun, 14 Aug 2016 20:28:11 +0000  (21:28 +0100)]  
warnings: fix printf data types
Sami Kerola  [Sun, 14 Aug 2016 20:21:45 +0000  (21:21 +0100)]  
warnings: remove code that cannot be reached
Sami Kerola  [Sun, 14 Aug 2016 20:19:27 +0000  (21:19 +0100)]  
warnings: stop reassigning a value before the old one has been used
rewolff  [Sun, 14 Aug 2016 21:41:19 +0000  (23:41 +0200)]  
Merge pull request #134 from kerolasa/kerolasa
Sami Kerola  [Sun, 14 Aug 2016 19:52:47 +0000  (20:52 +0100)]  
posix: replace bzero() and index() with modern equivelants
Replace bzero() with memset() and index() with strchr().  The earlier
functions are marked as legacy in posix.
Reference: http://pubs.opengroup.org/onlinepubs/
009695399 /functions/index.html
Reference: http://pubs.opengroup.org/onlinepubs/
009695399 /functions/bzero.html
Sami Kerola  [Sun, 14 Aug 2016 19:28:20 +0000  (20:28 +0100)]  
dns: remove unnecessary dns_events() function
No longer needed after 
02a9e6193e5dec01198f7824b7ed92f320b4e7a9 
Sami Kerola  [Sun, 14 Aug 2016 19:11:36 +0000  (20:11 +0100)]  
warnings: stop variable shadowing
Sami Kerola  [Sun, 14 Aug 2016 10:31:28 +0000  (11:31 +0100)]  
usage: add short and long options and descriptions to usage()
Sami Kerola  [Sun, 14 Aug 2016 08:02:51 +0000  (09:02 +0100)]  
warnings: remove unnecessary file
The hello.c was added in commit 
de3d6bc16efea7e63910cce568498eed0e2cf45a 
Rogier Wolff  [Sat, 13 Aug 2016 10:50:38 +0000  (12:50 +0200)]  
Fixed pull #133 another way....
R.E. Wolff  [Tue, 9 Aug 2016 15:30:40 +0000  (17:30 +0200)]  
increased default unknownhosts #92 #132 #130
R.E. Wolff  [Tue, 9 Aug 2016 08:07:43 +0000  (10:07 +0200)]  
format sent and rcvd fields correctly for big numbers #66
R.E. Wolff  [Sat, 6 Aug 2016 12:11:21 +0000  (14:11 +0200)]  
Updated NEWS as in v0.87.1
R.E. Wolff  [Thu, 4 Aug 2016 11:09:24 +0000  (13:09 +0200)]  
fixed double printout of start time, issue 131
R.E. Wolff  [Wed, 3 Aug 2016 05:39:46 +0000  (07:39 +0200)]  
Merge branch 'newdns'
R.E. Wolff  [Wed, 3 Aug 2016 05:27:03 +0000  (07:27 +0200)]  
The release script bumped the version number
R.E. Wolff  [Tue, 2 Aug 2016 16:14:13 +0000  (18:14 +0200)]  
issue 128: compile should be in .gitignore
rewolff  [Mon, 1 Aug 2016 13:07:06 +0000  (15:07 +0200)]  
Merge pull request #127 from nikolaik/json
Nikolai R Kristiansen  [Fri, 29 Jul 2016 15:31:14 +0000  (17:31 +0200)]  
Add support for JSON as report output format
rewolff  [Fri, 29 Jul 2016 07:13:11 +0000  (09:13 +0200)]  
Merge pull request #126 from russor/master
russor  [Fri, 29 Jul 2016 05:46:48 +0000  (22:46 -0700)]  
add option to set graceperiod
rewolff  [Thu, 21 Jul 2016 11:12:21 +0000  (13:12 +0200)]  
Merge pull request #124 from aquerubin/master
rewolff  [Thu, 21 Jul 2016 11:12:16 +0000  (13:12 +0200)]  
Merge pull request #125 from aquerubin/newdns
aquerubin  [Thu, 21 Jul 2016 10:49:27 +0000  (00:49  -1000)]  
Merge branch 'newdns' of https://github.com/aquerubin/mtr into newdns
aquerubin  [Thu, 21 Jul 2016 10:46:08 +0000  (00:46  -1000)]  
Merge branch 'master' into newdns
aquerubin  [Thu, 21 Jul 2016 10:44:56 +0000  (00:44  -1000)]  
Update Tony's email address in the GTK credits.
aquerubin  [Thu, 21 Jul 2016 10:42:46 +0000  (00:42  -1000)]  
Fix Avg and Best column order to match column headers in GTK display.
rewolff  [Thu, 21 Jul 2016 06:01:26 +0000  (08:01 +0200)]  
Merge pull request #123 from aquerubin/newdns
aquerubin  [Wed, 20 Jul 2016 19:07:20 +0000  (09:07 -1000)]  
Merge updates from branch 'master' into newdns
rewolff  [Thu, 14 Jul 2016 14:58:18 +0000  (16:58 +0200)]  
Merge pull request #122 from h-ume/gtk-aslookup
Hajimu UMEMOTO  [Wed, 13 Jul 2016 16:52:02 +0000  (01:52  +0900)]  
Add aslookup support to gtk interface
rewolff  [Mon, 4 Jul 2016 10:37:22 +0000  (12:37 +0200)]  
Merge pull request #120 from yupeng820921/master
penyu  [Sun, 3 Jul 2016 20:12:01 +0000  (20:12 +0000)]  
add max-unknown option
rewolff  [Thu, 9 Jun 2016 21:42:49 +0000  (23:42 +0200)]  
Merge pull request #118 from zorun/improve_ipinfo
rewolff  [Thu, 9 Jun 2016 21:37:46 +0000  (23:37 +0200)]  
Merge pull request #119 from zorun/cosmetic
Baptiste Jonglez  [Thu, 9 Jun 2016 18:18:22 +0000  (19:18 +0100)]  
Fix wrap-around bug when displaying IP info (-y option)
Baptiste Jonglez  [Thu, 9 Jun 2016 17:43:27 +0000  (18:43 +0100)]  
Cosmetic cleanup of the option-parsing code
Baptiste Jonglez  [Thu, 9 Jun 2016 16:50:13 +0000  (17:50 +0100)]  
Document the -y option in the manpage
Baptiste Jonglez  [Thu, 9 Jun 2016 16:19:29 +0000  (17:19 +0100)]  
Allow enabling IP info and ASN lookup from the curses interface
rewolff  [Tue, 3 May 2016 09:01:11 +0000  (11:01 +0200)]  
Merge pull request #115 from aquerubin/newdns
rewolff  [Tue, 3 May 2016 09:00:18 +0000  (11:00 +0200)]  
Merge pull request #114 from aquerubin/master
Antonio Querubin  [Tue, 3 May 2016 08:47:09 +0000  (22:47 -1000)]  
Merge remote-tracking branch 'origin/master' into newdns
Antonio Querubin  [Tue, 3 May 2016 08:43:08 +0000  (22:43 -1000)]  
Use setcap instead of setuid when installing the binary.
rewolff  [Tue, 3 May 2016 05:15:23 +0000  (07:15 +0200)]  
Merge pull request #113 from aquerubin/newdns