Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-18 | Small tweaks to the previous patch. | Remko Tronçon | |
2011-06-18 | Added ConnectionServerFactory. | HanzZ | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-04-27 | Keep shared_ptr of PlatformDomainNameServiceQuery in event loop. | Remko Tronçon | |
Release-Notes: Fixed potential crash when losing network connection during login. | |||
2011-03-16 | Added possibility to dynamically link Swiften. | Remko Tronçon | |
Resolves: #798 | |||
2011-03-12 | Make ByteArray an std::vector<unsigned char>. | Remko Tronçon | |
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2011-02-09 | Treat 'connection closed' as an error. | 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-24 | Added debug output to boost connection. | Remko Tronçon | |
2011-01-21 | Removed debug output from BoostConnection. | Remko Tronçon | |
2011-01-21 | Code cleanup. | Remko Tronçon | |
2011-01-15 | Wait to close the connection until pending writes are done. | Remko Tronçon | |
This hopefully fixes the uninterruptable hang on exit. | |||
2011-01-15 | Comply with asio's documentation that we cannot call async_write multiple ↵ | Remko Tronçon | |
times simultaniously. | |||
2010-12-27 | Fix valgrind warnings & leaks. | Remko Tronçon | |
2010-12-27 | Also emit connection disconnected signal when we initiate the disconnect. | Remko Tronçon | |
2010-12-21 | Fixed compilation on Windows. | Remko Tronçon | |
2010-12-18 | Move all domain name resolve queries into one thread. | Remko Tronçon | |
This avoids reentrancy problems on some platform DNS calls. Resolves: #443 | |||
2010-12-18 | Move domain name resolver in the network factories. | Remko Tronçon | |
2010-12-14 | Added initial Growl for Windows notifier (GNTP). | Remko Tronçon | |
The notifier doesn't handle callbacks yet. Release-Notes: Replaced Snarl notifications with Growl for Windows notifications. | |||
2010-12-13 | Added debug output to connector. | Remko Tronçon | |
2010-11-16 | Pass NetworkFactories as an explicit dependency into client. | Remko Tronçon | |
2010-11-11 | Added server identity check. | Remko Tronçon | |
2010-10-31 | Remove pending events from a Timer when the timer is stopped. | Remko Tronçon | |
2010-10-31 | Make Timer one-shot. | 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-10-21 | Added beginnings of outgoing file transfer to Swiften. | Remko Tronçon | |
2010-10-15 | Added Component parser, serializer, element, and connector. | Remko Tronçon | |
2010-10-07 | Fix crashes on disconnect during connect. | Remko Tronçon | |
Resolves: #588 | |||
2010-09-13 | Added presence notifier. | Remko Tronçon | |
2010-09-11 | Fixed some memory leaks. | Remko Tronçon | |
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-06-09 | Enabled & fixed some more C++ warnings. | Remko Tronçon | |
2010-06-02 | Don't build C-Ares. | Remko Tronçon | |
We don't use it yet. | |||
2010-06-02 | Rename boost_signalslib.h to boost_bsignals. | Remko Tronçon | |
2010-06-02 | Using Boost workaround for Qt signals keyword clash. | Remko Tronçon | |
This should allow us to link against system boost versions. | |||
2010-05-27 | Cleaning up code paths for rapid disconnect/reconnect. | Kevin Smith | |
This includes a fix in OpensSSLContext that stops assert failures when more data is received on a connection after a write has failed. It's worth investigating why this happens, stopping it doing so, and re-instate the assert. Resolves: #402 | |||
2010-05-24 | Make connector shared to avoid a crash on login. | Remko Tronçon | |
Resolves: #346 | |||
2010-04-08 | Added copyrights to Swiften. | Kevin Smith | |
2010-04-07 | Support fallback multiple host addresses when connecting. | Remko Tronçon | |
Resolves: #305 | |||
2010-04-07 | Add support for multiple A entries to StaticDomainNameResolver. | Remko Tronçon | |
2010-04-06 | Refactored DomainNameAddressQuery. | Remko Tronçon | |
Result can now consist of multiple addresses. | |||
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 | |
2010-03-02 | Adding iPhone compilation | Kevin Smith | |
2009-12-31 | Put a timeout of 60s on connecting & resolving. | Remko Tronçon | |
Resolves: #87. | |||
2009-12-31 | Added tests for timing out initial connect. | Remko Tronçon | |
2009-12-23 | Commented debug output. | Remko Tronçon | |
2009-12-17 | Added eclipse project file. | Remko Tronçon | |
2009-12-05 | Fixed C-Ares compilation on Windows. | Remko Tronçon | |