log libpurple/dnsquery.c @ 30749:76049fde7ad2

age author description
2009-11-01 Paul Aurich dns: I don't think this worked correctly before.
2009-10-31 Paul Aurich dns: Avoid two warnings when building with --disable-idn.
2009-09-28 Mark Doliner merge of 'ad95721f47b1dcb2d2e5c50c91701526fc4fd67f'
2009-09-28 Paul Aurich Fix a string now that we're not in string freeze. Thanks, QuLogic!
2009-09-28 Elliott Sales de Andrade Minor leak fixes. Probably not too important since they're in DNS resolver
2009-09-25 brian lu More tightly scope a variable and avoid trying to free an unset variable.
2009-07-20 Paul Aurich Build fix on Windows. Thanks to SuperMMX.
2009-07-19 Paul Aurich Move the IDN support into the DNS routines.
2009-07-11 aman Don't assume a resolver generated the response.
2009-07-11 aman Don't fork a resolver process for IPs.
2009-07-11 aman Fix a leak of the queued_requests from purple_dnsquery_a.
2009-07-02 mauro brasil Increase the logging level of some debugging messages that seemed to be a
2009-05-22 Paul Aurich Call res_init() when DNS queries fail in case the failure indicates a timeout
2009-05-20 Mark Doliner Don't do IPv6 AAAA lookups if there is no IPv6 address configured on
2009-05-16 Richard Laager A patch from Scott Wolchok to replace snprintf() with g_snprintf() and
2009-01-06 Daniel Atallah Ludovico Cavedon noticed that on 64-bit platforms, when HAVE_GETADDRINFO isn't
2008-11-17 Richard Laager Fix a crash Jacky Lam noted on devel@pidgin.im:
2008-09-24 Mark Doliner Fix this debug message. Thanks to fledermaus who pointed it out.
2008-09-16 Mark Doliner Fix DNS resolution. I think I broke this this morning in my revision
2008-09-16 Mark Doliner There was a little weirdness with the code that called the UI function
2008-09-16 Mark Doliner Simplify two bits of code a little
2008-09-16 Mark Doliner Change a string to be more user friendly (people shouldn't have any idea
2008-09-16 Mark Doliner Improve a few comments
2008-09-16 Mark Doliner Revert my revision 849d4f7265598a9f0340411c4c0c0401d488ec3b, which
2008-09-10 Mark Doliner Fix this g_return_val_if_fail. It should have been returning TRUE or
2008-09-10 Mark Doliner In our child DNS lookup processes, don't bother to use select to watch
2008-09-10 Mark Doliner Currently when a child dns resolver process reads a domain name from
2008-05-27 Peter O'Gorman A patch from Peter O'Gorman at The Written Word, Inc. to fix various
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/