Age | Commit message (Expand) | Author |
2017-05-05 | Fix SendFile example heap-use-after-free | Thanos Doukoudakis |
2016-11-23 | Migrate remaining Swiften/Base/foreach.h use to range-based for loop | Tobias Markmann |
2016-04-25 | Convert hard tabs to four spaces in all our SConscript/*.py files | 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 | 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 |
2016-02-02 | Change stanza body to boost::optional<std::string> type | Tobias Markmann |
2015-10-14 | Remove remains of OutgoingSIFileTransfer | Tobias Markmann |
2015-02-03 | Cleaning up SendFile example. | Tobias Markmann |
2014-12-18 | Refactoring: Rename roomNr -> roomCount. | Tobias Markmann |
2014-12-18 | Add example showing how to login, list rooms at a MUC service, join the | Tobias Markmann |
2014-12-15 | Update Copyright in Swiften | Kevin Smith |
2014-09-16 | Fix boost::optional abuses that stop compilation with latest boost | Kevin Smith |
2014-04-28 | Create ToplevelElement to replace Element. | Richard Maudsley |
2013-05-17 | Fixed unicode path handling. | Remko Tronçon |
2013-05-11 | File Transfer refactoring. | Remko Tronçon |
2013-04-27 | Removing third-party hash implementations. | Remko Tronçon |
2013-04-12 | File Transfer refactoring. | Remko Tronçon |
2013-02-05 | Make logging thread-safe. | Remko Tronçon |
2013-01-13 | Fix more warnings. | Remko Tronçon |
2012-12-31 | Fix more warnings. | Remko Tronçon |
2012-12-30 | Enable & fix pedantic CLang warnings. | Remko Tronçon |
2012-12-22 | Replace MergeFlags calls by UseFlags calls. | Remko Tronçon |
2012-06-17 | Remove some unused private variables. | Remko Tronçon |
2012-06-17 | Allow different connection methods for Client. | Remko Tronçon |
2012-06-05 | Added ICU support. | Remko Tronçon |
2012-03-20 | boost::shared_ptr<?>(new ?(...)) -> boost::make_shared<?>(...) transformation... | Tobias Markmann |
2011-10-07 | Hoist XML parser factory creation out of Swiften. | Remko Tronçon |
2011-10-05 | Fixed compilation of neetwork tool. | Remko Tronçon |
2011-09-30 | Fixed some Windows issues with FT. | Remko Tronçon |
2011-09-29 | Conditionally create NetworkTool. | Remko Tronçon |
2011-09-29 | File Transfer refactoring. | Remko Tronçon |
2011-09-25 | Google Summer of Code 2011 Project: Adding support for Jingle File Transfers ... | Tobias Markmann |
2011-06-24 | Fixed connectivitytest compilation. | Remko Tronçon |
2011-06-03 | Limit the use of the SafeString type. | Remko Tronçon |
2011-05-07 | Make the examples ConnectivityTest, SendFile and SendMessage use the SWIFTEN_... | Thilo Cestonaro |
2011-04-30 | Replace #icnlude "" by #include <> in Swiften. | Remko Tronçon |
2011-04-18 | Jingle refactoring. | Remko Tronçon |
2011-04-18 | Cleaned up includes.swift-2.0alpha | Remko Tronçon |
2011-02-14 | Removed Swift::String. | Remko Tronçon |
2011-02-02 | Removing unused parameter from Client constructor. | Remko Tronçon |
2011-01-29 | Added some experimental Jingle classes. | Remko Tronçon |
2011-01-26 | Make boost io_service a shared object. | Remko Tronçon |
2010-12-19 | Disabling timer in BenchTool. | Remko Tronçon |
2010-12-18 | Move all domain name resolve queries into one thread. | Remko Tronçon |
2010-12-18 | Added initial BenchTool. | Remko Tronçon |