summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-02-20Add elements/parsers/serializers/tests for Message Carbons (XEP-0280)Tobias Markmann
2015-02-16Run FileTransferTest correctly as part of the system integration testsTobias Markmann
2015-02-11Fix program output of Swiften/QA/ClientTestTobias Markmann
2015-02-11Add debugging helper and FileTransferTest.Tobias Markmann
2015-02-09Fix data race in DummyEventLoop and BoostConnection(Server)Test reported by TSANTobias Markmann
2014-12-15Update Copyright in SwiftenKevin Smith
2014-10-21Fix libunbound support in Swiften which was broken since API change in 8ec22a9.Tobias Markmann
2014-09-16Fix boost::optional abuses that stop compilation with latest boostKevin Smith
2014-08-10Fix invalid characters being allowed in JID domainsRichard Maudsley
2014-02-02Sluift: Add new_certificateRemko Tronçon
2013-10-30Implement missing PubSub owner queries.Remko Tronçon
2013-10-29Swiften: Fix PubSub.lua test retrieving subscriptionsRemko Tronçon
2013-09-01Sluift: More PubSub convenience methods & use cases.Remko Tronçon
2013-08-27PubSub implementation & Sluift refactoring.Remko Tronçon
2013-08-13Adding basic support for Android and Unbound (No IPv6 yet).Tobias Markmann
2013-05-17Fixed unicode path handling.Remko Tronçon
2013-04-06Make IDN implementation abstract.Remko Tronçon
2013-02-11Fixed NetworkTest.Remko Tronçon
2012-12-31Fix more warnings.Remko Tronçon
2012-12-30Enable & fix pedantic CLang warnings.Remko Tronçon
2012-09-16Fixed ClientTest compilation.Remko Tronçon
2012-06-05Added ICU support.Remko Tronçon
2012-04-17Fixing some clang warnings.Tobias Markmann
2011-12-13BOSH Support for SwiftenKevin Smith
2011-10-10Force disconnect signals when calling connect() shortly after disconnect().Remko Tronçon
2011-09-28Pass read data from connection via shared_ptr.Remko Tronçon
2011-08-28Merge remote branch 'origin/swift-1.x'Remko Tronçon
2011-08-28Catch boost file system errors when reading VCards.Remko Tronçon
2011-06-13Added CppCheck script.Remko Tronçon
2011-05-18Propagate use of SafeByteArray down to the connection.Remko Tronçon
2011-05-05Replace ByteArray by typedef.Remko Tronçon
2011-05-02Add a generic erase() algorithm.Remko Tronçon
2011-05-02Replace auto_ptr by shared_ptr.Remko Tronçon
2011-04-30Replace #icnlude "" by #include <> in Swiften.Remko Tronçon
2011-04-25Fixed compilation.Remko Tronçon
2011-04-19Fixed ProxyProviderTest compilation on linux.Remko Tronçon
2011-04-18Support for SOCKS5 and HTTPConnect proxies.Thilo Cestonaro
2011-04-18Jingle refactoring.Remko Tronçon
2011-04-18Cleaned up includes.swift-2.0alphaRemko Tronçon
2011-02-26Some more cleanups.Remko Tronçon
2011-02-26Added an option to not use stream compression.Remko Tronçon
2011-02-26Moving tests around.Remko Tronçon
2011-02-14Removed Swift::String.Remko Tronçon
2011-02-02Removing unused parameter from Client constructor.Remko Tronçon
2011-01-27Fixed CLang warnings.Remko Tronçon
2011-01-26Make boost io_service a shared object.Remko Tronçon
2011-01-21Code cleanup.Remko Tronçon
2011-01-15Comply with asio's documentation that we cannot call async_write multiple tim...Remko Tronçon
2010-12-27Stop eventloop in ClientTest disconnect signal.Remko Tronçon
2010-12-18Move all domain name resolve queries into one thread.Remko Tronçon