Swift
Home
Software
Applications
Swift
SDKs
Swiften (C++)
Stroke (Java)
Support
Blog
About Us
index
:
- Swift Master Repository -
master
sandbox/rm/highlighteditor
swift-1.x
swift-2.x
swift-3.x
swift-4.x
Official repository
Swift Team
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Swiften
/
QA
/
ClientTest
Age
Commit message (
Expand
)
Author
2016-04-25
Convert hard tabs to four spaces in all our SConscript/*.py files
Tobias Markmann
2016-04-12
Use C++11 threading library instead of Boost.Thread
Tobias Markmann
2016-04-04
Modernize code to use C++11 shared_ptr instead of Boost's
Tobias Markmann
2016-04-01
Modernize code to use C++11 nullptr using clang-tidy
Tobias Markmann
2016-03-31
Convert tabs to 4 spaces for all source files
Tobias Markmann
2016-03-30
Apply consistent #include grouping and sorting style
Tobias Markmann
2015-02-11
Fix program output of Swiften/QA/ClientTest
Tobias Markmann
2014-12-15
Update Copyright in Swiften
Kevin Smith
2014-09-16
Fix boost::optional abuses that stop compilation with latest boost
Kevin Smith
2012-12-31
Fix more warnings.
Remko Tronçon
2012-12-30
Enable & fix pedantic CLang warnings.
Remko Tronçon
2012-09-16
Fixed ClientTest compilation.
Remko Tronçon
2011-12-13
BOSH Support for Swiften
Kevin Smith
2011-10-10
Force disconnect signals when calling connect() shortly after disconnect().
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
2011-02-02
Removing unused parameter from Client constructor.
Remko Tronçon
2010-12-27
Stop eventloop in ClientTest disconnect signal.
Remko Tronçon
2010-11-28
Replace slightly-too-magic MergeFlags by our own UseFlags.
Remko Tronçon
2010-11-27
Introduce SWIFTEN_DEP_FLAGS.
Remko Tronçon
2010-11-16
Pass NetworkFactories as an explicit dependency into client.
Remko Tronçon
2010-11-07
Refactoring certificates & certificate checking.
Remko Tronçon
2010-10-27
Remove MainEventLoop singleton.
Remko Tronçon
2010-10-21
Moving queries & responders around.
Remko Tronçon
2010-10-10
Added ClientTest to test suite.
swift-1.0beta7
Remko Tronçon
2010-08-29
Fixed link errors due to previous commit.
Remko Tronçon
2010-06-18
Fix crash on reconnect.
Remko Tronçon
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
2010-03-02
Adding iPhone compilation
Kevin Smith
2009-11-16
Fix inconsistent build flags with test=X.
Remko Tronçon
2009-11-12
Created a TimerFactory, and abstracted Timer.
Remko Tronçon
2009-11-12
Refactored DNS handling.
Remko Tronçon
2009-11-10
Even more Client refactoring.
Remko Tronçon
2009-11-01
Moving tests around.
Remko Tronçon
2009-09-03
Move Swiften QA test into QA module.
Remko Tronçon
2009-08-16
Remove autoconf/make files.
Remko Tronçon
2009-08-12
Added Slimber & valgrind testing to SCons.
Remko Tronçon
2009-08-10
Fix SCons building on os x again.
Remko Tronçon
2009-07-24
Update the build system.
Remko Tronçon
2009-07-15
Make stream stack layers reference counted.
Remko Tronçon
2009-07-15
Use shared_ptr for EventLoop owners.
Remko Tronçon
2009-07-14
Consolidating IncomingConnection & Connection.
Remko Tronçon
2009-07-11
Use ClientXMLTracer in ClientTest.
Remko Tronçon
2009-06-12
Removing auto delete stuff from Request.
Remko Tronçon
2009-06-03
Added bundled Expat.
Remko Tronçon
2009-06-01
Import.
Remko Tronçon