Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08-20 | Fix Slimber build. | Remko Tronçon | |
2010-08-16 | Some build system fixes. | Remko Tronçon | |
2010-04-11 | Add missing header include. | 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-10 | Even more Client refactoring. | Remko Tronçon | |
2009-09-14 | Start splitting up monolithic Swiften SConscript file. | Remko Tronçon | |
2009-08-22 | Fix expanded tab characters. | Remko Tronçon | |
2009-08-22 | Moved QtEventLoop to Swiften. | Remko Tronçon | |
2009-08-16 | Remove autoconf/make files. | Remko Tronçon | |
2009-08-05 | Swiften/LinkLocal: Avoid memory leak. | Remko Tronçon | |
2009-07-20 | Added Cocoa event loop. | Remko Tronçon | |
2009-07-20 | Separated Event out of EventLoop. | 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-06-03 | Added bundled Expat. | Remko Tronçon | |
2009-06-01 | Import. | Remko Tronçon | |