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-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 |
2016-02-29 | Add workaround for building with Boost 1.60 as C++11 | Tobias Markmann |
2016-01-25 | Prevent recursive processing of event queue in EventLoop | Tobias Markmann |
2015-12-17 | Fix misspelled method call | Tobias Markmann |
2015-12-17 | Process multiple events at once inside EventLoop | Tobias Markmann |
2015-12-17 | Add event loop for integration in Boost ASIO | Kevin Smith |
2015-11-19 | Redesign event loops to be thread-safe and deterministic | Tobias Markmann |
2015-02-09 | Fix data race in DummyEventLoop and BoostConnection(Server)Test reported by TSAN | Tobias Markmann |
2015-02-03 | Stlye fix and declaring EventLoop implementations' dtors as virtual. | Tobias Markmann |
2014-12-15 | Update Copyright in Swiften | Kevin Smith |
2014-11-17 | Compile Cocoa event loop in xcode too | Kevin Smith |
2014-10-01 | Port many of Isode's local fixes upstream | Kevin Smith |
2013-09-08 | Use (deprecated) declaration of ivars in interface | Remko Tronçon |
2013-08-16 | Fix double includes in EventLoop. | Remko Tronçon |
2013-08-16 | Merge branch 'swift-2.x' | Remko Tronçon |
2013-08-16 | Added missing lock_guard include. | Remko Tronçon |
2013-08-15 | Getting rid of "-Wobjc-interface-ivars" warnings from clang. | Tobias Markmann |
2013-08-13 | Adding basic support for Android and Unbound (No IPv6 yet). | Tobias Markmann |
2013-02-12 | Include boost::lock_guard include. | Remko Tronçon |
2012-12-30 | Enable & fix pedantic CLang warnings. | Remko Tronçon |
2012-12-23 | Replace functors and for loops by boost::lambdas. | Remko Tronçon |
2012-11-12 | Use more efficient empty check. | Remko Tronçon |
2012-07-14 | Initial DLL support for Swiften. | Remko Tronçon |
2011-11-03 | * Added Schannel support. | dreijer |
2011-10-05 | Don't crash with label item without a label | Kevin Smith |
2011-06-13 | Added CppCheck script. | Remko Tronçon |
2011-06-13 | Fixed some CppCheck warnings. | Remko Tronçon |
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-04-18 | Cleaned up includes.swift-2.0alpha | Remko Tronçon |
2011-03-28 | Catch all exceptions in event loop. | Remko Tronçon |
2011-03-16 | Added possibility to dynamically link Swiften. | Remko Tronçon |
2011-02-27 | Temporarily disabling SimpleEventLoopTest::testRun. | Remko Tronçon |
2011-02-26 | Some more cleanups. | Remko Tronçon |
2011-02-24 | Added debugging switch to Sluift. | Remko Tronçon |
2011-02-15 | Moved QtEventLoop to the Swift namespace. | Remko Tronçon |
2011-01-22 | Some small event loop tweaks. | Remko Tronçon |
2011-01-21 | Code cleanup. | Remko Tronçon |
2011-01-18 | Cleaned up some code. | Remko Tronçon |
2010-12-27 | Added event debugging methods. | Remko Tronçon |
2010-12-27 | Fixed valgrind warnings & leaks. | Remko Tronçon |
2010-11-11 | Removed obsolete class. | Remko Tronçon |
2010-10-27 | Remove MainEventLoop singleton. | Remko Tronçon |
2010-10-26 | Fix compliation problems with CLang. | Remko Tronçon |
2010-10-07 | Avoid recursive calling of event callbacks. | Remko Tronçon |
2010-08-20 | Fix Slimber build. | Remko Tronçon |