Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-31 | Convert tabs to 4 spaces for all source files | Tobias Markmann | |
Removed trailing spaces and whitespace on empty lines in the process. Changed CheckTabs.py tool to disallow hard tabs in source files. Test-Information: Manually checked 30 random files that the conversion worked as expected. Change-Id: I874f99d617bd3d2bb55f02d58f22f58f9b094480 | |||
2016-03-30 | Apply consistent #include grouping and sorting style | Tobias Markmann | |
Changed "" style includes to <> style. Test-Information: Build with Clang 3.9.0 and ran all tests on OS X 10.11.4. Change-Id: Ic05e53f2e5dba39cc1307b116fc5f17b62ab9eb8 | |||
2014-12-15 | Update Copyright in Swiften | Kevin Smith | |
Change-Id: I94ab4bbb68c603fe872abeb8090575de042f5cb4 | |||
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. | |||
2011-05-05 | Replace ByteArray by typedef. | Remko Tronçon | |
2011-05-02 | Add a generic erase() algorithm. | Remko Tronçon | |
2011-04-30 | Replace #icnlude "" by #include <> in Swiften. | Remko Tronçon | |
2011-04-18 | Cleaned up includes.swift-2.0alpha | Remko Tronçon | |
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2010-10-27 | Remove MainEventLoop singleton. | Remko Tronçon | |
The event loop now needs to be explicitly passed to clients using it. | |||
2010-04-24 | Fix leaks in LinkLocalConnector. | Remko Tronçon | |
2010-04-24 | Don't lookup duplicate discovered link-local services. | Remko Tronçon | |
This fixes a segfault due to the old query being deleted when a duplicate query is started. | |||
2010-04-08 | Added copyrights to Swiften. | Kevin Smith | |
2010-03-28 | Moving submodule contents back. | Remko Tronçon | |
2010-03-28 | Removing submodules. | Remko Tronçon | |
2010-03-28 | Moved Swiften to a separate module. | Remko Tronçon | |
2009-08-16 | Remove autoconf/make files. | Remko Tronçon | |
2009-08-09 | Add SConscript files. | Remko Tronçon | |
2009-08-05 | Swiften/LinkLocal: Avoid memory leak. | Remko Tronçon | |
2009-08-02 | Slimber: Abstract controllers out of Cocoa UI. | Remko Tronçon | |
2009-08-01 | Added LinkLocalConnector::cancel(). | Remko Tronçon | |
2009-08-01 | Added LinkLocalConnectorTest. | Remko Tronçon | |
2009-07-31 | Adapt LinkLocalConnector to new LinkLocal infrastructure. | Remko Tronçon | |
2009-07-26 | Test LinkLocal service registration. | Remko Tronçon | |
2009-07-26 | Make DNSSD independent of LinkLocalServiceInfo. | Remko Tronçon | |
2009-07-26 | Implement fake DNSSD querier. | Remko Tronçon | |