Age | Commit message (Expand) | Author |
2016-03-09 | Improve profile editing UX when vCard is not supported | Tobias Markmann |
2016-03-08 | Remove superfluous implementation files | Tobias Markmann |
2016-03-04 | Fix small issues around Swiften/QA/TLSTest | Tobias Markmann |
2016-02-29 | Add workaround for building with Boost 1.60 as C++11 | Tobias Markmann |
2016-02-29 | Fix compilation with Boost 1.60 | 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-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-10 | Add more tests for JID validity | Kevin Smith |
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-02-02 | Change stanza body to boost::optional<std::string> type | Tobias Markmann |
2016-02-01 | Disable certificate revocation checking in OS X TLS backend | Tobias Markmann |
2016-01-26 | Fix ASAN reported heap-use-after-free in FileTransferTest | Tobias Markmann |
2016-01-25 | Prevent recursive processing of event queue in EventLoop | Tobias Markmann |
2016-01-22 | Add missing Timer related cleanup code | Tobias Markmann |
2016-01-21 | Ensure that BoostTimers can't fire after stop() | Kevin Smith |
2016-01-21 | Stop timer during clean up of WhitespacePingLayer | Tobias Markmann |
2016-01-15 | Free file-transfer objects before removing files in QA tool | Tobias Markmann |
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-11 | Fix IPv6 DNS resolution issues on Windows | Tobias Markmann |
2016-01-07 | Remove wrong assertion in BoostIOServiceThread | Tobias Markmann |
2015-12-17 | Fix misspelled method call | Tobias Markmann |
2015-12-17 | Show file-transfer description if provided | Tobias Markmann |
2015-12-17 | Process multiple events at once inside EventLoop | Tobias Markmann |
2015-12-17 | Do not advertise link-local IPv6 addresses in FT candidates | Tobias Markmann |
2015-12-17 | Add test verifying Boost ASIO IPv4/IPv6 dual-stack socket support | Tobias Markmann |
2015-12-17 | Disconnect signals from in-flight IBB request | Tobias Markmann |
2015-12-17 | Only calculate S5B candidates if supported by recipient | Tobias Markmann |
2015-12-17 | Add event loop for integration in Boost ASIO | Kevin Smith |
2015-11-19 | Redesign event loops to be thread-safe and deterministic | Tobias Markmann |
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-10 | Fix Cocoa memory management error in Secure Transport backend | Tobias Markmann |
2015-11-09 | Change virtual calls in ctors/dtors to be explicit | Tobias Markmann |
2015-11-09 | Change Windows to Unix line endings | Tobias Markmann |
2015-11-06 | Fix potential memory leaks in Cocoa API usage | Tobias Markmann |
2015-11-04 | Fix swiften handling when client certificate is missing | Gurmeen Bindra |
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-30 | Fix bug in FT candidate discovery in absence of S5B proxies | Tobias Markmann |
2015-10-30 | Fix code in response to clang compiler warnings | Tobias Markmann |
2015-10-30 | Fix code in response to unused macro and private field warnings | Tobias Markmann |
2015-10-30 | Add FileTransfer::getState() method | Tobias Markmann |
2015-10-30 | Change bare JID presence lookup code to ignore priorities | Tobias Markmann |
2015-10-16 | Mark removed contacts as unavailable in Swift | Tobias Markmann |
2015-10-16 | Add UTF-8 validation function and validate input to libIDN functions | Tobias Markmann |
2015-10-15 | Only bind full JID to ChatController on non-empty or typing messages | Tobias Markmann |