]> git.ipfire.org Git - thirdparty/mtr.git/shortlog
thirdparty/mtr.git
2016-09-29  Sami Kerolamisc: improve random initialization 151/head
2016-09-29  Sami Kerolawarnings: ensure printf will not overflow
2016-09-29  Sami Kerolaportability: fix bsd build
2016-09-25  Sami Kerolaperformance: make reset in net.c more effective
2016-09-17  rewolffMerge pull request #149 from jnweiger/patch-1
2016-09-17  Jürgen WeigertMention + and - keys in the man page 149/head
2016-09-05  rewolffMerge pull request #147 from kerolasa/various
2016-09-04  Sami Keroladocs: add Sami Kerola to authors 147/head
2016-09-04  Sami Kerolaperformance: set few variables read-only
2016-09-04  Sami Kerolacleanup: remove message duplicate
2016-09-04  Sami Kerolacleanup: correct display_offset variable usage
2016-09-04  Sami Kerolacleanup: set variable only if it is used
2016-09-04  Sami Kerolacleanup: remove more/bottom labels header separation...
2016-09-04  Sami Kerolaperformance: make get_iiwidth() to be const function
2016-09-04  Sami Kerolacleanup: make unused and const attributes to look the...
2016-09-04  Sami Kerolacrash fix: ctl->iiwidth_len was not initialized correctly
2016-09-04  Sami Kerolacrash fix: never return const string as address
2016-09-04  Sami Kerolacrash fix: add ctl structure to gtk Pause_clicked(...
2016-09-04  Sami Kerolacleanup: merge two trim functions to one
2016-09-04  Sami Kerolaperformance: use fewer printw() calls to center text
2016-09-04  Sami Kerolabug fix: long option --gracetime is correct, --graceper...
2016-09-04  Sami Kerolausability: add bash-completion file
2016-08-30  Sami Kerolaposix: do not use time(2) input argument
2016-08-29  Sami Kerolausability: use ISO-8601 timestamp
2016-08-29  Sami Kerolareliability: check writing to stdout and stderr was...
2016-08-29  Sami Kerolareliability: always check strdup() return value
2016-08-29  Sami Kerolareliability: always check malloc() return value
2016-08-29  Sami Kerolareliability: further removal of unsave string operation
2016-08-29  Sami Kerolareliability: ensure string copy results to a null deter...
2016-08-29  Sami Kerolacleanup: move generic utility functions to a separate...
2016-08-29  Sami Kerolacleanup: use ICMP definitions from linux/icmp.h when...
2016-08-29  Sami Kerolacleanup: avoid duplicating stdint.h
2016-08-29  Sami Kerolacleanup: remove commented out includes in dns.c
2016-08-29  Sami Kerolacleanup: use definition for a magic value appearing...
2016-08-29  Sami Kerolausability: print usage() if unknown options are used
2016-08-29  Sami Kerolawarnings: avoid vla when malloc() is more appropriate
2016-08-29  Sami Kerolawarnings: do not use zero as NULL
2016-08-29  Sami Kerolawarnings: correct function pointer prototype argument
2016-08-29  Sami Kerolacrash fix: make --xml not to dump core 146/head
2016-08-28  Sami Keroladata types: move rest of the global variables to contro...
2016-08-28  Sami Keroladata types: make control structure smaller
2016-08-28  Sami Keroladata types: move global data to control structures
2016-08-27  Sami Keroladocs: make manual page versioning automatic
2016-08-27  Sami Kerolausability: fix --mark documentation
2016-08-27  Sami Keroladata types: get rid of all globals that are easy to...
2016-08-24  Sami Kerolawarnings: fix use of uninitialized warning
2016-08-24  Sami Keroladata types: check with smatch everything is in resonabl...
2016-08-24  Sami Keroladata types: move variable declaration from header to...
2016-08-24  Sami Kerolacleanup: remove redundant redeclaration
2016-08-24  Sami Keroladata types: set static strings to be read-only
2016-08-23  rewolffMerge pull request #144 from kerolasa/mac
2016-08-23  Sami Kerolaportability: fix MacOS libresolv usage 144/head
2016-08-23  Sami Kerolaportability: MacOS does not have error() function
2016-08-23  Sami Kerolaportability: fix float max check from values.h
2016-08-22  Rogier Wolfffixed typo.
2016-08-22  rewolffMerge pull request #143 from kerolasa/2016-08-21
2016-08-21  Sami Kerolabuild-sys: tell function locality explicitly 143/head
2016-08-21  Sami Kerolabuild-sys: use system getopt_long() when it is available
2016-08-21  Sami Kerolacleanup: move max port number to be a define in net.h
2016-08-21  Sami Kerolausage: use error(3) error-reporting function
2016-08-21  Sami Kerolausage: be careful when parsing numeric user input
2016-08-21  rewolffMerge pull request #142 from kerolasa/pkg-config
2016-08-21  Sami Kerolacleanup: remove preprocessor missing functions go-arounds 142/head
2016-08-21  Sami Kerolausage: reflect ./configure choices in available command...
2016-08-21  Sami Kerolacleanup: remove obsolete herror() function
2016-08-21  Sami Kerolabuild-sys: remove unused autoconf check values
2016-08-21  Sami Kerolabuild-sys: simplify finding resolver library
2016-08-21  Sami Kerolacleanup: remove NO_SPLIT preprocessor check
2016-08-21  Sami Kerolabuild-sys: get rid of double negative ipinfo autotools...
2016-08-21  Sami Kerolabuild-sys: use pkg-config to find ncurses
2016-08-21  Sami Kerolabuild-sys: use pkg-config to find gtk+-2.0
2016-08-21  Sami Kerolabuild-sys: check pkg-config availability
2016-08-21  Rogier Wolfffixed #141 compile without SCTP if not available
2016-08-19  Rogier Wolfffixed #27 and #35 where the fix was tested a long time...
2016-08-18  rewolffMerge pull request #140 from aquerubin/stdev
2016-08-18  aquerubinFix standard deviation calculation. 140/head
2016-08-18  R.E. WolffPartial reverse of 6bb5b6b3b.
2016-08-18  R.E. Wolffmore cleanup
2016-08-18  rewolffMerge pull request #138 from kerolasa/2016-08-17
2016-08-17  Sami Kerolawarnings: fix --disable-ipv6 --without-ipinfo compilati... 138/head
2016-08-17  Sami Kerolabuild-sys: fix ./configure --disable-ipv6
2016-08-17  Sami Kerolabuild-sys: fix --without-ipinfo regressions
2016-08-17  Sami Kerolawarnigns: add void to functions that do not take any...
2016-08-17  R.E. Wolfffixed no-gtk build bug introduced with e2d898cc
2016-08-17  R.E. WolffMerge branch 'master' of github.com:traviscross/mtr
2016-08-17  rewolffMerge pull request #136 from kerolasa/2016-08-16
2016-08-16  Sami Kerolacleanup: remove unnecessary function 136/head
2016-08-16  Sami Kerolareadability: always use EXIT_* definitions from stdlib.h
2016-08-16  Sami Kerolawarnings: fix unused variable when ./configure --withou...
2016-08-16  Sami Kerolabuild-sys: require automake 1.11.6 or newer
2016-08-16  Sami Kerolabuild-sys: improve configure.am
2016-08-16  Sami Kerolabuild-sys: use build version script from gnulib
2016-08-16  Sami Kerolabuild-sys: remove old dist Makefile kludge
2016-08-16  Sami Kerolabuild-sys: fix make distcheck
2016-08-16  Sami Kerolawarnings: remove dead code
2016-08-16  Sami Kerolacast: do not downgrade to float when double should...
2016-08-16  Sami Kerolacomment: add value range note to initialization
2016-08-16  Sami Kerolawarnings: fix some missed unsigned vs signed variable...
2016-08-16  rewolffMerge pull request #135 from kerolasa/warnings
2016-08-15  Sami Kerolawarnings: multiply timeval seconds only when the value... 135/head
next