]> git.ipfire.org Git - thirdparty/mtr.git/log
thirdparty/mtr.git
9 years agoUpdate asn.c - 32bit asn widths 102/head
Theo Baschak [Sat, 2 Jan 2016 05:59:28 +0000 (23:59 -0600)] 
Update asn.c - 32bit asn widths

Now that 32-bit ASNs are becoming more common the output of -z should take their width into consideration.

9 years agoMerge pull request #101 from trittweiler/master
rewolff [Sat, 26 Dec 2015 14:18:19 +0000 (15:18 +0100)] 
Merge pull request #101 from trittweiler/master

Fix setting length field of UDP header to broken value on BSD systems.

9 years agoFix setting length field of UDP header to broken value on BSD systems. 101/head
Tobias Rittweiler [Sat, 26 Dec 2015 12:02:39 +0000 (13:02 +0100)] 
Fix setting length field of UDP header to broken value on BSD systems.

As per http://stackoverflow.com/a/15881825 which references the manpage
ip(4) on *BSD and MacOSX:

  "The ip_len and ip_off fields must be provided in host byte order.
   All other fields must be provided in network byte order."

Before this commit, mtr would incorrectly set the length field of the UDP
header in host byte order after the first packet, as can be witnessed in
the following excerpt:

1st packet (TTL=1):

IP (tos 0x0, ttl 1, id 51530, offset 0, flags [none], proto UDP (17), length 64)
    192.168.178.61.1143 > 8.8.8.8.33000: UDP, *** length 36 ***
IP (tos 0xc0, ttl 64, id 34040, offset 0, flags [none], proto ICMP (1), length 92)
    192.168.178.1 > 192.168.178.61: ICMP time exceeded in-transit, length 72
      IP (tos 0x0, ttl 1, id 51530, offset 0, flags [none], proto UDP (17), length 64)
         192.168.178.61.1143 > 8.8.8.8.33000: UDP, length 36

2nd packet (TTL=2):

IP (tos 0x0, ttl 2, id 17256, offset 0, flags [none], proto UDP (17), length 64)
    192.168.178.61.1143 > 8.8.8.8.33001: UDP, *** bad length 11256 > 36 ***
IP (tos 0xc0, ttl 254, id 6765, offset 0, flags [none], proto ICMP (1), length 56)
    62.52.201.192 > 192.168.178.61: ICMP time exceeded in-transit, length 36
      IP (tos 0x0, ttl 1, id 17256, offset 0, flags [none], proto UDP (17), length 64)
         192.168.178.61.1143 > 8.8.8.8.33001: UDP, bad length 11256 > 36

3rd packet (TTL=3):

IP (tos 0x0, ttl 3, id 54343, offset 0, flags [none], proto UDP (17), length 64)
    192.168.178.61.1143 > 8.8.8.8.33002: UDP, *** bad length 11256 > 36 ***
IP (tos 0x0, ttl 253, id 0, offset 0, flags [none], proto ICMP (1), length 56)
    62.53.22.220 > 192.168.178.61: ICMP time exceeded in-transit, length 36
      IP (tos 0x0, ttl 1, id 54343, offset 0, flags [none], proto UDP (17), length 64)
         192.168.178.61.1143 > 8.8.8.8.33002: UDP, bad length 11256 > 36

9 years agoMerge pull request #100 from trittweiler/master
rewolff [Sat, 26 Dec 2015 11:08:47 +0000 (12:08 +0100)] 
Merge pull request #100 from trittweiler/master

Fix and improvements for --csv

9 years agoasn.h: Guard against being included twice. 100/head
Tobias Rittweiler [Fri, 25 Dec 2015 12:11:00 +0000 (13:11 +0100)] 
asn.h: Guard against being included twice.

In order to surpress a warning on clang.

9 years ago--csv: Print a header line as the first line which names all columns.
Tobias Rittweiler [Fri, 25 Dec 2015 11:57:32 +0000 (12:57 +0100)] 
--csv: Print a header line as the first line which names all columns.

