Mon, 25 Feb 2008 22:58:18 +0100 Protect EAI_NODATA with #ifdef. Fixes LM-120.
Owen Taylor <otaylor@redhat.com> [Mon, 25 Feb 2008 22:58:18 +0100] rev 342
Protect EAI_NODATA with #ifdef. Fixes LM-120. A recent change to GNU libc changes the EAI_NODATA constant in netdb.h to only be defined when _GNU_SOURCE is defined. A google for "loudmouth EAI_NODATA" indicates that EAI_NODATA is also problematical on FreeBSD. I'm attaching a patch that protects the usage of EAI_NODATA with an ifdef ... I think this is preferable to the sledgehammer of _GNU_SOURCE; while GNU libc can apparently still return this error value, using the default message in this rare corner case should not be a problem. committer: Mikael Hallendal <micke@imendio.com>
Mon, 25 Feb 2008 22:52:41 +0100 Fixed the keep alive rate when using TCP for handling keep alive. Fixes LM-121.
Mikael Hallendal <micke@imendio.com> [Mon, 25 Feb 2008 22:52:41 +0100] rev 341
Fixed the keep alive rate when using TCP for handling keep alive. Fixes LM-121. The keep alive rate was multiplied with 1000 to fit into g_timeout_add. Moved it so that the multiplication is done when calling g_time_add instead.
Mon, 25 Feb 2008 21:35:29 +0100 Added new line for g_log printouts
Mikael Hallendal <micke@imendio.com> [Mon, 25 Feb 2008 21:35:29 +0100] rev 340
Added new line for g_log printouts
Mon, 25 Feb 2008 21:16:57 +0100 Use g_log instead of g_debug for debug output.
Mikael Hallendal <micke@imendio.com> [Mon, 25 Feb 2008 21:16:57 +0100] rev 339
Use g_log instead of g_debug for debug output.
Mon, 25 Feb 2008 20:37:24 +0100 Merge branch 'senko'
Mikael Hallendal <micke@imendio.com> [Mon, 25 Feb 2008 20:37:24 +0100] rev 338
Merge branch 'senko'
Sun, 24 Feb 2008 01:01:24 +0100 Fixes LM-118 so that building on Mac OS X works again.
Richard Hult <richard@imendio.com> [Sun, 24 Feb 2008 01:01:24 +0100] rev 337
Fixes LM-118 so that building on Mac OS X works again. We need to include extra headers when building on Mac OS X. committer: Mikael Hallendal <micke@imendio.com>
Sun, 24 Feb 2008 00:42:57 +0100 Removed Daf and Senko from CONTRIBUTORS
Mikael Hallendal <micke@imendio.com> [Sun, 24 Feb 2008 00:42:57 +0100] rev 336
Removed Daf and Senko from CONTRIBUTORS They are now listed in the AUTHORS file.
Sun, 24 Feb 2008 00:40:41 +0100 Removed company listing from configure.ac
Mikael Hallendal <micke@imendio.com> [Sun, 24 Feb 2008 00:40:41 +0100] rev 335
Removed company listing from configure.ac
Sat, 23 Feb 2008 20:57:47 +0100 Added Daf and Senko to AUTHORS
Mikael Hallendal <micke@imendio.com> [Sat, 23 Feb 2008 20:57:47 +0100] rev 334
Added Daf and Senko to AUTHORS
Sat, 23 Feb 2008 20:30:49 +0100 Removed .cvsignore
Mikael Hallendal <micke@imendio.com> [Sat, 23 Feb 2008 20:30:49 +0100] rev 333
Removed .cvsignore committer: Mikael Hallendal <micke@jalapeno.home.hallendal.net>
(0) -300 -100 -10 +10 +100 +300 tip