summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-11-08Consistently use unsigned short for network portsEdwin Mons
2018-06-19Don't double-connect to IP literalsKevin Smith
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-01-12Listen to IPv6 any address instead of only IPv4Tobias Markmann
2014-12-15Update Copyright in SwiftenKevin Smith
2014-03-22Move hardcoded XMPP SRV information from Connector into CoreClientNick Hudson
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
2011-05-18Propagate use of SafeByteArray down to the connection.Remko Tronçon
2011-04-30Replace #icnlude "" by #include <> in Swiften.Remko Tronçon
2011-01-21Code cleanup.Remko Tronçon
2010-10-27Remove MainEventLoop singleton.Remko Tronçon
2010-10-21Added beginnings of outgoing file transfer to Swiften.Remko Tronçon
2010-10-07Fix crashes on disconnect during connect.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-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-17Added eclipse project file.Remko Tronçon
2009-12-03DNS querying is now asynchronous.Remko Tronçon
2009-11-12Refactored DNS handling.Remko Tronçon