summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-01-13Merge branch 'swift-2.x'Remko Tronçon
2013-01-13Fix more warnings.Remko Tronçon
2013-01-02Remove incorrect CFRelease() calls in MacOSXProxyProvider.Remko Tronçon
2013-01-01Fix Objective-C memory bugs.Remko Tronçon
2013-01-01Fix Objective-C memory leaks.Remko Tronçon
2012-12-31Fix more warnings.Remko Tronçon
2012-12-30Fixed wrong usage of NAT-PMP API.Remko Tronçon
2012-12-30Enable & fix pedantic CLang warnings.Remko Tronçon
2012-12-23Replace functors and for loops by boost::lambdas.Remko Tronçon
2012-12-08Add more steps to the BOSH unit tests for resource binding.Kevin Smith
2012-12-04Make sure we say the session's ended after calling close() with BOSH.Kevin Smith
2012-12-04Remove double // and :1 port from BOSH pathsKevin Smith
2012-11-13Allow BOSH URL setting again.Kevin Smith
2012-09-17Support for building swiften as a DLLRemko Tronçon
2012-09-15Added URL parser.Remko Tronçon
2012-08-13Set timeout on each connection attempt, instead of global connect timeout.Remko Tronçon
2012-07-15Export file transfer classes.Remko Tronçon
2012-07-15Fixed compilation on Windows.Remko Tronçon
2012-07-15Fix struct vs class warnings.Remko Tronçon
2012-07-15Hide libminiupnp and libnatpmp.Remko Tronçon
2012-07-14Initial DLL support for Swiften.Remko Tronçon
2012-06-17CachingNameOnlyDomainNameResolver -> CachingDomainNameResolver.Remko Tronçon
2012-06-17Remove unused functions from caching resolver.Remko Tronçon
2012-06-17Fixed potential uncaught exception in HTTPConnectProxiedConnection.Remko Tronçon
2012-06-17Remove some unused private variables.Remko Tronçon
2012-06-17Allow different connection methods for Client.Remko Tronçon
2012-06-05Added ICU support.Remko Tronçon
2012-04-23Another fix for SRV selection.Remko Tronçon
2012-04-23Fixed assertion when SRV weights are all 0.Remko Tronçon
2012-04-23Select SRV randomly, taking weight into account.Remko Tronçon
2012-04-01Removing CAres resolver.Remko Tronçon
2012-03-23Allow TLS errors to bubble further up the stackKevin Smith
2012-03-05Fix segfaults and deadcodeKevin Smith
2012-03-04Pass along errors about DNS resolution.Kevin Smith
2012-02-03Correct previous patch.Remko Tronçon
2012-02-03Call shutdown() on socket before close().Remko Tronçon
2012-02-03Close socket immediately after last pending write finished.Remko Tronçon
2012-01-17Allow specifying BOSH and BOSH proxy URLs with names (rather than IPs)Kevin Smith
2012-01-15Fixed compilation with msvc and boost-1.48vitalyster
2011-12-24Some BOSH refactoring.Remko Tronçon
2011-12-22BOSH Refactoring.Remko Tronçon
2011-12-13Fix use of int randoms for populating longKevin Smith
2011-12-13Avoid crash due to misuse of XMPPLayerKevin Smith
2011-12-13Remove a warningKevin Smith
2011-12-13BOSH Support for SwiftenKevin Smith
2011-12-13BOSH implementation startedThilo Cestonaro
2011-10-16Hoist ProxyProvider creation out of Client.Remko Tronçon
2011-10-16Hoist TLSContextFactory creation out of Client.Remko Tronçon
2011-10-10In case of writing when calling disconnect() postpone socket.close() to when ...Tobias Markmann
2011-10-07Hoist XML parser factory creation out of Swiften.Remko Tronçon