root/branches/newapi

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @6457 [6457] 4 months erijo Interface updated
(edit) @6456 [6456] 4 months erijo 64-bit fixes.
(edit) @6416 [6416] 5 months erijo Use the correct shared library suffix
(edit) @6415 [6415] 5 months erijo Require Boost 1.35.0
(edit) @6414 [6414] 5 months erijo Fixed compilation on mac osx
(edit) @6413 [6413] 5 months erijo Fix unit test failure on mac os x
(edit) @6412 [6412] 5 months erijo Fix compiler warnings
(edit) @6408 [6408] 5 months erijo Require cmake 2.6
(edit) @6407 [6407] 5 months erijo FD_ISSET takes a non-const fd_set* under Mac OSX
(edit) @6073 [6073] 9 months erijo Added test case to check that a descriptor can only be added once.
(edit) @6072 [6072] 9 months erijo Added method for removing bad (closed) descriptors from a descriptor set.
(edit) @6027 [6027] 11 months erijo Updated simple plugin to react on events and shutdown licq after 5 secs
(edit) @6026 [6026] 11 months erijo Added some event handling to the daemon
(edit) @6025 [6025] 11 months erijo Added PluginManager::pluginsRunning() to get the number of running plugins
(edit) @6024 [6024] 11 months erijo Save the name of the eventpipe that an event is sent to so that it can be …
(edit) @6023 [6023] 11 months erijo New class: EventDispatcher?.
(edit) @6022 [6022] 11 months erijo Use typedef for boost::shared_ptr<Licq::Event>.
(edit) @6021 [6021] 11 months eugene And another one…
(edit) @6020 [6020] 11 months eugene Hush down a warning.
(edit) @6019 [6019] 11 months erijo Remove methods that are no longer used.
(edit) @6018 [6018] 11 months erijo Fixed code to compile with previous commits. Extended Licq::Daemon with …
(edit) @6017 [6017] 11 months erijo Implemented methods in EventManager? for (un)register event queues and for …
(edit) @6016 [6016] 11 months erijo Added methods to PluginManager? for handling starting and stopping of …
(edit) @6015 [6015] 11 months erijo Moved starting and stopping of plugin instances to the PluginInstance?
(edit) @6014 [6014] 11 months erijo Global event queue names.
(edit) @6013 [6013] 11 months erijo Don't kill the plugin's thread in PluginInstance?'s dtor. Will do that in …
(edit) @6012 [6012] 11 months erijo Added PluginInstance::getInformation() to get a plugin instance's plugin …
(edit) @6011 [6011] 11 months erijo Make use of typedef from r6009.
(edit) @6010 [6010] 11 months erijo Added two typedefs: Licq::Plugin::Information::Ptr and …
(edit) @6009 [6009] 11 months erijo Added a typedef to avoid having to write "boost::shared_ptr<Licq::Event>" …
(edit) @6006 [6006] 11 months erijo Added EventPipe::empty() to check if the pipe is empty.
(edit) @5977 [5977] 11 months erijo New class: EventPipe? An event pipe holds an ordered list of event queues. …
(edit) @5975 [5975] 11 months erijo Simplified EventQueue? Refactored EventQueue? into a simple queue with …
(edit) @5971 [5971] 11 months erijo Refactored cmake code
(edit) @5959 [5959] 11 months erijo eventhandler.cpp not yet committed
(edit) @5953 [5953] 12 months erijo Added properties to events
(edit) @5952 [5952] 12 months erijo Started working on EventManager?.
(edit) @5951 [5951] 12 months erijo Fixed typo
(edit) @5950 [5950] 12 months erijo Replaced by Licq::ReadWriteMutex?.
(edit) @5949 [5949] 12 months erijo Been replaced by Licq::MutexLocker?.
(edit) @5948 [5948] 12 months erijo Made EventLoop::Handler dtor protected
(edit) @5947 [5947] 12 months erijo Fix compilation with gcc 4.3
(edit) @5932 [5932] 12 months erijo Removed unneccessary method EventQueue::commitAllEvents().
(edit) @5931 [5931] 12 months erijo New class: EventQueue?. Every plugin get their own event queue and …
(edit) @5926 [5926] 12 months erijo Setup signals handlers to exit the thread on SIGTERM. Use this to …
(edit) @5925 [5925] 12 months erijo Added class Licq::Thread::Current with method exit for operating on …
(edit) @5924 [5924] 12 months erijo * Replaced static.cpp with a Globals class. This approach has the same …
(edit) @5922 [5922] 12 months erijo Updated to match changed interfaace
(edit) @5921 [5921] 12 months erijo Move arguments passed to licqCreatePlugin to the struct …
(edit) @5920 [5920] 12 months erijo Make Thread::Entry's dtor protected
(edit) @5919 [5919] 12 months erijo Documentation update.
(edit) @5918 [5918] 12 months erijo Move static methods to static.cpp
(edit) @5917 [5917] 12 months erijo Handle nanosec overflow when converting between timeval and timespec.
(edit) @5915 [5915] 12 months erijo Added PluginManager::setPluginLogSink for setting the LogSink? that plugins …
(edit) @5914 [5914] 12 months erijo Match new location of log.h.
(edit) @5913 [5913] 12 months erijo Documentation update
(edit) @5912 [5912] 12 months erijo Made LogSink? dtor protected
(edit) @5911 [5911] 12 months erijo Moved licq/interface/log.h to licq/log.h. Makes more sense to have it …
(edit) @5910 [5910] 12 months erijo Log::{get,set}ThreadLog? usage cleanup.
(edit) @5909 [5909] 12 months erijo Made PluginManager? a singleton.
(edit) @5908 [5908] 12 months erijo Moved static methods to a separate file so that unit-test can …
(edit) @5907 [5907] 12 months erijo Recorder now in namespace LicqTest?.
(edit) @5906 [5906] 12 months erijo Put test help class in LicqTest? namespace.
(edit) @5905 [5905] 12 months erijo Add getThreadLog to the public interface
(edit) @5897 [5897] 12 months erijo Use thread log for daemon.
(edit) @5896 [5896] 12 months erijo Added functions for setting and getting the thread's log instance.
(edit) @5895 [5895] 12 months erijo A new class for thread specific data.
(edit) @5894 [5894] 12 months erijo The basic stuff for a type representing an event.
(edit) @5893 [5893] 12 months erijo Fix typo
(edit) @5826 [5826] 12 months erijo Replaced escape char with a constant
(edit) @5820 [5820] 12 months erijo A new build target that generates a html report for unit-tests' coverage. …
(edit) @5819 [5819] 12 months erijo Don't include old include dir in doxygen docs
(edit) @5810 [5810] 13 months erijo Add a new exception type: FatalException?
(edit) @5809 [5809] 13 months erijo Enable localization
(edit) @5808 [5808] 13 months erijo Better variant of r5801 that uses suffix instead of C-style cast.
(edit) @5807 [5807] 13 months erijo Putting operator<<(ostream&, Plugin::Version&) in the Licq namespace made …
(edit) @5804 [5804] 13 months erijo Small fix
(edit) @5803 [5803] 13 months erijo gcc 4.3 compilation fix
(edit) @5801 [5801] 13 months erijo Silence warnings from gcc < 4.2.
(edit) @5799 [5799] 13 months erijo Stop building things we don't use
(edit) @5798 [5798] 13 months erijo Updated unit-test to expect a RuntimeException?
(edit) @5797 [5797] 13 months erijo * Move operator<< for Plugin::Version to support.h * Basic support for …
(edit) @5796 [5796] 13 months erijo Mark string for translation
(edit) @5795 [5795] 13 months erijo Add translation support
(edit) @5788 [5788] 13 months erijo A simple plugin for testing stuff
(edit) @5787 [5787] 13 months erijo operator<< for printing Licq::Plugin::Version