Age | Commit message (Expand) | Author |
2019-10-04 | Correct leaks in OpenSSL interface | Tim Costen |
2019-09-19 | Add support for use of shared certificate chain when setting up TLS context | Tim Costen |
2018-11-14 | Address bad_numeric_casts for filetransfers | Edwin Mons |
2018-11-14 | Address LinkLocal issues | Edwin Mons |
2018-11-08 | Consistently use unsigned short for network ports | Edwin Mons |
2018-10-24 | Honour JID part length in ICUConverter | Edwin Mons |
2018-03-27 | Add new ReferencePayload element class, parser and serializer | Peter Burgess |
2017-07-07 | Make std:: make_unique available in gcc with c++11 | Joanna Hulboj |
2017-06-26 | Fix FileWriteBytestreamTest under Windows | Vitaly Takmazov |
2017-03-31 | Use std::random instead of boost::random | Joanna Hulboj |
2017-01-11 | Integrate googletest and googlemock libraries to 3rdParty | 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-09-29 | Fix uninitialised class members | Tobias Markmann |
2016-06-22 | Temporarily disable CertificateErrorTest | Tobias Markmann |
2016-04-28 | Change remaining std::auto_ptr usage to std::unique_ptr | 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-03-04 | Fix small issues around Swiften/QA/TLSTest | Tobias Markmann |
2016-02-15 | Support early IBB use in Jingle File Transfer | Tobias Markmann |
2016-02-15 | Fix crash when saving a received file to non-writable location | Tobias Markmann |
2016-02-08 | Fix and adjust TLSTest to Windows SChannel backend | Tobias Markmann |
2016-02-08 | Treat cert verify errors as non-fatal in OS X TLS backend | Tobias Markmann |
2016-01-26 | Fix ASAN reported heap-use-after-free in FileTransferTest | Tobias Markmann |
2016-01-15 | Free file-transfer objects before removing files in QA tool | Tobias Markmann |
2016-01-12 | Listen to IPv6 any address instead of only IPv4 | Tobias Markmann |
2016-01-11 | Fix IPv6 DNS resolution issues on Windows | Tobias Markmann |
2015-12-17 | Add test verifying Boost ASIO IPv4/IPv6 dual-stack socket support | Tobias Markmann |
2015-11-10 | Add support for client certificate authentication in BOSH | Tobias Markmann |
2015-10-30 | Add support for OS X Secure Transport TLS backend | Tobias Markmann |
2015-10-30 | Fix code in response to clang compiler warnings | Tobias Markmann |
2015-10-14 | Fix memory leak warnings by Valgrind/LSAN | Tobias Markmann |
2015-07-07 | Use environment variables for addresses used in NetworkTest | Tobias Markmann |
2015-02-20 | Add elements/parsers/serializers/tests for Message Carbons (XEP-0280) | Tobias Markmann |
2015-02-16 | Run FileTransferTest correctly as part of the system integration tests | Tobias Markmann |
2015-02-11 | Fix program output of Swiften/QA/ClientTest | Tobias Markmann |
2015-02-11 | Add debugging helper and FileTransferTest. | Tobias Markmann |
2015-02-09 | Fix data race in DummyEventLoop and BoostConnection(Server)Test reported by TSAN | Tobias Markmann |
2014-12-15 | Update Copyright in Swiften | Kevin Smith |
2014-10-21 | Fix libunbound support in Swiften which was broken since API change in 8ec22a9. | Tobias Markmann |
2014-09-16 | Fix boost::optional abuses that stop compilation with latest boost | Kevin Smith |
2014-08-10 | Fix invalid characters being allowed in JID domains | Richard Maudsley |
2014-02-02 | Sluift: Add new_certificate | Remko Tronçon |
2013-10-30 | Implement missing PubSub owner queries. | Remko Tronçon |