9 years ago--csv: Don't print spaces in columns.
Tobias Rittweiler [Fri, 25 Dec 2015 11:56:26 +0000 (12:56 +0100)] 
--csv: Don't print spaces in columns.

9 years agoFix typo in csv_close() that prevented any of the data columns from being printed.
Tobias Rittweiler [Fri, 25 Dec 2015 11:51:19 +0000 (12:51 +0100)] 
Fix typo in csv_close() that prevented any of the data columns from being printed.

9 years agoMerge pull request #98 from garethrandall/doc-updates
rewolff [Fri, 13 Nov 2015 08:30:02 +0000 (09:30 +0100)] 
Merge pull request #98 from garethrandall/doc-updates

State that Github is the preferred way to report bugs.

9 years agoState that Github is the preferred way to report bugs. 98/head
Gareth Randall [Thu, 12 Nov 2015 20:36:07 +0000 (20:36 +0000)] 
State that Github is the preferred way to report bugs.

9 years agoMerge pull request #91 from garethrandall/master
rewolff [Wed, 11 Nov 2015 22:57:06 +0000 (23:57 +0100)] 
Merge pull request #91 from garethrandall/master

Some improvements to the documentation.

9 years agoMerge pull request #93 from Narthorn/master
rewolff [Mon, 12 Oct 2015 13:10:17 +0000 (15:10 +0200)] 
Merge pull request #93 from Narthorn/master

curses: Fix background transparency in terminal

9 years agocurses: Fix background transparency in terminal 93/head
Narthorn [Mon, 12 Oct 2015 11:24:57 +0000 (13:24 +0200)] 
curses: Fix background transparency in terminal

Patch comes from, and closes traviscross/mtr#72.

9 years agoAdd a section about granting limited security capabilities. 91/head
Gareth Randall [Thu, 1 Oct 2015 17:28:10 +0000 (17:28 +0000)] 
Add a section about granting limited security capabilities.

9 years agoFix typos and update mailing list references.
Gareth Randall [Thu, 1 Oct 2015 17:27:53 +0000 (17:27 +0000)] 
Fix typos and update mailing list references.

9 years agoMerge pull request #90 from garethrandall/master
rewolff [Wed, 30 Sep 2015 16:38:28 +0000 (18:38 +0200)] 
Merge pull request #90 from garethrandall/master

Remove a warning message at compile time.

9 years agoRemove a warning message at compile time. 90/head
Gareth Randall [Wed, 30 Sep 2015 16:05:40 +0000 (16:05 +0000)] 
Remove a warning message at compile time.
Warning was produced when running:
$ ./configure --without-gtk
$ make
display.c: In function ‘display_keyaction’:
display.c:169:5: warning: ‘return’ with no value, in function returning non-void [-Wreturn-type]
     return mtr_curses_keyaction();
     ^

10 years agoMerge pull request #85 from culugyx/x-tag-r1
rewolff [Thu, 9 Jul 2015 05:53:48 +0000 (07:53 +0200)] 
Merge pull request #85 from culugyx/x-tag-r1

Raw output: add x for a ping-packet-sent event, add sequence numbers to the replies.

10 years agoRaw output: add x for a ping-packet-sent event. 85/head
Guo Yixuan [Tue, 14 Apr 2015 23:53:34 +0000 (19:53 -0400)] 
Raw output: add x for a ping-packet-sent event.

This is needed for loss rate calculation.
Supports ICMP/UDP/TCP.
Also adds sequence number to pingline.

10 years agoMerge pull request #84 from garethrandall/master
rewolff [Mon, 29 Jun 2015 17:10:27 +0000 (19:10 +0200)] 
Merge pull request #84 from garethrandall/master

Filled in some of the missing man page sections.

10 years agoFilled in some of the missing man page sections. 84/head
Gareth Randall [Mon, 29 Jun 2015 16:47:23 +0000 (16:47 +0000)] 
Filled in some of the missing man page sections.

10 years agoMerge pull request #81 from swordfeng/sctp-support
rewolff [Fri, 5 Jun 2015 13:07:52 +0000 (15:07 +0200)] 
Merge pull request #81 from swordfeng/sctp-support

