log libpurple/dnssrv.c @ 23196:865c8e53c08e

age author description
2008-01-27 Mark Doliner Change some g_idle_add(...) calls in libpurple to purple_timeout_add(0, ...)
2008-01-16 Mark Doliner Fix a memleak that doesn't matter because it's in a child process
2008-01-14 Mark Doliner More compiler warning fixes from o_sukhodolsky (with additions by me).
2007-10-25 Ka-Hing Cheung explicit merge of '3380c786d272dcd9ab1360f49c3e4e51227af663'
2007-09-25 Daniel Atallah Forgot to remove a printf
2007-09-25 Daniel Atallah Close the pipes to the dnssrv child process. Fixes #3245
2007-09-28 Richard Laager applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defa
2007-09-28 Richard Laager applied changes from c32aee6deb5c7a5e5749d6e0598f588947b8d45c
2007-09-28 Richard Laager applied changes from 31d62e1a78974a0239e86bfeb42b29ab75216114
2007-09-16 Sean Egan remove gpl boilerplate from doxygen docs
2007-09-08 John Bailey The FSF changed its address a while ago; our files were out of date.
2007-07-01 Nick Hebner Fix up some linkage to compile on Visual Studio. He claims this doesn't
2007-05-05 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.
2007-04-29 Mark Doliner Mark two functions as "noreturn"
2007-03-19 Daniel Atallah merge of '921657d3f21f5190639852247331d608f5946095'
2007-03-19 Sean Egan sed -ie 's/gaim/purple/g'
2007-03-17 Daniel Atallah Minor cleanup.
2007-02-25 Evan Schoenberg Patch from Graham Booker which ensures that a process forked by dnsserv cleans up afterwards, calling waitpid() to make sure no zombies are left over.
2007-02-18 Evan Schoenberg Include util.h to fix a warning I introduced
2007-02-18 Evan Schoenberg Restore default signal handlers in fork()'d children. This adds a gaim_restore_default_signal_handlers() utility function since children are made in multiple places.
2007-01-20 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/