Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-16 | Don't allow passing NULL to the JID ctor | Kevin Smith | |
Change-Id: I5e0cf477632927e5383b60b7dd8922740a9b5d5d | |||
2013-08-16 | Added missing lock_guard include. | Remko Tronçon | |
Change-Id: I1ea6c42292b7c3b5f0ecdc1395b9c8e8cf17a6b9 | |||
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 | |||
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 | |
2012-08-30 | Don't compile sqlite history without sqlite | Kevin Smith | |
2012-08-30 | History dialog | Cătălin Badea | |
Add history dialog as an experimental feature. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-08-17 | Update to boost.filesystem v3. | Remko Tronçon | |
Source should still compile against v2. | |||
2012-08-13 | Set timeout on each connection attempt, instead of global connect timeout. | Remko Tronçon | |
Resolves: #962 | |||
2012-07-17 | Only acquire crypt context once on Windows. | Remko Tronçon | |
2012-07-17 | Fixed Expat parser bug. | Remko Tronçon | |
2012-07-15 | Export file transfer classes. | Remko Tronçon | |
2012-07-15 | Fixed compilation on Windows. | Remko Tronçon | |
2012-07-15 | Fix struct vs class warnings. | Remko Tronçon | |
2012-07-15 | Provide replace_pragma_once flag. | Remko Tronçon | |
2012-07-15 | Include more headers in Swiften.h | Remko Tronçon | |
2012-07-15 | Hide libminiupnp and libnatpmp. | Remko Tronçon | |
2012-07-15 | Hide ZLib implementation. | Remko Tronçon | |