Age | Commit message (Expand) | Author |
2016-10-21 | Fix data-race in DummyEventLoop::processEvents() | Tobias Markmann |
2016-10-05 | Add missing sensible asserts to testing and QtMainWindow | 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-29 | Fix uninitialised class members | Tobias Markmann |
2016-09-29 | Explicitly handle all possible SecTrustResultType enum values | Tobias Markmann |
2016-09-29 | Fix potential resource leaks | Tobias Markmann |
2016-09-26 | Use const std::unique_ptr for pimpl idiom usage | Tobias Markmann |
2016-08-24 | Use SSL_CTX_set_default_verify_paths to set trusted CAs for OpenSSL | Tobias Markmann |
2016-08-10 | Add missing include | Kevin Smith |
2016-08-05 | Add a debugging helper for serializing Swiften types to ostream | Tobias Markmann |
2016-07-27 | Fix Doxygen warnings | Tobias Markmann |
2016-07-27 | Include missing cassert | Michael Vetter |
2016-07-22 | Remove pragmas to ignore unused private fields | Tobias Markmann |
2016-07-22 | Add support for libminiupnpc version 2 | Tobias Markmann |
2016-07-20 | Add release dates to Swift and Swiften ChangeLog.md | Tobias Markmann |
2016-07-15 | Add missing includes for assert()swift-4.0beta1 | Tobias Markmann |
2016-07-14 | Close Swift and Swiften changelogs for 4.0-beta1 | Tobias Markmann |
2016-07-14 | Add in progress changelog for Swiften | Tobias Markmann |
2016-07-11 | Fix handling of incorrect MUC component behavior | Tobias Markmann |
2016-07-01 | Implement Message Carbons in Swift and Swift/Controllers | Tobias Markmann |
2016-06-29 | Fail file-transfer if proxy session of candidate does not exist | Tobias Markmann |
2016-06-22 | Treat JIDs with empty resources as invalid | Tobias Markmann |
2016-06-22 | Temporarily disable CertificateErrorTest | Tobias Markmann |
2016-06-14 | Fix handling of notify attribute in PubSub retract elements | Tobias Markmann |
2016-06-14 | Add support for URLs with IPv6 addresses in Swift::URL | Tobias Markmann |
2016-06-10 | Fix remaining compiler warnings on OS X with clang | Tobias Markmann |
2016-06-02 | Add missing define for static building for swiften-config | Tobias Markmann |
2016-05-27 | Add presence to manually added contacts in 'Start Chat…' dialog | Tobias Markmann |
2016-05-25 | Remove unnecessary include of iostream header | Tobias Markmann |
2016-05-04 | Fix /me message handling for highlighted messages | 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-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-31 | Stop building some TLS providers as always static | Kevin Smith |
2016-03-30 | Apply consistent #include grouping and sorting style | Tobias Markmann |
2016-03-17 | Tidy XEP-0141 code | Tim Robbings |
2016-03-17 | Don't allow JIDs with explicitly empty resources | Kevin Smith |
2016-03-15 | Explicitly convert between nullable and non-nullable on OS X | Tobias Markmann |
2016-03-09 | Improve profile editing UX when vCard is not supported | Tobias Markmann |
2016-03-08 | Remove superfluous implementation files | Tobias Markmann |