Add SCTP support by swordfeng

10 years agofix sctp header structure 81/head
swordfeng [Fri, 5 Jun 2015 12:43:04 +0000 (20:43 +0800)] 
fix sctp header structure

10 years agoremove comment
swordfeng [Fri, 5 Jun 2015 12:23:08 +0000 (20:23 +0800)] 
remove comment

10 years agoAdd SCTP support (same way with tcp)
swordfeng [Fri, 5 Jun 2015 12:16:29 +0000 (20:16 +0800)] 
Add SCTP support (same way with tcp)

10 years agochanged the name of the ping timout timer from 'tag' to 'ping timeout timer'
R.E. Wolff [Mon, 6 Apr 2015 09:39:26 +0000 (11:39 +0200)] 
changed the name of the ping timout timer from 'tag' to 'ping timeout timer'

10 years agoMerge pull request #79 from kurkav/pauseFix
rewolff [Mon, 6 Apr 2015 09:38:09 +0000 (11:38 +0200)] 
Merge pull request #79 from kurkav/pauseFix

Fixed behaviour of Pause button

10 years agoFixed behaviour of Pause button 79/head
Vojtech Kurka [Sun, 5 Apr 2015 14:03:10 +0000 (16:03 +0200)] 
Fixed behaviour of Pause button

10 years agoMerge pull request #77 from dhduvall/master
rewolff [Thu, 26 Mar 2015 06:31:12 +0000 (07:31 +0100)] 
Merge pull request #77 from dhduvall/master

Fix issue #76: rationalize the discovery of a terminal handling library

10 years agoFix issue #76: rationalize the discovery of a terminal handling library 77/head
Danek Duvall [Wed, 25 Mar 2015 17:10:49 +0000 (10:10 -0700)] 
Fix issue #76: rationalize the discovery of a terminal handling library

10 years agomodified name of timeout variable to prevent warning on solaris.
R.E. Wolff [Mon, 23 Mar 2015 08:09:59 +0000 (09:09 +0100)] 
modified name of timeout variable to prevent warning on solaris.

10 years agofix for printing space field in XML.
R.E. Wolff [Sun, 15 Mar 2015 17:38:12 +0000 (18:38 +0100)] 
fix for printing space field in XML.

10 years agoMerge pull request #70 from kiwano/master
rewolff [Mon, 5 Jan 2015 18:07:58 +0000 (19:07 +0100)] 
Merge pull request #70 from kiwano/master

Added --displaymode option

10 years agoAdded --displaymode option 70/head
Kris Coward [Mon, 5 Jan 2015 17:17:48 +0000 (12:17 -0500)] 
Added --displaymode option

10 years agoadded use-default-colors...
Rogier Wolff [Mon, 29 Dec 2014 08:22:46 +0000 (09:22 +0100)] 
added use-default-colors...

10 years agoremoved warning about IPV6 socket when IPV6 is not available at runtime
R.E. Wolff [Sun, 28 Dec 2014 16:39:16 +0000 (17:39 +0100)] 
removed warning about IPV6 socket when IPV6 is not available at runtime

10 years agoMerge branch 'master' of github.com:traviscross/mtr
R.E. Wolff [Wed, 10 Dec 2014 14:57:12 +0000 (15:57 +0100)] 
Merge branch 'master' of github.com:traviscross/mtr

10 years agoexplanation of the version numbers in NEWS.
R.E. Wolff [Wed, 10 Dec 2014 14:57:01 +0000 (15:57 +0100)] 
explanation of the version numbers in NEWS.

10 years agoMerge pull request #63 from garethrandall/readme-fixes
rewolff [Tue, 9 Dec 2014 14:01:11 +0000 (15:01 +0100)] 
Merge pull request #63 from garethrandall/readme-fixes

Corrected the "without gtk" reference to "./configure --without-gtk", be...

