log libpurple/dnssrv.c @ 29653:d855ff9cf839

age author description
Tue, 27 May 2008 01:11:46 +0000 Peter O'Gorman A patch from Peter O'Gorman at The Written Word, Inc. to fix various
Sun, 27 Jan 2008 20:52:53 +0000 Mark Doliner Change some g_idle_add(...) calls in libpurple to purple_timeout_add(0, ...)
Wed, 16 Jan 2008 07:32:30 +0000 Mark Doliner Fix a memleak that doesn't matter because it's in a child process
Mon, 14 Jan 2008 07:13:49 +0000 Mark Doliner More compiler warning fixes from o_sukhodolsky (with additions by me).
Thu, 25 Oct 2007 07:39:26 +0000 Ka-Hing Cheung explicit merge of '3380c786d272dcd9ab1360f49c3e4e51227af663'
Tue, 25 Sep 2007 04:54:04 +0000 Daniel Atallah Forgot to remove a printf
Tue, 25 Sep 2007 04:51:04 +0000 Daniel Atallah Close the pipes to the dnssrv child process. Fixes #3245
Fri, 28 Sep 2007 16:22:27 +0000 Richard Laager applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defa
Fri, 28 Sep 2007 15:53:03 +0000 Richard Laager applied changes from c32aee6deb5c7a5e5749d6e0598f588947b8d45c
Fri, 28 Sep 2007 15:52:48 +0000 Richard Laager applied changes from 31d62e1a78974a0239e86bfeb42b29ab75216114
Sun, 16 Sep 2007 01:05:22 +0000 Sean Egan remove gpl boilerplate from doxygen docs
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Sun, 01 Jul 2007 01:54:25 +0000 Nick Hebner Fix up some linkage to compile on Visual Studio. He claims this doesn't
Sat, 05 May 2007 18:29:49 +0000 Evan Schoenberg If the read() in resolved() fails, we should detect the failure and set size (which it would otherwise set, since it is passed by reference) to 0 and res to NULL. This ''may'' fix a rather odd crash described in Adium Trac #6623 (http://trac.adiumx.com/ticket/6623), and it is certainly good sanity checking.
Sun, 29 Apr 2007 05:25:49 +0000 Mark Doliner Mark two functions as "noreturn"