summaryrefslogtreecommitdiff
path: root/libpurple/dnssrv.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some cases where an arbitrary string was being specified as a printf format.Daniel Atallah2010-09-171-1/+1
* We should be using the type listed in the response, not in theMark Doliner2010-02-021-2/+2
* dns: Check read/write return value to silence a bunch of warnings.Paul Aurich2009-11-011-14/+59
* dns: Avoid two warnings when building with --disable-idn.Paul Aurich2009-10-311-0/+2
* Shut up valgrind ("unitialized bytes(s)...") and changelog.Paul Aurich2009-10-131-0/+1
* Fix the code dealing with writing a TXT lookup response from child to parent.Paul Aurich2009-10-131-6/+27
* Null-terminate this string explicitly to avoid valgrind complaining.Paul Aurich2009-10-031-0/+1
* Fix not calling the SRV timeout on the win32 code. Closes #9956.Paul Aurich2009-08-191-2/+9
* Move the IDN support into the DNS routines.Paul Aurich2009-07-191-5/+48
* I was seeing some crashes when connecting to Google Talk on my work laptop.Etan Reisner2009-07-051-34/+35
* Changes to our DNS SRV record sorting, care of Vijay Vijay RaghunathanMark Doliner2009-06-291-3/+141
* Strip trailing whitespace and spaces to tabMark Doliner2009-06-291-10/+9
* Call res_init() when DNS queries fail in case the failure indicates a timeoutPaul Aurich2009-05-221-49/+70
* Missed one (copying changes manually between computers is clearly an error-fulPaul Aurich2009-04-281-1/+1
* Build error/warning fixes. Still not tested because libxmpp.dll won't load.Paul Aurich2009-04-281-6/+4
* Hide PurpleTxtResponse and use a more purple APIPaul Aurich2009-04-111-25/+36
* First crack at Win32 TXT DNS query code and don't leak the PurpleTxtResponsesPaul Aurich2009-04-111-2/+28
* propagate from branch 'im.pidgin.pidgin' (head 3820f77c89fa10a7a53827f4bb1bf5...Paul Aurich2009-03-211-0/+2
|\
| * Just a noteMark Doliner2009-03-161-0/+2
* | propagate from branch 'im.pidgin.pidgin' (head 81279937753200b4e98d37ab9623ad...Paul Aurich2009-01-181-0/+6
|\ \ | |/
| * Fix a crash in DNS SRV resolution when one of the required parameters is NULL.Florian Qu?ze2008-12-151-0/+6
* | Cut-n-paste typoPaul Aurich2008-11-231-1/+1
* | dnssrv.c:Paul Aurich2008-11-231-22/+26
* | * some further bugfixing, BIND's libresolv does so much for the programmer, j...Tobias Markmann2008-08-021-10/+4
* | * fixing some bugs, finishing support for TXT queriesTobias Markmann2008-08-011-3/+6
* | * some code style adjustments in caps.cTobias Markmann2008-08-011-75/+265
|/
* A patch from Peter O'Gorman at The Written Word, Inc. to fix variousPeter O'Gorman2008-05-271-1/+1
* Change some g_idle_add(...) calls in libpurple to purple_timeout_add(0, ...)Mark Doliner2008-01-271-2/+2
* Fix a memleak that doesn't matter because it's in a child processMark Doliner2008-01-161-0/+3
* More compiler warning fixes from o_sukhodolsky (with additions by me).Mark Doliner2008-01-141-2/+10
* applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defaRichard Laager2007-09-281-2/+3
* applied changes from c32aee6deb5c7a5e5749d6e0598f588947b8d45cRichard Laager2007-09-281-1/+0
* applied changes from 31d62e1a78974a0239e86bfeb42b29ab75216114Richard Laager2007-09-281-1/+14
* The FSF changed its address a while ago; our files were out of date.John Bailey2007-09-081-1/+1
* Fix up some linkage to compile on Visual Studio. He claims this doesn'tNick Hebner2007-07-011-2/+2
* If the read() in resolved() fails, we should detect the failure and set size ...Evan Schoenberg2007-05-051-5/+13
* Mark two functions as "noreturn"Mark Doliner2007-04-291-1/+1
* merge of '4de1981757fc09240de68fe8f93e47f41a2432a4'Daniel Atallah2007-03-191-43/+43
|\
| * sed -ie 's/gaim/purple/g'Sean Egan2007-03-191-43/+43
* | Minor cleanup.Daniel Atallah2007-03-171-24/+17
|/
* Patch from Graham Booker which ensures that a process forked by dnsserv clean...Evan Schoenberg2007-02-251-0/+5
* Include util.h to fix a warning I introducedEvan Schoenberg2007-02-181-0/+1
* Restore default signal handlers in fork()'d children. This adds a gaim_resto...Evan Schoenberg2007-02-181-0/+4
* Rename gtk/ and libgaim/ to pidgin/ and libpurple/Sean Egan2007-01-201-0/+407