Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-09 | Remove dependency on PlatformDomainNameResolver from CoreComponent. | Remko Tronçon | |
Change-Id: I3f59fcd19355fb93d3bdede5137b9fae59ef3c67 | |||
2013-02-05 | Make logging thread-safe. | Remko Tronçon | |
Change-Id: Ifab368474bd9e42e10f2cb0c29ff696c0aeaf3ea | |||
2013-01-13 | Merge branch 'swift-2.x' | Remko Tronçon | |
* swift-2.x: Remove incorrect CFRelease() calls in MacOSXProxyProvider. Change-Id: Ia9fe8954839d65be9e337304ce095c7b48a64155 | |||
2013-01-13 | Fix more warnings. | Remko Tronçon | |
Fix sign conversion warnings. Removing heavy unnecessary includes. Change-Id: I992f43065498823098a875badb020c7c84fc4797 | |||
2013-01-12 | Adding basic vCard edit/show support. | Tobias Markmann | |
Change-Id: I3104efcb9d56cfcaafda45eac2a51d2702f5245b License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2013-01-02 | Remove incorrect CFRelease() calls in MacOSXProxyProvider. | Remko Tronçon | |
This avoids a potential crash when using proxies on Mac OS X. Change-Id: I393ba03a6ffd89668e31c5dad8c0d7277601fc14 | |||
2013-01-01 | Fix Objective-C memory bugs. | Remko Tronçon | |
Change-Id: I8de0fc13373633cc99892bc8380072f382f685ed | |||
2013-01-01 | Fix Objective-C memory leaks. | Remko Tronçon | |
Change-Id: I62206d3813e8873f027ff46e525a30bcb2e945c9 | |||
2012-12-31 | Fix more warnings. | Remko Tronçon | |
Change-Id: I0fc27a08adb6aecd5c5775a52b7fe48570ed526a | |||
2012-12-31 | Fixed typo. | Remko Tronçon | |
Change-Id: I3150e20fc7f2be99c3d8291fccbb32041a62ed7b | |||
2012-12-30 | Fixed wrong usage of NAT-PMP API. | Remko Tronçon | |
Passing arguments in the correct order now. Change-Id: Id8bf9fc2662b0bcbd2f100f1f2c7a8928d3f95e4 | |||
2012-12-30 | Enable & fix pedantic CLang warnings. | Remko Tronçon | |
Change-Id: I70109624b4bd7aab9ba679a3eaabc225dd64a03a | |||
2012-12-23 | Replace functors and for loops by boost::lambdas. | Remko Tronçon | |
Change-Id: I6d2364dc85464f238d95978793f35953a2947799 | |||
2012-12-22 | Replace MergeFlags calls by UseFlags calls. | Remko Tronçon | |
Change-Id: If7193006987fd86d102e5e17aac426ef1a6ccd83 | |||
2012-12-22 | Silence deprecated warnings. | Remko Tronçon | |
Change-Id: If349586fd131f1661485acdea573f97d1726c731 | |||
2012-12-22 | Added 'override' macro to check for override. | Remko Tronçon | |
Change-Id: I5b49358debd8a9b9c36adf878d109adad0462f16 | |||
2012-12-08 | Add more steps to the BOSH unit tests for resource binding. | Kevin Smith | |
Change-Id: I6c3dfe548b1e0a4ccba0dd834447e5fa40e397d6 | |||
2012-12-04 | Make sure we say the session's ended after calling close() with BOSH. | Kevin Smith | |
Change-Id: I35b290cb75657e2d9778cc81d83c8a52693f1103 Resolves: #1184 | |||
2012-12-04 | Add parsing for disco#info nodes | Kevin Smith | |
Change-Id: Icf9a526183650add0b5b42243fb1c78757c960c7 | |||
2012-12-04 | Remove double // and :1 port from BOSH paths | Kevin Smith | |
Change-Id: Iff89e5a01565676295f634ee92760854c4872e6d Resolves: #1187 | |||
2012-11-13 | Allow BOSH URL setting again. | Kevin Smith | |
Also fixes use of getPort() so that HTTP headers aren't all for port :1. Change-Id: I8ead8a7f4826d1105bf1feafea21e6139e803de7 Resolves: #1178 | |||
2012-11-12 | Removed unused functions. | Remko Tronçon | |
Change-Id: I102b19d4fb4f44ddc053f323921ed6ce84347508 | |||
2012-11-12 | Use more efficient empty check. | Remko Tronçon | |
Change-Id: I8690af82a7f73d3883057b2a58a19197d6b09842 | |||
2012-11-12 | Removing unused variable. | Remko Tronçon | |
Change-Id: I0338404e1437cdcf1947cd73d90455cde75c7e56 | |||
2012-11-06 | Compile with very old Boost filesystem (e.g. 1.42) | Kevin Smith | |
Change-Id: I547fd937e1563f8c7615f75b5ca9bb985e85a472 | |||
2012-11-03 | Build 3rdParty libraries with SwiftenObject. | Remko Tronçon | |
This ensures that they can be linked when building Swiften in DLL mode. Change-Id: I8a4ff9dab6003e60fab21aba2bbb4beccb26bef6 | |||
2012-10-27 | Adding newlines where they're missing | Kevin Smith | |
Change-Id: Ica0dbbfc5003eeb3f367bc62981f177e21f10ae7 | |||
2012-10-20 | Fixed compilation problems against Boost >= 1.50.0. | Remko Tronçon | |
Change-Id: I7c7c3456c9007caffda1a6b4b721c01aa47d0a6d | |||
2012-10-15 | Use vecptr() instead of .data(). | Remko Tronçon | |
This should fix compilation on msvc9. Change-Id: I74c1cc5f6cf7059e16efc68ed050a348c6b63ff7 | |||
2012-10-13 | Added extra comment about OpenSSL on Mac OS X. | Remko Tronçon | |
Change-Id: I339364406d92226203af876f558bc07686d75cbf | |||
2012-10-12 | Always add system's certificate store to OpenSSL on Mac OS X. | Tobias Markmann | |
It used to be disabled for Mac OS X 10.5 or greater but it turns out system's OpenSSL doesn't add those on Mac OS X 10.8. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-10-12 | Workaround receiving stream features on component connections | Kevin Smith | |
2012-10-12 | Missing include | Kevin Smith | |
2012-10-05 | Strip leading '/' from BOSH paths. | Remko Tronçon | |
Resolves: #1167 | |||
2012-10-03 | Include SafeByteArray in file that uses it | Kevin Smith | |
2012-09-18 | Fix HistoryStorage from crashing | Cătălin Badea | |
Fix a crash related to HistoryStorage asynchronous access. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-09-18 | Missing include | Kevin Smith | |
2012-09-17 | Fixed URL parsing/serializing. | Remko Tronçon | |
Resolves: #1157,#1158 | |||
2012-09-17 | Support for building swiften as a DLL | Remko Tronçon | |
Added missing SWIFTEN_API declarations. Changed test infrastructure to extend path before running tests. | |||
2012-09-16 | Only expose libraries from swiften dependent libraries. | Remko Tronçon | |
2012-09-16 | Start including some bundled libraries in Swiften library. | Remko Tronçon | |
2012-09-16 | Fixed ClientTest compilation. | Remko Tronçon | |
2012-09-15 | Added URL parser. | Remko Tronçon | |
2012-09-12 | Add support for pause/resume using Bytestream for SOCKS5BytestreamServerSession. | HanzZ | |
Copyright (c) 2012 Jan Kaluza Licensed under the Simplified BSD license. See Documentation/Licenses/BSD-simplified.txt for more information. | |||
2012-09-11 | Added missing include. | Remko Tronçon | |
2012-09-10 | Add missing includes. | Remko Tronçon | |
2012-09-08 | Fixed compilation of whiteboard tests. | Remko Tronçon | |
2012-09-08 | Support whiteboarding. | Mateusz Piekos | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-09-08 | Connection settings support | Kevin Smith | |
2012-09-01 | Move async into its own module so it'll work with system sqlite too | Kevin Smith | |