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