index
:
xavi/qxmpp
fork
master
Fork of the QXmpp library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
QXmppSrvInfo.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
remove QXmppSrvInfo
Jeremy Lainé
2012-01-31
1
-573
/
+0
|
*
fix build on Android, it does not seem to have libresolv
Jeremy Lainé
2011-09-29
1
-6
/
+7
|
*
fix some compiler warnings
Jeremy Lainé
2011-09-07
1
-3
/
+3
|
*
use thread-safe res_ninit and res_nquery to allow parallel DNS SRV lookups
Jeremy Lainé
2011-04-23
1
-22
/
+26
|
*
fix for Issue 85 and Issue 86
Manjeet Dahiya
2011-02-02
1
-2
/
+2
|
|
|
|
* WINAPI keyword needed for MSVC
*
copyright year update
Manjeet Dahiya
2011-01-21
1
-1
/
+1
|
*
don't do SRV lookups in parellel, res_query is not re-entrant on OS X
Jeremy Lainé
2010-12-13
1
-1
/
+1
|
*
improve code documentation
Jeremy Lainé
2010-12-10
1
-2
/
+2
|
*
use asynchronous DNS SRV lookups to avoid freezing clients during lookup
Jeremy Lainé
2010-10-20
1
-2
/
+29
|
*
resync QXmppSrvInfo with the implementation submitted to Qt:
Jeremy Lainé
2010-10-20
1
-19
/
+168
|
|
|
|
|
|
- does not require explicit linking against -ldnsapi or -lresolv - handles record ordering acording to RFC 2782
*
hide QXmppSrvInfo internals
Jeremy Lainé
2010-10-19
1
-37
/
+135
|
*
finalise DNS SRV lookup on Symbian
Jeremy Lainé
2010-09-20
1
-6
/
+13
|
*
retrieve DNS SRV weight & priority on win32
Jeremy Lainé
2010-09-20
1
-0
/
+2
|
*
implement retrieval of DNS SRV weight & priority on *nix
Jeremy Lainé
2010-09-20
1
-3
/
+43
|
*
actually parse DNS SRV result on symbian
Jeremy Lainé
2010-09-17
1
-1
/
+7
|
*
Start implementing DNS SRV lookups for Symbian. Not complete yet, but fixes ↵
Jeremy Lainé
2010-09-17
1
-2
/
+33
|
|
|
|
build failure.
*
rename QXmppSrvLookup to QXmppSrvInfo, and restore previous API
Jeremy Lainé
2010-09-03
1
-0
/
+208