| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-02-14 | Removed Swift::String. | Remko Tronçon | |
| 2011-01-26 | Make boost io_service a shared object. | Remko Tronçon | |
| This should avoid problems when destroying an event loop containing timer or network events, after the network factory (and io_service object) has disappeared (i.e. at shutdown). | |||
| 2011-01-21 | Code cleanup. | Remko Tronçon | |
| 2011-01-15 | Comply with asio's documentation that we cannot call async_write multiple ↵ | Remko Tronçon | |
| times simultaniously. | |||
| 2010-12-17 | Fixed IPv6 network test. | Remko Tronçon | |
| 2010-12-06 | Added IPv6 test. | Remko Tronçon | |
| 2010-10-27 | Remove MainEventLoop singleton. | Remko Tronçon | |
| The event loop now needs to be explicitly passed to clients using it. | |||
| 2010-06-18 | Fix crash on reconnect. | Remko Tronçon | |
| BoostTimer isn't supposed to be constructed as a non-shared-ptr. Making constructor private to avoid this error in the future. | |||
| 2010-04-08 | Added copyrights to Swiften. | Kevin Smith | |
| 2010-03-28 | Moving submodule contents back. | Remko Tronçon | |
| 2010-03-28 | Removing submodules. | Remko Tronçon | |
| 2010-03-28 | Moved Swiften to a separate module. | Remko Tronçon | |
| 2009-11-20 | Fixed connection leak. | Remko Tronçon | |
| 2009-11-01 | Moving tests around. | Remko Tronçon | |
| 2009-09-03 | Move Swiften QA test into QA module. | Remko Tronçon | |
| 2009-07-19 | (Client)Session & Connection refactoring. | Remko Tronçon | |
| ClientSession no longer sets up a connection. Connection no longer resolves addresses. | |||
| 2009-07-15 | Make stream stack layers reference counted. | Remko Tronçon | |
| 2009-07-14 | Make all Connection instances shared_ptrs. | Remko Tronçon | |
| 2009-07-14 | Consolidating IncomingConnection & Connection. | Remko Tronçon | |
| BoostConnections no longer have their own thread, but are managed from a central Boost IO thread instead. | |||
| 2009-06-01 | Import. | Remko Tronçon | |
Swift