log libpurple/dnsquery.c @ 22819:42dfa1139b5c

age author description
Sun, 16 Mar 2008 20:36:52 +0000 Mark Doliner Fix a bunch of compiler warnings caused by my addition of G_GNUC_PRINTF()
Mon, 14 Jan 2008 07:13:49 +0000 Mark Doliner More compiler warning fixes from o_sukhodolsky (with additions by me).
Sat, 05 Jan 2008 18:01:12 +0000 Richard Laager Squash some compiler warnings, some from my -Wstrict-prototypes fixing.
Thu, 03 Jan 2008 04:57:40 +0000 Richard Laager Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
Tue, 18 Dec 2007 08:42:41 +0000 Mark Doliner Create a purple_gai_strerror() function similar to g_str_error() which
Sat, 03 Nov 2007 17:52:28 +0000 Nathan Walp replace most calls to strerror with calls to g_strerror. strerror will return
Fri, 19 Oct 2007 17:42:21 +0000 Luke Schierer applied changes from 77376fe079e753b612b3b8c901060e689f3dee11
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, 29 Apr 2007 05:25:49 +0000 Mark Doliner Mark two functions as "noreturn"
Mon, 19 Mar 2007 13:31:34 +0000 Daniel Atallah merge of '921657d3f21f5190639852247331d608f5946095'
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 17 Mar 2007 17:47:40 +0000 Daniel Atallah Minor cleanup.
Sun, 25 Feb 2007 23:02:25 +0000 Evan Schoenberg No changes; fixed a bunch of whitespace problems made by a text editor with 'use tabs' disabled. Sorry for the noise.
Sun, 25 Feb 2007 21:41:59 +0000 Evan Schoenberg Remove a g_return_val_if_fail() which isn't needed, made gaim_dnsquery_get_port() return an unsigned short and return 0 if query_data is NULL, and fixed a whitespace mistake
Sun, 25 Feb 2007 19:18:12 +0000 Evan Schoenberg Return -1 as 'invalid port' if passed NULL in gaim_dnsquery_get_port()
Sun, 25 Feb 2007 18:43:25 +0000 Evan Schoenberg The UI can now use the GaimDnsQueryUiOps to handle DNS resolving itself; if this is done, the platform-specific DNS query code won't be used. This will be used in Adium to use an efficient threads-based DNS resolve (since Adium is already multithreaded, this is significantly cheaper than fork()).
Sun, 18 Feb 2007 18:16:57 +0000 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.
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/