Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-16 | Fix double includes in EventLoop. | Remko Tronçon | |
Change-Id: Icd510a0737c46618acedc311b1b4e24b72d6673d | |||
2013-08-16 | Merge branch 'swift-2.x' | Remko Tronçon | |
Change-Id: I36e82dfe1ec492df719bcc85e5549fb4013a6723 | |||
2013-08-16 | Added missing lock_guard include. | Remko Tronçon | |
Change-Id: I1ea6c42292b7c3b5f0ecdc1395b9c8e8cf17a6b9 | |||
2013-02-12 | Include boost::lock_guard include. | Remko Tronçon | |
Change-Id: Iad90ae18911116603888ee5dc332151c24a7cf60 | |||
2012-12-23 | Replace functors and for loops by boost::lambdas. | Remko Tronçon | |
Change-Id: I6d2364dc85464f238d95978793f35953a2947799 | |||
2011-10-05 | Don't crash with label item without a label | Kevin Smith | |
2011-04-30 | Replace #icnlude "" by #include <> in Swiften. | Remko Tronçon | |
2011-04-18 | Assert on empty event in event loop. | Remko Tronçon | |
2011-03-28 | Catch all exceptions in event loop. | Remko Tronçon | |
2011-01-22 | Some small event loop tweaks. | Remko Tronçon | |
2011-01-18 | Cleaned up some code. | 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-10-07 | Avoid recursive calling of event callbacks. | Remko Tronçon | |
When EventLoop::handleEvent() was called recursively (i.e. by calling processEvents() from a slot), weird things happened, especially in the XMPP parser (assertion triggers, parse error from server, ...). Now, callbacks are put in a queue handled by the topmost handleEvent. Resolves: #592, #568 | |||
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-07-15 | Use shared_ptr for EventLoop owners. | Remko Tronçon | |
2009-06-01 | Import. | Remko Tronçon | |