Age | Commit message (Expand) | Author |
2016-11-23 | Fix building with Avahi support on Linux | Tobias Markmann |
2016-11-23 | Migrate remaining Swiften/Base/foreach.h use to range-based for loop | Tobias Markmann |
2016-04-12 | Use C++11 threading library instead of Boost.Thread | Tobias Markmann |
2016-04-05 | Migrate to Boost.Signals2 from Boost.Signals | Tobias Markmann |
2016-04-04 | Modernize code to use range based for loops using clang-tidy | Tobias Markmann |
2016-04-04 | Apply automated clang-tidy fixes and add missing includes | Tobias Markmann |
2016-04-04 | Modernize code to use C++11 shared_ptr instead of Boost's | Tobias Markmann |
2016-04-01 | Modernize code to use C++11 nullptr using clang-tidy | Tobias Markmann |
2016-03-31 | Convert tabs to 4 spaces for all source files | Tobias Markmann |
2016-03-30 | Apply consistent #include grouping and sorting style | Tobias Markmann |
2015-10-14 | Fix compiler warnings about unused variables/arguments | Tobias Markmann |
2014-12-15 | Update Copyright in Swiften | Kevin Smith |
2014-10-01 | Port many of Isode's local fixes upstream | Kevin Smith |
2013-01-13 | Fix more warnings. | Remko Tronçon |
2012-12-30 | Enable & fix pedantic CLang warnings. | Remko Tronçon |
2012-09-17 | Support for building swiften as a DLL | Remko Tronçon |
2012-07-14 | Initial DLL support for Swiften. | Remko Tronçon |
2012-04-17 | Fixing some clang warnings. | Tobias Markmann |
2011-05-25 | Added 'assertions' scons flag. | Remko Tronçon |
2011-05-06 | Fixed Avahi compilation for real now. | Remko Tronçon |
2011-05-06 | Fixed Avahi compilation. | Remko Tronçon |
2011-05-05 | Replace ByteArray by typedef. | Remko Tronçon |
2011-05-02 | Add a generic erase() algorithm. | Remko Tronçon |
2011-04-30 | Replace #icnlude "" by #include <> in Swiften. | Remko Tronçon |
2011-04-18 | Cleaned up includes.swift-2.0alpha | Remko Tronçon |
2011-02-14 | Removed Swift::String. | Remko Tronçon |
2010-10-27 | Fixed Linux compilation. | Remko Tronçon |
2010-10-27 | Remove MainEventLoop singleton. | Remko Tronçon |
2010-06-19 | Added DNSSDTest. | Remko Tronçon |
2010-06-09 | Fixed compilation warningns for Linux build. | Remko Tronçon |
2010-06-09 | Enabled & fixed some more C++ warnings. | 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-04-24 | Fix leaks in LinkLocalConnector. | Remko Tronçon |
2010-04-24 | Don't lookup duplicate discovered link-local services. | Remko Tronçon |
2010-04-23 | Add beginnings of LinkLocalTool. | Remko Tronçon |
2010-04-23 | Add some debug info. | Remko Tronçon |
2010-04-22 | Fix AvahiBrowserQuery compilation. | Remko Tronçon |
2010-04-22 | Add PlatformDNSSDQuerierFactory::canCreate(). | Remko Tronçon |
2010-04-22 | Clean up Avahi browse query properly. | Remko Tronçon |
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 |
2010-02-11 | Moved some modules into separate git modules. | Remko Tronçon |
2010-02-08 | Added beginnings of Avahi support. | Remko Tronçon |
2009-08-16 | Remove autoconf/make files. | Remko Tronçon |
2009-08-16 | Remove SWIFTEN_CONFIG_H checks. | Remko Tronçon |
2009-08-09 | Add SConscript files. | Remko Tronçon |
2009-08-05 | Swiften/LinkLocal: Avoid memory leak. | Remko Tronçon |