Age | Commit message (Expand) | Author |
2014-07-11 | Apply a Connector timeout even if not using SRV lookups. | Kevin Smith |
2014-05-18 | Fix uninitialized variables | Remko Tronçon |
2014-03-22 | Move hardcoded XMPP SRV information from Connector into CoreClient | Nick Hudson |
2014-02-25 | Build with new Boostish stuff. | Kevin Smith |
2014-01-27 | Fix compilation error C++11/latest clang | Kevin Smith |
2014-01-03 | Post NAT Traversal query results to the event loop. | Remko Tronçon |
2013-11-03 | Split experimental File Transfer out from History and Whiteboarding. | Kevin Smith |
2013-10-29 | Fix unit test on Mavericks | Remko Tronçon |
2013-08-13 | Adding basic support for Android and Unbound (No IPv6 yet). | Tobias Markmann |
2013-05-11 | File Transfer refactoring. | Remko Tronçon |
2013-04-27 | Removing third-party hash implementations. | Remko Tronçon |
2013-04-21 | Fix compilation when 3rdParty/ is not there. | Remko Tronçon |
2013-04-12 | File Transfer refactoring. | Remko Tronçon |
2013-04-11 | Network refactoring. | Remko Tronçon |
2013-04-06 | Make IDN implementation abstract. | Remko Tronçon |
2013-03-04 | Qt5 support & warning fixes. | Remko Tronçon |
2013-01-13 | Merge branch 'swift-2.x' | Remko Tronçon |
2013-01-13 | Fix more warnings. | Remko Tronçon |
2013-01-02 | Remove incorrect CFRelease() calls in MacOSXProxyProvider. | Remko Tronçon |
2013-01-01 | Fix Objective-C memory bugs. | Remko Tronçon |
2013-01-01 | Fix Objective-C memory leaks. | Remko Tronçon |
2012-12-31 | Fix more warnings. | Remko Tronçon |
2012-12-30 | Fixed wrong usage of NAT-PMP API. | Remko Tronçon |
2012-12-30 | Enable & fix pedantic CLang warnings. | Remko Tronçon |
2012-12-23 | Replace functors and for loops by boost::lambdas. | Remko Tronçon |
2012-12-08 | Add more steps to the BOSH unit tests for resource binding. | Kevin Smith |
2012-12-04 | Make sure we say the session's ended after calling close() with BOSH. | Kevin Smith |
2012-12-04 | Remove double // and :1 port from BOSH paths | Kevin Smith |
2012-11-13 | Allow BOSH URL setting again. | Kevin Smith |
2012-09-17 | Support for building swiften as a DLL | Remko Tronçon |
2012-09-15 | Added URL parser. | Remko Tronçon |
2012-08-13 | Set timeout on each connection attempt, instead of global connect timeout. | Remko Tronçon |
2012-07-15 | Export file transfer classes. | Remko Tronçon |
2012-07-15 | Fixed compilation on Windows. | Remko Tronçon |
2012-07-15 | Fix struct vs class warnings. | Remko Tronçon |
2012-07-15 | Hide libminiupnp and libnatpmp. | Remko Tronçon |
2012-07-14 | Initial DLL support for Swiften. | Remko Tronçon |
2012-06-17 | CachingNameOnlyDomainNameResolver -> CachingDomainNameResolver. | Remko Tronçon |
2012-06-17 | Remove unused functions from caching resolver. | Remko Tronçon |
2012-06-17 | Fixed potential uncaught exception in HTTPConnectProxiedConnection. | Remko Tronçon |
2012-06-17 | Remove some unused private variables. | Remko Tronçon |
2012-06-17 | Allow different connection methods for Client. | Remko Tronçon |
2012-06-05 | Added ICU support. | Remko Tronçon |
2012-04-23 | Another fix for SRV selection. | Remko Tronçon |
2012-04-23 | Fixed assertion when SRV weights are all 0. | Remko Tronçon |
2012-04-23 | Select SRV randomly, taking weight into account. | Remko Tronçon |
2012-04-01 | Removing CAres resolver. | Remko Tronçon |
2012-03-23 | Allow TLS errors to bubble further up the stack | Kevin Smith |
2012-03-05 | Fix segfaults and deadcode | Kevin Smith |
2012-03-04 | Pass along errors about DNS resolution. | Kevin Smith |