log libpurple/dnsquery.c @ 22961:1fa5ceab08d4

age author description
2008-03-16 Mark Doliner Fix a bunch of compiler warnings caused by my addition of G_GNUC_PRINTF()
2008-01-14 Mark Doliner More compiler warning fixes from o_sukhodolsky (with additions by me).
2008-01-05 Richard Laager Squash some compiler warnings, some from my -Wstrict-prototypes fixing.
2008-01-03 Richard Laager Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
2007-12-18 Mark Doliner Create a purple_gai_strerror() function similar to g_str_error() which
2007-11-03 Nathan Walp replace most calls to strerror with calls to g_strerror. strerror will return
2007-10-19 Luke Schierer applied changes from 77376fe079e753b612b3b8c901060e689f3dee11
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-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 No changes; fixed a bunch of whitespace problems made by a text editor with 'use tabs' disabled. Sorry for the noise.
2007-02-25 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
2007-02-25 Evan Schoenberg Return -1 as 'invalid port' if passed NULL in gaim_dnsquery_get_port()
2007-02-25 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()).
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/