summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-02-14Removed Swift::String.Remko Tronçon
2011-02-09Treat 'connection closed' as an error.Remko Tronçon
2011-01-26Make boost io_service a shared object.Remko Tronçon
2011-01-24Added debug output to boost connection.Remko Tronçon
2011-01-21Removed debug output from BoostConnection.Remko Tronçon
2011-01-21Code cleanup.Remko Tronçon
2011-01-15Wait to close the connection until pending writes are done.Remko Tronçon
2011-01-15Comply with asio's documentation that we cannot call async_write multiple tim...Remko Tronçon
2010-12-27Fix valgrind warnings & leaks.Remko Tronçon
2010-12-27Also emit connection disconnected signal when we initiate the disconnect.Remko Tronçon
2010-12-21Fixed compilation on Windows.Remko Tronçon
2010-12-18Move all domain name resolve queries into one thread.Remko Tronçon
2010-12-18Move domain name resolver in the network factories.Remko Tronçon
2010-12-14Added initial Growl for Windows notifier (GNTP).Remko Tronçon
2010-12-13Added debug output to connector.Remko Tronçon
2010-11-16Pass NetworkFactories as an explicit dependency into client.Remko Tronçon
2010-11-11Added server identity check.Remko Tronçon
2010-10-31Remove pending events from a Timer when the timer is stopped.Remko Tronçon
2010-10-31Make Timer one-shot.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-15Added Component parser, serializer, element, and connector.Remko Tronçon
2010-10-07Fix crashes on disconnect during connect.Remko Tronçon
2010-09-13Added presence notifier.Remko Tronçon
2010-09-11Fixed some memory leaks.Remko Tronçon
2010-06-18Fix crash on reconnect.Remko Tronçon
2010-06-09Enabled & fixed some more C++ warnings.Remko Tronçon
2010-06-02Don't build C-Ares.Remko Tronçon
2010-06-02Rename boost_signalslib.h to boost_bsignals.Remko Tronçon
2010-06-02Using Boost workaround for Qt signals keyword clash.Remko Tronçon
2010-05-27Cleaning up code paths for rapid disconnect/reconnect.Kevin Smith
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-07Add support for multiple A entries to StaticDomainNameResolver.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
2010-03-02Adding iPhone compilationKevin Smith
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-17Added eclipse project file.Remko Tronçon
2009-12-05Fixed C-Ares compilation on Windows.Remko Tronçon
2009-12-04Implemented CAresDomainNameResolver.Remko Tronçon
2009-12-03Reinitialize the resolver on every query.Remko Tronçon
2009-12-03Fixed windows compilation of PlatformDomainNameServiceQuery.Remko Tronçon
2009-12-03Added debugging output for DNS.Remko Tronçon
2009-12-03Fixed unit tests.Remko Tronçon