Age | Commit message (Expand) | Author |
2017-03-31 | Use std::random instead of boost::random | Joanna Hulboj |
2017-03-13 | Add LogSerializer for BOSHError | Tobias Markmann |
2017-02-22 | Add LRUCache utility class to Swiften | Tobias Markmann |
2017-02-21 | Add checks to verify if the input data is a valid XML/XMPP | Joanna Hulboj |
2017-01-11 | Integrate googletest and googlemock libraries to 3rdParty | Tobias Markmann |
2016-11-28 | Correctly handle server initiated closing of stream | Tobias Markmann |
2016-11-23 | Migrate remaining Swiften/Base/foreach.h use to range-based for loop | Tobias Markmann |
2016-11-10 | Use FeatureOracle to detect file-transfer support in roster | Tobias Markmann |
2016-09-29 | Fix potential resource leaks | Tobias Markmann |
2016-08-05 | Add a debugging helper for serializing Swiften types to ostream | Tobias Markmann |
2016-06-14 | Add support for URLs with IPv6 addresses in Swift::URL | 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-08 | Fix code in response to compiler warnings by clang | 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 |
2015-09-21 | Stop throwing out of range exception from dateTimeToLocalString | Tobias Markmann |
2015-07-24 | Add missing includes for dependencies in public header files | Tobias Markmann |
2015-06-08 | Add missing SWIFTEN_API annotations to public Swiften API | Tobias Markmann |
2015-04-10 | Introduce FeatureOracle class for contact feature support detection | Tobias Markmann |
2015-04-08 | Add optional logging to native log framework on Android | Tobias Markmann |
2015-02-11 | Add debugging helper and FileTransferTest. | Tobias Markmann |
2015-02-08 | Fix data race in PlatformDomainNameResolver reported by TSAN | Tobias Markmann |
2015-02-03 | Stlye fix and declaring EventLoop implementations' dtors as virtual. | Tobias Markmann |
2015-01-19 | Declare SimpleIDGenerator as an implementation of the IDGenerator abstract cl... | Tobias Markmann |
2014-12-15 | Update Copyright in Swiften | Kevin Smith |
2014-11-24 | Add missing include | Kevin Smith |
2014-02-13 | Fix clang warnings | Remko Tronçon |
2014-01-15 | Improved plaintext chat view for screen-reader support. | Richard Maudsley |
2013-08-27 | Set visibility of exported functions when using GCC/CLang. | Remko Tronçon |
2013-08-01 | Refactor chat messages so parsing of links/emoticons happens in controllers. | Kevin Smith |
2013-05-17 | Fixed unicode path handling. | Remko Tronçon |
2013-05-11 | File Transfer refactoring. | Remko Tronçon |
2013-04-29 | Added doxygen to RandomGenerator. | Remko Tronçon |
2013-04-27 | Zero memory more securely in SafeByteArray. | Remko Tronçon |
2013-04-27 | Removing third-party hash implementations. | Remko Tronçon |
2013-04-08 | SWIFT_LOG_ASSERT macro. | Remko Tronçon |
2013-03-30 | Making stuff build against non-bundled libraries | Kevin Smith |
2013-03-09 | Show idle time as local time in the UI. | Tobias Markmann |
2013-03-04 | Qt5 support & warning fixes. | Remko Tronçon |
2013-02-10 | Turn off override support for GCC in non-c++11 mode. | Remko Tronçon |
2013-02-05 | Make logging thread-safe. | Remko Tronçon |
2013-01-13 | Fix more warnings. | Remko Tronçon |
2012-12-22 | Added 'override' macro to check for override. | Remko Tronçon |
2012-11-13 | Allow BOSH URL setting again. | Kevin Smith |
2012-11-06 | Compile with very old Boost filesystem (e.g. 1.42) | Kevin Smith |