summaryrefslogtreecommitdiff
path: root/libpurple/dnsquery.c
Commit message (Expand)AuthorAgeFilesLines
* dns: I don't think this worked correctly before.Paul Aurich2009-11-011-4/+2
* dns: Avoid two warnings when building with --disable-idn.Paul Aurich2009-10-311-0/+2
* merge of 'b0bc7df691c5fcafb200493bc0fe88d8a5e2739b'Mark Doliner2009-09-281-5/+2
|\
| * Fix a string now that we're not in string freeze. Thanks, QuLogic!Paul Aurich2009-09-281-5/+2
* | Minor leak fixes. Probably not too important since they're in DNS resolverElliott Sales de Andrade2009-09-281-0/+3
|/
* More tightly scope a variable and avoid trying to free an unset variable.Brian Lu2009-09-251-2/+2
* Build fix on Windows. Thanks to SuperMMX.Paul Aurich2009-07-201-3/+3
* Move the IDN support into the DNS routines.Paul Aurich2009-07-191-6/+75
* Don't assume a resolver generated the response.Aman Gupta2009-07-111-2/+5
* Don't fork a resolver process for IPs.Aman Gupta2009-07-111-15/+30
* Fix a leak of the queued_requests from purple_dnsquery_a.Aman Gupta2009-07-111-2/+3
* Increase the logging level of some debugging messages that seemed to be aMauro Brasil2009-07-021-1/+1
* Call res_init() when DNS queries fail in case the failure indicates a timeoutPaul Aurich2009-05-221-1/+7
* Don't do IPv6 AAAA lookups if there is no IPv6 address configured onMark Doliner2009-05-201-0/+6
* A patch from Scott Wolchok to replace snprintf() with g_snprintf() andRichard Laager2009-05-161-1/+1
* Ludovico Cavedon noticed that on 64-bit platforms, when HAVE_GETADDRINFO isn'tDaniel Atallah2009-01-061-3/+3
* Fix a crash Jacky Lam noted on devel@pidgin.im:Richard Laager2008-11-171-3/+6
* Fix this debug message. Thanks to fledermaus who pointed it out.Mark Doliner2008-09-241-2/+2
* Fix DNS resolution. I think I broke this this morning in my revisionMark Doliner2008-09-161-3/+5
* There was a little weirdness with the code that called the UI functionMark Doliner2008-09-161-7/+6
* Simplify two bits of code a littleMark Doliner2008-09-161-5/+2
* Change a string to be more user friendly (people shouldn't have any ideaMark Doliner2008-09-161-1/+1
* Improve a few commentsMark Doliner2008-09-161-10/+13
* Revert my revision 3777b91f70ab86e67c1e039d08fb6d87e06f20d6, whichMark Doliner2008-09-161-0/+17
* Fix this g_return_val_if_fail. It should have been returning TRUE orMark Doliner2008-09-101-3/+8
* In our child DNS lookup processes, don't bother to use select to watchMark Doliner2008-09-101-10/+0
* Currently when a child dns resolver process reads a domain name fromMark Doliner2008-09-101-15/+0
* A patch from Peter O'Gorman at The Written Word, Inc. to fix variousPeter O'Gorman2008-05-271-10/+13
* Fix a bunch of compiler warnings caused by my addition of G_GNUC_PRINTF()Mark Doliner2008-03-161-1/+1
* More compiler warning fixes from o_sukhodolsky (with additions by me).Mark Doliner2008-01-141-12/+33
* Squash some compiler warnings, some from my -Wstrict-prototypes fixing.Richard Laager2008-01-051-1/+1
* Probe for -Wstrict-prototypes to get some more warnings. I then cleaned upRichard Laager2008-01-031-3/+3
* Create a purple_gai_strerror() function similar to g_str_error() whichMark Doliner2007-12-181-2/+2
* replace most calls to strerror with calls to g_strerror. strerror will returnNathan Walp2007-11-031-5/+5
* Fix leakage in the win32 dnsquery implementation.Daniel Atallah2007-10-051-6/+5
* applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defaRichard Laager2007-09-281-2/+3
* The FSF changed its address a while ago; our files were out of date.John Bailey2007-09-081-1/+1
* Mark two functions as "noreturn"Mark Doliner2007-04-291-2/+2
* merge of '4de1981757fc09240de68fe8f93e47f41a2432a4'Daniel Atallah2007-03-191-112/+112
|\
| * sed -ie 's/gaim/purple/g'Sean Egan2007-03-191-112/+112
* | Minor cleanup.Daniel Atallah2007-03-171-1/+1
|/
* No changes; fixed a bunch of whitespace problems made by a text editor with '...Evan Schoenberg2007-02-251-33/+33
* Remove a g_return_val_if_fail() which isn't needed, made gaim_dnsquery_get_po...Evan Schoenberg2007-02-251-5/+6
* Return -1 as 'invalid port' if passed NULL in gaim_dnsquery_get_port()Evan Schoenberg2007-02-251-1/+1
* The UI can now use the GaimDnsQueryUiOps to handle DNS resolving itself; if t...Evan Schoenberg2007-02-251-1/+71
* Restore default signal handlers in fork()'d children. This adds a gaim_resto...Evan Schoenberg2007-02-181-5/+1
* Rename gtk/ and libgaim/ to pidgin/ and libpurple/Sean Egan2007-01-201-0/+909