10 years agoCorrected the "without gtk" reference to "./configure --without-gtk", because the... 63/head
Gareth Randall [Tue, 9 Dec 2014 13:16:32 +0000 (13:16 +0000)] 
Corrected the "without gtk" reference to "./configure --without-gtk", because the previous version "--WITHOUT_GTK" caused an error.
The error message was:
    configure: error: unrecognized option: `--WITHOUT_GTK'
Also fixed a couple of README typos.

10 years agoThe release script bumped the version number v0.86
R.E. Wolff [Tue, 9 Dec 2014 11:20:57 +0000 (12:20 +0100)] 
The release script bumped the version number

10 years agoMerge pull request #61 from dmbaturin/master
rewolff [Sat, 6 Dec 2014 08:16:04 +0000 (09:16 +0100)] 
Merge pull request #61 from dmbaturin/master

Make XML report output well formed.

10 years agoMake XML report output well formed. 61/head
Daniil Baturin [Sat, 6 Dec 2014 04:58:43 +0000 (10:58 +0600)] 
Make XML report output well formed.
Remove % from Loss tag name, add quotes around attribute names,
add XML header.

10 years agofix ping graph bug
Roger Wolff [Thu, 30 Oct 2014 07:58:19 +0000 (08:58 +0100)] 
fix ping graph bug

10 years agoMerge pull request #58 from elindsey/master
rewolff [Mon, 18 Aug 2014 05:53:07 +0000 (07:53 +0200)] 
Merge pull request #58 from elindsey/master

document which version added TCP support

10 years agodocument which version added TCP support 58/head
Eli Lindsey [Sun, 17 Aug 2014 15:53:22 +0000 (08:53 -0700)] 
document which version added TCP support

10 years agoMerge pull request #57 from hloeung/master
rewolff [Sat, 16 Aug 2014 08:10:09 +0000 (10:10 +0200)] 
Merge pull request #57 from hloeung/master

Revert previous set of changes that turned out to be "debian-only".

10 years agoRevert "Fixed to consider IPv6 nameservers and to also handle case where only IPv6... 57/head
Haw Loeung [Sat, 16 Aug 2014 00:06:15 +0000 (10:06 +1000)] 
Revert "Fixed to consider IPv6 nameservers and to also handle case where only IPv6 nameservers are specified."

This reverts commit f45352dcb7e92471edd0e69de950c30e78d00424.

10 years agoRevert "Make it more portable and also fixed dorequest() and dns_ack6() to include...
Haw Loeung [Fri, 15 Aug 2014 23:32:37 +0000 (09:32 +1000)] 
Revert "Make it more portable and also fixed dorequest() and dns_ack6() to include IPv6 nameservers."

This reverts commit 8e1bea50eee25c0ba8550254ad14fcba0614ed83.

10 years agoRevert "One more fix."
Haw Loeung [Fri, 15 Aug 2014 23:32:36 +0000 (09:32 +1000)] 
Revert "One more fix."

This reverts commit c02701de3bc91760b0f7af67a08d4b2189b6510f.

10 years agoRevert "modified hloeung's glibc test"
Haw Loeung [Fri, 15 Aug 2014 23:32:34 +0000 (09:32 +1000)] 
Revert "modified hloeung's glibc test"

This reverts commit ff22833854960be90648666e7fab22b6f9bdd616.

10 years agoRevert "fixed warning in net.c, fixed missing define of NSCOUNT in dns.c"
Haw Loeung [Fri, 15 Aug 2014 23:32:27 +0000 (09:32 +1000)] 
Revert "fixed warning in net.c, fixed missing define of NSCOUNT in dns.c"

This reverts commit 9a2aa603a0251148602731c1ae2857f032d0bad0.

10 years agofixed warning in net.c, fixed missing define of NSCOUNT in dns.c
Roger Wolff [Fri, 15 Aug 2014 09:48:16 +0000 (11:48 +0200)] 
fixed warning in net.c, fixed missing define of NSCOUNT in dns.c

10 years agomodified hloeung's glibc test
Roger Wolff [Fri, 15 Aug 2014 09:42:39 +0000 (11:42 +0200)] 
modified hloeung's glibc test

10 years agoOne more fix. 56/head
Haw Loeung [Fri, 15 Aug 2014 07:58:35 +0000 (17:58 +1000)] 
One more fix.

10 years agoMake it more portable and also fixed dorequest() and dns_ack6() to include IPv6 names...
Haw Loeung [Fri, 15 Aug 2014 07:55:02 +0000 (17:55 +1000)] 
Make it more portable and also fixed dorequest() and dns_ack6() to include IPv6 nameservers.

10 years agoFixed to consider IPv6 nameservers and to also handle case where only IPv6 nameserver...
Haw Loeung [Fri, 15 Aug 2014 02:25:20 +0000 (12:25 +1000)] 
Fixed to consider IPv6 nameservers and to also handle case where only IPv6 nameservers are specified.

11 years agoMerge pull request #53 from dballing/master
rewolff [Mon, 14 Jul 2014 14:05:40 +0000 (16:05 +0200)] 
Merge pull request #53 from dballing/master

Made the '?' bold-red

11 years agoImplemented the changes requested by maintainer for '?' color implementation. 53/head
Derek J. Balling [Mon, 14 Jul 2014 10:19:43 +0000 (06:19 -0400)] 
Implemented the changes requested by maintainer for '?' color implementation.

11 years agoMade the '?' bold-red
Derek J. Balling [Sun, 13 Jul 2014 20:21:39 +0000 (16:21 -0400)] 
Made the '?' bold-red

11 years agoMerge pull request #52 from zorun/documentation-fixes
rewolff [Sat, 12 Jul 2014 07:32:45 +0000 (09:32 +0200)] 
Merge pull request #52 from zorun/documentation-fixes

Documentation fixes

11 years agoPrint a meaningful error when -M is used but SO_MARK is not supported 52/head
Baptiste Jonglez [Sat, 12 Jul 2014 05:50:52 +0000 (14:50 +0900)] 
Print a meaningful error when -M is used but SO_MARK is not supported

11 years agoDocument environment variables, especially MTR_OPTIONS
Baptiste Jonglez [Sat, 12 Jul 2014 05:50:27 +0000 (14:50 +0900)] 
Document environment variables, especially MTR_OPTIONS

11 years agoClarify manpage regarding -a option
Baptiste Jonglez [Sat, 12 Jul 2014 05:28:11 +0000 (14:28 +0900)] 
Clarify manpage regarding -a option

11 years agoMerge pull request #50 from kilobyte/master
rewolff [Sat, 12 Jul 2014 05:26:00 +0000 (07:26 +0200)] 
Merge pull request #50 from kilobyte/master

Colourize the ping graph in curses.
I've been thinking about making this an option (i.e. you can disable this on the command line).
Decision: No, set your terminal type to something that doesn't support colors if you don't want colors.

11 years agoImprove command-line handling and documentation
Baptiste Jonglez [Sat, 12 Jul 2014 04:40:45 +0000 (13:40 +0900)] 
Improve command-line handling and documentation

In particular:

- generally improve the look of the man page and help message
- add missing command line options to the man page
- reorder command line options to be more consistent
- use the same order for command line options everywhere (man page, code, help message)
- add missing switches in getopt_long call (-M, -F)
- fix incorrect switch in getopt_long call (-Z)

Note that a few options were never documented (they are now marked as
"MISSING" in the man page).

11 years agoColourize the ping graph in curses. 50/head
Adam Borowski [Fri, 11 Jul 2014 19:47:03 +0000 (21:47 +0200)] 
Colourize the ping graph in curses.

The display used, .123abc> is nearly completely unreadable at a glance.
We can use colours, as the only terminal from last 25 years I'm aware of
that did not support colours was Win3.1/95 telnet.exe, and even that did
degrade to monochrome rather than to garbage.

11 years agofixed len confusion for IPV4 / IPV6 addresses
R.E. Wolff [Fri, 20 Jun 2014 12:26:36 +0000 (14:26 +0200)] 
fixed len confusion for IPV4 / IPV6 addresses

11 years agoMerge pull request #48 from jta/master
rewolff [Thu, 19 Jun 2014 03:52:51 +0000 (05:52 +0200)] 
Merge pull request #48 from jta/master

Add support for setting SO_MARK through --mark option.

11 years agoAdd support for setting SO_MARK through --mark option. 48/head
João Taveira Araújo [Wed, 18 Jun 2014 18:55:52 +0000 (19:55 +0100)] 
Add support for setting SO_MARK through --mark option.

This emulates the -m option for ping provided in iputils. When coupled
with iptables, this option provides a means of using source routing to
force probes through a consistent nexthop on multihomed systems.

11 years agoMerge pull request #46 from dhduvall/master
rewolff [Sat, 14 Jun 2014 06:29:23 +0000 (08:29 +0200)] 
Merge pull request #46 from dhduvall/master

Fix a potential buffer overrun from an off-by-one error.

11 years agoFix a potential buffer overrun from an off-by-one error. 46/head
Danek Duvall [Fri, 13 Jun 2014 22:15:12 +0000 (15:15 -0700)] 
Fix a potential buffer overrun from an off-by-one error.

11 years agofixed DNS confusion in select.c if dnsfd(6) == 0
R.E. Wolff [Mon, 28 Apr 2014 14:55:47 +0000 (16:55 +0200)] 
fixed DNS confusion in select.c if dnsfd(6) == 0

11 years agoMerge pull request #41 from aquerubin/master
rewolff [Wed, 29 Jan 2014 06:21:13 +0000 (22:21 -0800)] 
Merge pull request #41 from aquerubin/master

Restore the resolver query order to their relative position in resolv.conf

11 years agoRestore the name resolver query order to their relative position in 41/head
aquerubin [Wed, 29 Jan 2014 00:50:06 +0000 (14:50 -1000)] 
Restore the name resolver query order to their relative position in
/etc/resolv.conf (the IPv6 resolver patch I submitted earlier broke this
normal, expected behaviour).  Ie. currently, IPv6 resolvers are always
queried before IPv4 resolvers regardless of their position in
resolv.conf.

Update my email address in AUTHORS.

11 years agoRemoved Email addr on request.
R.E. Wolff [Wed, 4 Dec 2013 07:48:24 +0000 (08:48 +0100)] 
Removed Email addr on request.

11 years agoMoved include of config.h above all other includes.
Roger Wolff [Sat, 26 Oct 2013 17:13:48 +0000 (19:13 +0200)] 
Moved include of config.h above all other includes.

11 years agoDirect contributors to github in man page
Travis Cross [Mon, 7 Oct 2013 20:58:33 +0000 (20:58 +0000)] 
Direct contributors to github in man page

11 years agoFix remaining single-space after stop in manpage
Travis Cross [Mon, 7 Oct 2013 20:55:13 +0000 (20:55 +0000)] 
Fix remaining single-space after stop in manpage

11 years agoMerge Richard Hartmann's tweaks to the man page
Travis Cross [Mon, 7 Oct 2013 21:03:00 +0000 (21:03 +0000)] 
Merge Richard Hartmann's tweaks to the man page

11 years agomtr.8: Improve help on -i 34/head
Richard Hartmann [Mon, 7 Oct 2013 19:47:34 +0000 (21:47 +0200)] 
mtr.8: Improve help on -i

11 years agomtr.8: Use two whitespace after all full stops
Richard Hartmann [Mon, 7 Oct 2013 19:42:39 +0000 (21:42 +0200)] 
mtr.8: Use two whitespace after all full stops

11 years agoMerge pull request #33 from msekletar/master
rewolff [Thu, 3 Oct 2013 14:09:02 +0000 (07:09 -0700)] 
Merge pull request #33 from msekletar/master

doc: add missing documentation
Looks good! thanks!

11 years agodoc: add missing documentation 33/head
Michal Sekletar [Thu, 3 Oct 2013 13:45:28 +0000 (15:45 +0200)] 
doc: add missing documentation

11 years agoMerge pull request #32 from msekletar/master
rewolff [Tue, 24 Sep 2013 14:21:27 +0000 (07:21 -0700)] 
Merge pull request #32 from msekletar/master

dns: iterate over all configured nameservers

11 years agodns: iterate over all configured nameservers 32/head
Michal Sekletar [Tue, 24 Sep 2013 10:56:11 +0000 (12:56 +0200)] 
dns: iterate over all configured nameservers

Previously if there were three nameservers configured and third one was
reachable via IPv6 we didn't sent query to it, since NSCOUNT6 was equal to
one. Clearly it was the original intention to sent query to all IPv6
nameservers.

Reported-by: Benedikt Gollatz <benedikt@gollatz.net>
11 years agoMerge pull request #31 from msekletar/master
rewolff [Wed, 18 Sep 2013 05:36:20 +0000 (22:36 -0700)] 
Merge pull request #31 from msekletar/master

core: introduce grace period
This patch was somehow lost. I wrote and included this for 0.81, but it was removed again in 0.82. This was before git, so things were a bit messy back then. Sorry.

11 years agocore: introduce grace period 31/head
Michal Sekletar [Tue, 17 Sep 2013 14:11:20 +0000 (16:11 +0200)] 
core: introduce grace period

In report mode we break out from select loop immediately after we reach
maximum count of iterations. But we should wait for packets which are still on
the way.

In order to fix the issue we introduce grace period during which we don't send
out more packets but we just wait for responses which might be still on the way.

resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1009051

11 years agofixed 100% CPU bug when paused
R.E. Wolff [Wed, 21 Aug 2013 15:23:31 +0000 (17:23 +0200)] 
fixed 100% CPU bug when paused

11 years agoMerge pull request #26 from RichiH/master
rewolff [Wed, 7 Aug 2013 11:17:07 +0000 (04:17 -0700)] 
Merge pull request #26 from RichiH/master

SECURITY: Improve/fix wording, spelling, and formatting

11 years agoSECURITY: Improve/fix wording, spelling, and formatting 26/head
Richard Hartmann [Wed, 7 Aug 2013 10:41:18 +0000 (12:41 +0200)] 
SECURITY: Improve/fix wording, spelling, and formatting

11 years agoMerge pull request #25 from RichiH/patch-4
rewolff [Wed, 7 Aug 2013 10:37:20 +0000 (03:37 -0700)] 
Merge pull request #25 from RichiH/patch-4

README: Specify GPLv2

11 years agoREADME: Specify GPLv2 25/head
Richard Hartmann [Wed, 7 Aug 2013 10:12:22 +0000 (12:12 +0200)] 
README: Specify GPLv2

11 years agoMerge pull request #23 from RichiH/patch-2
rewolff [Wed, 7 Aug 2013 10:01:08 +0000 (03:01 -0700)] 
Merge pull request #23 from RichiH/patch-2

NEWS: Fix spelling

11 years agoMerge pull request #22 from RichiH/patch-1
rewolff [Wed, 7 Aug 2013 09:59:50 +0000 (02:59 -0700)] 
Merge pull request #22 from RichiH/patch-1

select.c: Improve comment

11 years agoNEWS: Fix spelling 23/head
Richard Hartmann [Wed, 7 Aug 2013 09:47:39 +0000 (11:47 +0200)] 
NEWS: Fix spelling

11 years agoselect.c: Improve comment 22/head
Richard Hartmann [Wed, 7 Aug 2013 09:44:29 +0000 (11:44 +0200)] 
select.c: Improve comment

Be more verbose about why a longer timeout makes sense.

11 years agofix '100% CPU when paused' bug. debian 637546. But that's not the first report.
Roger Wolff [Tue, 6 Aug 2013 05:53:57 +0000 (07:53 +0200)] 
fix '100% CPU when paused' bug. debian 637546. But that's not the first report.

12 years agofixed manpage, updated NEWS
Roger Wolff [Tue, 16 Jul 2013 12:37:28 +0000 (14:37 +0200)] 
fixed manpage, updated NEWS

12 years agoFix bombout with ipv6 enabled binary on ipv4 only system.
Roger Wolff [Tue, 16 Jul 2013 11:59:52 +0000 (13:59 +0200)] 
Fix bombout with ipv6 enabled binary on ipv4 only system.