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
/
Limber
/
main.cpp
Age
Commit message (
Expand
)
Author
2014-04-28
Create ToplevelElement to replace Element.
Richard Maudsley
2012-03-20
Fix for the previous patch.
Remko Tronçon
2012-03-20
boost::shared_ptr<?>(new ?(...)) -> boost::make_shared<?>(...) transformation...
Tobias Markmann
2011-10-07
Hoist XML parser factory creation out of Swiften.
Remko Tronçon
2011-06-18
Moving unused server code out of Swiften into Limber.
Remko Tronçon
2011-01-26
Make boost io_service a shared object.
Remko Tronçon
2010-10-27
Remove MainEventLoop singleton.
Remko Tronçon
2010-06-18
Fix crash on reconnect.
Remko Tronçon
2010-04-08
Added copyrights to Slimber.
Remko Tronçon
2009-11-08
Added Error class.
Remko Tronçon
2009-08-16
Use global IO service thread in Client.
Remko Tronçon
2009-08-16
Re-enable Limber.
Remko Tronçon
2009-07-17
Implemented clean session/connection shutdown.
Remko Tronçon
2009-07-16
Moved BoostConnectionServer to Swiften.
Remko Tronçon
2009-07-15
Make stream stack layers reference counted.
Remko Tronçon
2009-07-14
Consolidating IncomingConnection & Connection.
Remko Tronçon
2009-07-13
Implement a clean full login procedure.
Remko Tronçon
2009-07-13
Implemented session initialization.
Remko Tronçon
2009-07-13
Server stream header support.
Remko Tronçon
2009-07-12
Added ServerFromClientSession.
Remko Tronçon
2009-07-12
Extended the toy server a bit more.
Remko Tronçon
2009-07-12
Created BoostIOServiceThread.
Remko Tronçon
2009-07-12
Created IncomingConnection & ConnectionServer.
Remko Tronçon
2009-07-12
Added dummy server implementation as starting point.
Remko Tronçon
2009-07-11
Added Limber module.
Remko Tronçon