log libpurple/dnssrv.c @ 29482:bd28b8515eb2

age author description
Tue, 02 Feb 2010 20:42:00 +0000 Mark Doliner We should be using the type listed in the response, not in the
Sun, 01 Nov 2009 03:23:03 +0000 Paul Aurich dns: Check read/write return value to silence a bunch of warnings.
Sat, 31 Oct 2009 22:25:22 +0000 Paul Aurich dns: Avoid two warnings when building with --disable-idn.
Tue, 13 Oct 2009 17:24:38 +0000 Paul Aurich Shut up valgrind ("unitialized bytes(s)...") and changelog.
Tue, 13 Oct 2009 17:23:00 +0000 Paul Aurich Fix the code dealing with writing a TXT lookup response from child to parent.
Sat, 03 Oct 2009 03:25:05 +0000 Paul Aurich Null-terminate this string explicitly to avoid valgrind complaining.
Wed, 19 Aug 2009 18:54:54 +0000 Paul Aurich Fix not calling the SRV timeout on the win32 code. Closes #9956.
Sun, 19 Jul 2009 23:45:13 +0000 Paul Aurich Move the IDN support into the DNS routines.
Sun, 05 Jul 2009 05:04:33 +0000 Etan Reisner I was seeing some crashes when connecting to Google Talk on my work laptop.
Mon, 29 Jun 2009 06:49:59 +0000 Mark Doliner Changes to our DNS SRV record sorting, care of Vijay Vijay Raghunathan
Mon, 29 Jun 2009 05:02:24 +0000 Mark Doliner Strip trailing whitespace and spaces to tab
Fri, 22 May 2009 04:44:07 +0000 Paul Aurich Call res_init() when DNS queries fail in case the failure indicates a timeout
Tue, 28 Apr 2009 23:35:32 +0000 Paul Aurich Missed one (copying changes manually between computers is clearly an error-ful
Tue, 28 Apr 2009 23:03:09 +0000 Paul Aurich Build error/warning fixes. Still not tested because libxmpp.dll won't load.
Sat, 11 Apr 2009 21:20:31 +0000 Paul Aurich Hide PurpleTxtResponse and use a more purple API