summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-09-29Explicitly handle all possible SecTrustResultType enum valuesTobias Markmann
2016-09-29Fix potential resource leaksTobias Markmann
2016-09-26Use const std::unique_ptr for pimpl idiom usageTobias Markmann
2016-08-24Use SSL_CTX_set_default_verify_paths to set trusted CAs for OpenSSLTobias Markmann
2016-08-10Add missing includeKevin Smith
2016-08-05Add a debugging helper for serializing Swiften types to ostreamTobias Markmann
2016-07-27Fix Doxygen warningsTobias Markmann
2016-07-27Include missing cassertMichael Vetter
2016-07-22Remove pragmas to ignore unused private fieldsTobias Markmann
2016-07-22Add support for libminiupnpc version 2Tobias Markmann
2016-07-20Add release dates to Swift and Swiften ChangeLog.mdTobias Markmann
2016-07-15Add missing includes for assert()swift-4.0beta1Tobias Markmann
2016-07-14Close Swift and Swiften changelogs for 4.0-beta1Tobias Markmann
2016-07-14Add in progress changelog for SwiftenTobias Markmann
2016-07-11Fix handling of incorrect MUC component behaviorTobias Markmann
2016-07-01Implement Message Carbons in Swift and Swift/ControllersTobias Markmann
2016-06-29Fail file-transfer if proxy session of candidate does not existTobias Markmann
2016-06-22Treat JIDs with empty resources as invalidTobias Markmann
2016-06-22Temporarily disable CertificateErrorTestTobias Markmann
2016-06-14Fix handling of notify attribute in PubSub retract elementsTobias Markmann
2016-06-14Add support for URLs with IPv6 addresses in Swift::URLTobias Markmann
2016-06-10Fix remaining compiler warnings on OS X with clangTobias Markmann
2016-06-02Add missing define for static building for swiften-configTobias Markmann
2016-05-27Add presence to manually added contacts in 'Start Chat…' dialogTobias Markmann
2016-05-25Remove unnecessary include of iostream headerTobias Markmann
2016-05-04Fix /me message handling for highlighted messagesTobias Markmann
2016-04-28Change remaining std::auto_ptr usage to std::unique_ptrTobias Markmann
2016-04-25Convert hard tabs to four spaces in all our SConscript/*.py filesTobias Markmann
2016-04-12Use C++11 threading library instead of Boost.ThreadTobias Markmann
2016-04-11Drop executable permission on source filesMichael Vetter
2016-04-08Fix code in response to compiler warnings by clangTobias Markmann
2016-04-05Migrate to Boost.Signals2 from Boost.SignalsTobias Markmann
2016-04-04Modernize code to use range based for loops using clang-tidyTobias Markmann
2016-04-04Apply automated clang-tidy fixes and add missing includesTobias Markmann
2016-04-04Modernize code to use C++11 shared_ptr instead of Boost'sTobias Markmann
2016-04-01Modernize code to use C++11 nullptr using clang-tidyTobias Markmann
2016-03-31Convert tabs to 4 spaces for all source filesTobias Markmann
2016-03-31Stop building some TLS providers as always staticKevin Smith
2016-03-30Apply consistent #include grouping and sorting styleTobias Markmann
2016-03-17Tidy XEP-0141 codeTim Robbings
2016-03-17Don't allow JIDs with explicitly empty resourcesKevin Smith
2016-03-15Explicitly convert between nullable and non-nullable on OS XTobias Markmann
2016-03-09Improve profile editing UX when vCard is not supportedTobias Markmann
2016-03-08Remove superfluous implementation filesTobias Markmann
2016-03-04Fix small issues around Swiften/QA/TLSTestTobias Markmann
2016-02-29Add workaround for building with Boost 1.60 as C++11Tobias Markmann
2016-02-29Fix compilation with Boost 1.60Tobias Markmann
2016-02-29Fix possible race condition between Connection and ConnectorsTobias Markmann
2016-02-29Fix data race in BoostConnection reported by TSANswift-4.0alphaTobias Markmann
2016-02-15Support early IBB use in Jingle File TransferTobias Markmann