summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-06-13Privatize GConfProxyProvider in UnixProxyProvider.Remko Tronçon
2011-06-13Fixed some CppCheck warnings.Remko Tronçon
2011-06-12Replacing explicit new with make_shared.Remko Tronçon
2011-06-12Replace explicit new by make_shared.Remko Tronçon
2011-06-12Removed explicit call to get().Remko Tronçon
2011-06-12Removed more explicit calls to get().Remko Tronçon
2011-06-12Removed some calls to explicit get().Remko Tronçon
2011-06-12Replace explicit new with make_shared.Remko Tronçon
2011-06-12Use make_shared in IQ.Remko Tronçon
2011-06-12Removed some unnecessary declarations.Remko Tronçon
2011-06-09DateTime refactoring.Remko Tronçon
2011-06-08Put XEP-0082 datetime parsing into Base.Remko Tronçon
2011-06-08Added AllowPlainOverNONTLS option to ClientOptions.Remko Tronçon
2011-06-03Split off StreamResumedParser.Remko Tronçon
2011-06-03Added missing SafeStringRemko Tronçon
2011-06-03Make StreamResume(d) element use unsigned int for stanza count.Remko Tronçon
2011-06-03Limit the use of the SafeString type.Remko Tronçon
2011-06-03Ensure safety on onDataRead and onDataWritten signals.Remko Tronçon
2011-06-01Merge branch 'swift-1.x'Remko Tronçon
2011-06-01Added fix for a billion laughs attack on Expat.Remko Tronçon
2011-06-01Make gets constKevin Smith
2011-06-01Squelch warningKevin Smith
2011-06-01Add iq:last parsialiserKevin Smith
2011-05-30Allow payloads inside ErrorsKevin Smith
2011-05-25Added 'assertions' scons flag.Remko Tronçon
2011-05-25Change include order so clang doesn't complain anymore.Tobias Markmann
2011-05-23Added makeString().Remko Tronçon
2011-05-23Use const reference in JingleSession.Remko Tronçon
2011-05-23Merge branch 'swift-1.x'Remko Tronçon
2011-05-23Fixed const references to vectors.Remko Tronçon
2011-05-22Removing unnecessary purgePassword() calls in CoreClient.Remko Tronçon
2011-05-22Removing obsolete safeClear in ClientAuthenticator.Remko Tronçon
2011-05-22Eagle mode.Kevin Smith
2011-05-22Added SafeString::clear().Remko Tronçon
2011-05-22Fixed bug in JID escaping.Remko Tronçon
2011-05-19Fixed SafeAllocator compilation on Windows.Remko Tronçon
2011-05-19Replace \ by / in Swiften.h on Windows.Remko Tronçon
2011-05-18Copyright fix.Remko Tronçon
2011-05-18Propagate use of SafeByteArray down to the connection.Remko Tronçon
2011-05-18Rename nullify() to safeClear(), and clear data.Remko Tronçon
2011-05-18Introduce safe containers for storing passwords.Remko Tronçon
2011-05-15Fix namespace for muc#userKevin Smith
2011-05-14Ack pending stanzas on logout.Remko Tronçon
2011-05-13Fixed headers.Remko Tronçon
2011-05-13Cut dependency from AdHocCommandSession on DiscoItem.Remko Tronçon
2011-05-13Removed some explicit new's.Remko Tronçon
2011-05-13Refactored OutgoingAdHocCommandSession a bit.Remko Tronçon
2011-05-13Remove dead UI reference from SwiftenKevin Smith
2011-05-10Don't add CompressionLayer.h to Swiften.h.Remko Tronçon
2011-05-07Use naive JID escaping algorithm to work around a bug in GCC4.5+boost1.42.Remko Tronçon