Swift
Home
Software
Applications
Swift
SDKs
Swiften (C++)
Stroke (Java)
Support
Blog
About Us
index
:
- Swift Master Repository -
master
sandbox/rm/highlighteditor
swift-1.x
swift-2.x
swift-3.x
swift-4.x
Official repository
Swift Team
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Swiften
/
Network
/
Connector.cpp
Age
Commit message (
Expand
)
Author
2016-04-04
Modernize code to use C++11 shared_ptr instead of Boost's
Tobias Markmann
2016-03-31
Convert tabs to 4 spaces for all source files
Tobias Markmann
2016-02-29
Fix possible race condition between Connection and Connectors
Tobias Markmann
2015-04-08
Skip name lookup if manual hostname is a valid IP address
Tobias Markmann
2014-12-15
Update Copyright in Swiften
Kevin Smith
2014-08-10
Fix invalid characters being allowed in JID domains
Richard Maudsley
2014-07-11
Apply a Connector timeout even if not using SRV lookups.
Kevin Smith
2014-03-22
Move hardcoded XMPP SRV information from Connector into CoreClient
Nick Hudson
2013-03-04
Qt5 support & warning fixes.
Remko Tronçon
2012-08-13
Set timeout on each connection attempt, instead of global connect timeout.
Remko Tronçon
2012-06-17
Allow different connection methods for Client.
Remko Tronçon
2012-03-04
Pass along errors about DNS resolution.
Kevin Smith
2012-01-17
Allow specifying BOSH and BOSH proxy URLs with names (rather than IPs)
Kevin Smith
2011-04-30
Replace #icnlude "" by #include <> in Swiften.
Remko Tronçon
2011-02-14
Removed Swift::String.
Remko Tronçon
2010-12-13
Added debug output to connector.
Remko Tronçon
2010-10-15
Added Component parser, serializer, element, and connector.
Remko Tronçon
2010-10-07
Fix crashes on disconnect during connect.
Remko Tronçon
2010-09-11
Fixed some memory leaks.
Remko Tronçon
2010-05-24
Make connector shared to avoid a crash on login.
Remko Tronçon
2010-04-08
Added copyrights to Swiften.
Kevin Smith
2010-04-07
Support fallback multiple host addresses when connecting.
Remko Tronçon
2010-04-06
Refactored DomainNameAddressQuery.
Remko Tronçon
2010-03-28
Moving submodule contents back.
Remko Tronçon
2010-03-28
Removing submodules.
Remko Tronçon
2010-03-28
Moved Swiften to a separate module.
Remko Tronçon
2009-12-31
Put a timeout of 60s on connecting & resolving.
Remko Tronçon
2009-12-31
Added tests for timing out initial connect.
Remko Tronçon
2009-12-23
Commented debug output.
Remko Tronçon
2009-12-03
Added debugging output for DNS.
Remko Tronçon
2009-12-03
DNS querying is now asynchronous.
Remko Tronçon
2009-11-12
Refactored DNS handling.
Remko Tronçon