Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-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-15 | Added URL parser. | Remko Tronçon | |
2012-08-13 | Set timeout on each connection attempt, instead of global connect timeout. | Remko Tronçon | |
Resolves: #962 | |||
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 | Hide libminiupnp and libnatpmp. | Remko Tronçon | |
2012-07-14 | Initial DLL support for Swiften. | Remko Tronçon | |
All applications succesfully link against Swiften.dll. | |||
2012-06-17 | CachingNameOnlyDomainNameResolver -> CachingDomainNameResolver. | Remko Tronçon | |
2012-06-17 | Remove unused functions from caching resolver. | Remko Tronçon | |
2012-06-17 | Fixed potential uncaught exception in HTTPConnectProxiedConnection. | Remko Tronçon | |
2012-06-17 | Remove some unused private variables. | Remko Tronçon | |
2012-06-17 | Allow different connection methods for Client. | Remko Tronçon | |
2012-06-05 | Added ICU support. | Remko Tronçon | |
2012-04-23 | Another fix for SRV selection. | Remko Tronçon | |
2012-04-23 | Fixed assertion when SRV weights are all 0. | Remko Tronçon | |
2012-04-23 | Select SRV randomly, taking weight into account. | Remko Tronçon | |
Resolves: #1030 | |||
2012-04-01 | Removing CAres resolver. | Remko Tronçon | |
This has never been used. | |||
2012-03-23 | Allow TLS errors to bubble further up the stack | Kevin Smith | |
2012-03-05 | Fix segfaults and deadcode | Kevin Smith | |
2012-03-04 | Pass along errors about DNS resolution. | Kevin Smith | |
2012-02-03 | Correct previous patch. | Remko Tronçon | |
2012-02-03 | Call shutdown() on socket before close(). | Remko Tronçon | |
As recommended by boost asio documentation. | |||
2012-02-03 | Close socket immediately after last pending write finished. | Remko Tronçon | |
This should fix a hang on disconnect(). | |||
2012-01-17 | Allow specifying BOSH and BOSH proxy URLs with names (rather than IPs) | Kevin Smith | |
2012-01-15 | Fixed compilation with msvc and boost-1.48 | vitalyster | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-12-24 | Some BOSH refactoring. | Remko Tronçon | |
2011-12-22 | BOSH Refactoring. | Remko Tronçon | |
2011-12-13 | Fix use of int randoms for populating long | Kevin Smith | |
2011-12-13 | Avoid crash due to misuse of XMPPLayer | Kevin Smith | |
2011-12-13 | Remove a warning | Kevin Smith | |
2011-12-13 | BOSH Support for Swiften | Kevin Smith | |
This adds support for BOSH to Swiften. It does not expose it to Swift. Release-Notes: Swiften now allows connects over BOSH, if used appropriately. | |||
2011-12-13 | BOSH implementation started | Thilo Cestonaro | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-10-16 | Hoist ProxyProvider creation out of Client. | Remko Tronçon | |
2011-10-16 | Hoist TLSContextFactory creation out of Client. | Remko Tronçon | |
2011-10-10 | In case of writing when calling disconnect() postpone socket.close() to when ↵ | Tobias Markmann | |
writing has finished. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-10-07 | Hoist XML parser factory creation out of Swiften. | Remko Tronçon | |
2011-10-03 | Turn NATPortMapping into a class. | Tobias Markmann | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-09-30 | Fixed warnings. | Remko Tronçon | |
2011-09-30 | Fixed some Windows issues with FT. | Remko Tronçon | |
2011-09-29 | Temporarily reverting the previous patch, because of unforeseen problems. | Remko Tronçon | |
Will recommit at a later time. This reverts commit 639c0b7c7fe05bd7a686d16d93f2720bd3bfad99. | |||
2011-09-29 | In case of writing when calling disconnect() postpone socket.close() to when ↵ | Tobias Markmann | |
writing has finished. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-09-29 | Avoid another natpmp include. | Remko Tronçon | |
2011-09-29 | Avoid unnecessary NATPMP include. | Remko Tronçon | |
2011-09-29 | File Transfer refactoring. | Remko Tronçon | |
NAT traversal classes refactoring. Added beginnings of a NetworkTool. | |||
2011-09-28 | Cleaned up WindowsNetworkEnvironment code. | Remko Tronçon | |