summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-12-15Update Copyright in SwiftenKevin Smith
2012-12-30Enable & fix pedantic CLang warnings.Remko Tronçon
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
2011-10-10In case of writing when calling disconnect() postpone socket.close() to when ...Tobias Markmann
2011-09-29Temporarily reverting the previous patch, because of unforeseen problems.Remko Tronçon
2011-09-29In case of writing when calling disconnect() postpone socket.close() to when ...Tobias Markmann
2011-09-28Pass read data from connection via shared_ptr.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-04-30Replace #icnlude "" by #include <> in Swiften.Remko Tronçon
2011-04-18Cleaned up includes.swift-2.0alphaRemko Tronçon
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-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-27Also emit connection disconnected signal when we initiate the disconnect.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-04-08Added copyrights to Swiften.Kevin Smith
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-03DNS querying is now asynchronous.Remko Tronçon
2009-07-19(Client)Session & Connection refactoring.Remko Tronçon
2009-07-18Implement incoming linklocal connections.Remko Tronçon
2009-07-17Implemented clean session/connection shutdown.Remko Tronçon
2009-07-15Make stream stack layers reference counted.Remko Tronçon
2009-07-15Use shared_ptr for EventLoop owners.Remko Tronçon
2009-07-14Consolidating IncomingConnection & Connection.Remko Tronçon
2009-06-01Import.Remko Tronçon