|
|
|
@4900
|
[4900]
|
17 months |
erijo |
Use gcc visibility for plugin as well
|
|
|
|
@4899
|
[4899]
|
17 months |
erijo |
Use macro to create required functions.
|
|
|
|
@4898
|
[4898]
|
17 months |
erijo |
Use gcc visibility to hide symbols
|
|
|
|
@4897
|
[4897]
|
17 months |
erijo |
Handle invalid fds and fix up iterator usage.
|
|
|
|
@4895
|
[4895]
|
17 months |
erijo |
Catch unhandled exceptions from plugins
|
|
|
|
@4893
|
[4893]
|
17 months |
erijo |
Create a plugin instance
|
|
|
|
@4892
|
[4892]
|
17 months |
erijo |
Add a TPluginInstance class for keeping track of all data belonging to a …
|
|
|
|
@4891
|
[4891]
|
17 months |
erijo |
Make destructor inline
|
|
|
|
@4890
|
[4890]
|
17 months |
erijo |
Add a simple plugin
|
|
|
|
@4889
|
[4889]
|
17 months |
erijo |
Print a error if the daemon exits with exit code != 0
|
|
|
|
@4888
|
[4888]
|
17 months |
erijo |
Remove all instances when removing a fd.
|
|
|
|
@4887
|
[4887]
|
17 months |
erijo |
Keep a fd_set around instead of always creating it from scratch.
|
|
|
|
@4885
|
[4885]
|
17 months |
erijo |
Unit test for TEventDispatcher
|
|
|
|
@4884
|
[4884]
|
17 months |
erijo |
Add a class for dispatching events to handlers and make the daemon use it.
|
|
|
|
@4883
|
[4883]
|
18 months |
erijo |
Restructure by moving event stuff to its own directory
|
|
|
|
@4882
|
[4882]
|
18 months |
erijo |
Rename getEventName to getName and add unique event id.
|
|
|
|
@4881
|
[4881]
|
18 months |
erijo |
Add an eventloop class and make the daemon use it.
|
|
|
|
@4880
|
[4880]
|
18 months |
erijo |
Add TTimer, TTimerSet and TFdSet
|
|
|
|
@4879
|
[4879]
|
18 months |
erijo |
Cache plugin information on the heap and pass them around as smart …
|
|
|
|
@4877
|
[4877]
|
18 months |
erijo |
Update to compile with updated daemon
|
|
|
|
@4876
|
[4876]
|
18 months |
erijo |
Add simple daemon class
|
|
|
|
@4875
|
[4875]
|
18 months |
erijo |
Use new pipe class in event queue
|
|
|
|
@4874
|
[4874]
|
18 months |
erijo |
Add a pipe class
|
|
|
|
@4873
|
[4873]
|
18 months |
erijo |
Don't keep libraries loaded if no plugins are used from it.
|
|
|
|
@4872
|
[4872]
|
18 months |
erijo |
Lock mutex (per default) when creating a TMutexLocker
|
|
|
|
@4871
|
[4871]
|
18 months |
erijo |
Compile fix
|
|
|
|
@4870
|
[4870]
|
18 months |
erijo |
Renamed typedefs
|
|
|
|
@4869
|
[4869]
|
18 months |
erijo |
Add support for unloading unused libraries + misc cleanups.
|
|
|
|
@4868
|
[4868]
|
18 months |
erijo |
Move plugin type to plugininformation.h
|
|
|
|
@4867
|
[4867]
|
18 months |
erijo |
Add support to ObjectDeleter? for deleting the second value in a pair.
|
|
|
|
@4866
|
[4866]
|
18 months |
erijo |
Add a simple thread class.
|
|
|
|
@4865
|
[4865]
|
18 months |
erijo |
Break some long lines
|
|
|
|
@4854
|
[4854]
|
19 months |
erijo |
Ignore build directory
|
|
|
|
@4853
|
[4853]
|
19 months |
erijo |
Add CMakeLists.txt for building daemon and plugins with one make
|
|
|
|
@4852
|
[4852]
|
19 months |
erijo |
Add some classes for dealing with plugins.
|
|
|
|
@4851
|
[4851]
|
19 months |
erijo |
A testplugin
|
|
|
|
@4847
|
[4847]
|
20 months |
erijo |
Fix bug in TMutexLocker where Locked was set to true after the mutex
was …
|
|
|
|
@4846
|
[4846]
|
20 months |
erijo |
Updated documentation
|
|
|
|
@4841
|
[4841]
|
20 months |
erijo |
Added IEvent::getPropertyKeys + misc fixes
|
|
|
|
@4839
|
[4839]
|
20 months |
erijo |
Added an event queue class and added/updated comments
|
|
|
|
@4836
|
[4836]
|
20 months |
erijo |
Added class for logging to file
|
|
|
|
@4835
|
[4835]
|
20 months |
erijo |
Add a TLogSerializer class and some small fixes
|
|
|
|
@4832
|
[4832]
|
20 months |
erijo |
Actually run the unit tests for TEvent and fix an infinite recursion
|
|
|
|
@4831
|
[4831]
|
20 months |
erijo |
Add README and cmake check for boost
|
|
|
|
@4830
|
[4830]
|
20 months |
erijo |
Add doxygen and test to build system
|
|
|
|
@4829
|
[4829]
|
20 months |
erijo |
Added event interface and class
|
|
|
|
@4828
|
[4828]
|
20 months |
erijo |
Added version functions
|
|
|
|
@4827
|
[4827]
|
20 months |
erijo |
Added some utility classes
|
|
|
|
@4826
|
[4826]
|
20 months |
erijo |
A branch for me to experiment in
|