Age | Commit message (Expand) | Author |
2019-01-22 | Don't assume that tribool has an implicit bool conversion | Bruce Stephens |
2019-01-14 | Add optional message to TLSError | Edwin Mons |
2018-11-15 | Allow HostAddress(Port) to be used in a map | Kevin Smith |
2018-11-13 | Update one forgotten port in BoostConnection | Edwin Mons |
2018-11-09 | Store NATPortMapping lifetime as uint32_t | Edwin Mons |
2018-11-08 | Consistently use unsigned short for network ports | Edwin Mons |
2018-10-01 | Catch numeric cast errors in BoostConnectionServer | Edwin Mons |
2018-07-30 | Use std::unique_ptr to have TLS classes own the TLSContext | Tobias Markmann |
2018-07-27 | Autofix boost-use-to-string clang-tidy warnings | Kevin Smith |
2018-06-19 | Don't double-connect to IP literals | Kevin Smith |
2018-05-07 | Replace boost::lambda with C++11 lambdas | Tobias Markmann |
2018-05-03 | Replace BOOST_AUTO with C++11 auto keyword | Tobias Markmann |
2018-03-20 | Merge branch 'swift-4.x'swift-5.0alpha2 | Tobias Markmann |
2018-01-09 | Avoid crash with Connector failure race condition | Kevin Smith |
2018-01-09 | Add an log assertion to Connectors | Thanos Doukoudakis |
2017-07-13 | Remove Swiften/Base/Override.h | Tobias Markmann |
2017-07-11 | Add missing SWIFTEN_OVERRIDE statements to dtors | Tobias Markmann |
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 |