aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppSrvInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* remove QXmppSrvInfoJeremy Lainé2012-01-311-573/+0
|
* fix build on Android, it does not seem to have libresolvJeremy Lainé2011-09-291-6/+7
|
* fix some compiler warningsJeremy Lainé2011-09-071-3/+3
|
* use thread-safe res_ninit and res_nquery to allow parallel DNS SRV lookupsJeremy Lainé2011-04-231-22/+26
|
* fix for Issue 85 and Issue 86Manjeet Dahiya2011-02-021-2/+2
| | | | * WINAPI keyword needed for MSVC
* copyright year updateManjeet Dahiya2011-01-211-1/+1
|
* don't do SRV lookups in parellel, res_query is not re-entrant on OS XJeremy Lainé2010-12-131-1/+1
|
* improve code documentationJeremy Lainé2010-12-101-2/+2
|
* use asynchronous DNS SRV lookups to avoid freezing clients during lookupJeremy Lainé2010-10-201-2/+29
|
* resync QXmppSrvInfo with the implementation submitted to Qt:Jeremy Lainé2010-10-201-19/+168
| | | | | | - does not require explicit linking against -ldnsapi or -lresolv - handles record ordering acording to RFC 2782
* hide QXmppSrvInfo internalsJeremy Lainé2010-10-191-37/+135
|
* finalise DNS SRV lookup on SymbianJeremy Lainé2010-09-201-6/+13
|
* retrieve DNS SRV weight & priority on win32Jeremy Lainé2010-09-201-0/+2
|
* implement retrieval of DNS SRV weight & priority on *nixJeremy Lainé2010-09-201-3/+43
|
* actually parse DNS SRV result on symbianJeremy Lainé2010-09-171-1/+7
|
* Start implementing DNS SRV lookups for Symbian. Not complete yet, but fixes ↵Jeremy Lainé2010-09-171-2/+33
| | | | build failure.
* rename QXmppSrvLookup to QXmppSrvInfo, and restore previous APIJeremy Lainé2010-09-031-0/+208