Age | Commit message (Expand) | Author |
2017-06-26 | Fix compiler warnings raise by Clang on Linux | Tobias Markmann |
2017-06-26 | Remove unneeded forward declarations from Swiften headers | Tobias Markmann |
2017-04-04 | Verify certificates for HTTPS BOSH connections | Tobias Markmann |
2017-03-31 | Use std::random instead of boost::random | Joanna Hulboj |
2017-03-15 | Do no emit onXMPPDataRead when the session is terminated | Tobias Markmann |
2017-03-13 | Add LogSerializer for BOSHError | Tobias Markmann |
2017-02-27 | Handle boost::bad_lexical_cast exception in HostAddressPort::toString() | Tobias Markmann |
2017-02-10 | Display error message in profile window if vCard request failed | Tobias Markmann |
2017-02-09 | Update GConfProxyProvider to new string to HostAddress function | Tobias Markmann |
2016-12-15 | Merge branch 'swift-3.x’ | Tobias Markmann |
2016-11-23 | Migrate remaining Swiften/Base/foreach.h use to range-based for loop | Tobias Markmann |
2016-11-18 | Improve string to HostAddress conversion API | Tobias Markmann |
2016-11-07 | Log address when failing to initialise HostAddress from string | Tobias Markmann |
2016-11-04 | Change logging output to use SWIFT_LOG | Tobias Markmann |
2016-10-21 | Fix version number for libminiupnpc version switch | Tobias Markmann |
2016-10-04 | Remove optional_fwd.hpp use; workaround for Boost Ticket #12179 | Tobias Markmann |
2016-09-30 | Change custom memory copy loop to std::memcpy | Tobias Markmann |
2016-09-30 | Add missing error check in HostAddress::toString | Tobias Markmann |
2016-09-26 | Use const std::unique_ptr for pimpl idiom usage | Tobias Markmann |
2016-07-22 | Add support for libminiupnpc version 2 | Tobias Markmann |
2016-05-25 | Remove unnecessary include of iostream header | 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-11 | Drop executable permission on source files | Michael Vetter |
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 | 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 |
2016-02-29 | Fix possible race condition between Connection and Connectors | Tobias Markmann |
2016-02-29 | Fix data race in BoostConnection reported by TSANswift-4.0alpha | Tobias Markmann |
2016-01-21 | Ensure that BoostTimers can't fire after stop() | Kevin Smith |
2016-01-15 | Add missing virtual keyword to some destructors | Tobias Markmann |
2016-01-12 | Listen to IPv6 any address instead of only IPv4 | Tobias Markmann |
2016-01-07 | Remove wrong assertion in BoostIOServiceThread | Tobias Markmann |
2015-12-17 | Add event loop for integration in Boost ASIO | Kevin Smith |
2015-11-18 | Fix virtual destructors and mismatching signal disconnection | Tobias Markmann |
2015-11-10 | Add support for client certificate authentication in BOSH | Tobias Markmann |
2015-11-09 | Change virtual calls in ctors/dtors to be explicit | Tobias Markmann |
2015-10-30 | Fix issues with HTTPTrafficFilter for HTTP proxy / BOSH usage | Tobias Markmann |
2015-10-30 | Add support for OS X Secure Transport TLS backend | Tobias Markmann |
2015-10-14 | Fix compiler warnings about unused variables/arguments | Tobias Markmann |
2015-08-11 | Make access to deadline_timer thread-safe | Tobias Markmann |
2015-08-11 | Add note on use of Connector::stop() | Kevin Smith |
2015-07-21 | Explicitly disconnect from remaining resources in destructors | Tobias Markmann |
2015-06-10 | Add ability to limit SChannel to TLS 1.0 | Kevin Smith |
2015-06-08 | Add missing SWIFTEN_API annotations to public Swiften API | Tobias Markmann |