Age | Commit message (Expand) | Author |
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 |
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 |
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 |
2010-06-09 | Enabled & fixed some more C++ warnings. | Remko Tronçon |
2010-06-02 | Don't build C-Ares. | Remko Tronçon |
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 |
2010-05-27 | Cleaning up code paths for rapid disconnect/reconnect. | Kevin Smith |
2010-05-24 | Make connector shared to avoid a crash on login. | Remko Tronçon |
2010-04-08 | Added copyrights to Swiften. | Kevin Smith |
2010-04-07 | Support fallback multiple host addresses when connecting. | Remko Tronçon |
2010-04-07 | Add support for multiple A entries to StaticDomainNameResolver. | Remko Tronçon |
2010-04-06 | Refactored DomainNameAddressQuery. | Remko Tronçon |
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 |
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 |
2009-12-04 | Implemented CAresDomainNameResolver. | Remko Tronçon |
2009-12-03 | Reinitialize the resolver on every query. | Remko Tronçon |
2009-12-03 | Fixed windows compilation of PlatformDomainNameServiceQuery. | Remko Tronçon |
2009-12-03 | Added debugging output for DNS. | Remko Tronçon |
2009-12-03 | Fixed unit tests. | Remko Tronçon |
2009-12-03 | Do domain resolving in a separate thread. | Remko Tronçon |
2009-12-03 | DNS querying is now asynchronous. | Remko Tronçon |
2009-11-20 | Fixed connection leak. | Remko Tronçon |
2009-11-15 | Fix compilation on Windows. | Remko Tronçon |
2009-11-12 | Created a TimerFactory, and abstracted Timer. | Remko Tronçon |
2009-11-12 | Refactored DNS handling. | Remko Tronçon |
2009-09-14 | Start splitting up monolithic Swiften SConscript file. | Remko Tronçon |
2009-09-11 | Disable WhitespacePingLayer on disconnect + Timer refactoring. | Remko Tronçon |
2009-08-22 | Fix expanded tab characters. | Remko Tronçon |
2009-08-16 | Remove autoconf/make files. | Remko Tronçon |
2009-08-16 | Added MainBoostIOServiceThread. | Remko Tronçon |
2009-08-02 | Slimber: Handle ConnectionServer disconnects more cleanly. | Remko Tronçon |
2009-08-02 | Slimber: Handle conflicts/restarts. | Remko Tronçon |
2009-08-01 | Added BoostConnectionServer error signaling. | Remko Tronçon |
2009-08-01 | Added LinkLocalConnector::cancel(). | Remko Tronçon |
2009-08-01 | Added LinkLocalConnectorTest. | Remko Tronçon |
2009-07-31 | HostAddress: Add constructor from String. | Remko Tronçon |