Mercurial > pidgin
log libpurple/dnsquery.h @ 16546:317f3ae0ef93
age | author | description |
---|---|---|
Mon, 19 Mar 2007 07:01:17 +0000 | Sean Egan | sed -ie 's/gaim/purple/g' |
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 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()). |
Sat, 20 Jan 2007 02:32:10 +0000 | Sean Egan | Rename gtk/ and libgaim/ to pidgin/ and libpurple/ |