summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-11-19Remove std::endl from SWIFT_LOG callsEdwin Mons
2018-11-08Consistently use unsigned short for network portsEdwin Mons
2018-06-19Don't double-connect to IP literalsKevin Smith
2018-01-09Avoid crash with Connector failure race conditionKevin Smith
2018-01-09Add an log assertion to ConnectorsThanos Doukoudakis
2016-11-18Improve string to HostAddress conversion APITobias Markmann
2016-04-04Modernize code to use C++11 shared_ptr instead of Boost'sTobias Markmann
2016-03-31Convert tabs to 4 spaces for all source filesTobias Markmann
2016-02-29Fix possible race condition between Connection and ConnectorsTobias Markmann
2015-04-08Skip name lookup if manual hostname is a valid IP addressTobias Markmann
2014-12-15Update Copyright in SwiftenKevin Smith
2014-08-10Fix invalid characters being allowed in JID domainsRichard Maudsley
2014-07-11Apply a Connector timeout even if not using SRV lookups.Kevin Smith
2014-03-22Move hardcoded XMPP SRV information from Connector into CoreClientNick Hudson
2013-03-04Qt5 support & warning fixes.Remko Tronçon
2012-08-13Set timeout on each connection attempt, instead of global connect timeout.Remko Tronçon
2012-06-17Allow different connection methods for Client.Remko Tronçon
2012-03-04Pass along errors about DNS resolution.Kevin Smith
2012-01-17Allow specifying BOSH and BOSH proxy URLs with names (rather than IPs)Kevin Smith
2011-04-30Replace #icnlude "" by #include <> in Swiften.Remko Tronçon
2011-02-14Removed Swift::String.Remko Tronçon
2010-12-13Added debug output to connector.Remko Tronçon
2010-10-15Added Component parser, serializer, element, and connector.Remko Tronçon
2010-10-07Fix crashes on disconnect during connect.Remko Tronçon
2010-09-11Fixed some memory leaks.Remko Tronçon
2010-05-24Make connector shared to avoid a crash on login.Remko Tronçon
2010-04-08Added copyrights to Swiften.Kevin Smith
2010-04-07Support fallback multiple host addresses when connecting.Remko Tronçon
2010-04-06Refactored DomainNameAddressQuery.Remko Tronçon
2010-03-28Moving submodule contents back.Remko Tronçon
2010-03-28Removing submodules.Remko Tronçon
2010-03-28Moved Swiften to a separate module.Remko Tronçon
2009-12-31Put a timeout of 60s on connecting & resolving.Remko Tronçon
2009-12-31Added tests for timing out initial connect.Remko Tronçon
2009-12-23Commented debug output.Remko Tronçon
2009-12-03Added debugging output for DNS.Remko Tronçon
2009-12-03DNS querying is now asynchronous.Remko Tronçon
2009-11-12Refactored DNS handling.Remko Tronçon