summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2016-02-15Fix crash when saving a received file to non-writable locationTobias Markmann
2016-02-10Add more tests for JID validityKevin Smith
2016-02-08Fix and adjust TLSTest to Windows SChannel backendTobias Markmann
2016-02-08Treat cert verify errors as non-fatal in OS X TLS backendTobias Markmann
2016-02-02Change stanza body to boost::optional<std::string> typeTobias Markmann
2016-02-01Disable certificate revocation checking in OS X TLS backendTobias Markmann
2016-01-26Fix ASAN reported heap-use-after-free in FileTransferTestTobias Markmann
2016-01-25Prevent recursive processing of event queue in EventLoopTobias Markmann
2016-01-22Add missing Timer related cleanup codeTobias Markmann
2016-01-21Ensure that BoostTimers can't fire after stop()Kevin Smith
2016-01-21Stop timer during clean up of WhitespacePingLayerTobias Markmann