]> Devoid-pointer.net GitWeb - KLGD.git/shortlog
KLGD.git
2014-09-19 Michal MalýReturn ints from stream manipulation functions for...
2014-09-18 Michal MalýExport append_stream() and free_stream()
2014-08-28 Michal MalýAdd quirk to prevent freeing of a plugin by KLGD.
2014-08-27 Michal MalýCheck fur null pointers in klgd_deinit()
2014-08-26 Michal MalýExport klgd_make_command() for use by modules
2014-08-26 Michal MalýFix compiler warning
2014-08-26 Michal MalýAdd klgd_make_command() function to create commands...
2014-08-26 Michal MalýRemove the helper variable
2014-08-25 Michal Malý- Allocate struct klgd_command correctly
2014-08-13 Michal MalýFree command stream once its processed
2014-08-13 Michal MalýRework the command sending logic so that the actual...
2014-08-13 Michal MalýAllow plugins state unlocking without rescheduling
2014-08-13 Michal MalýMAJOR CHANEGS:
2014-07-27 Michal MalýDo not free plugins as they might be allocated statically
2014-07-27 Michal Malý- Do not use printk unless we report error
2014-07-27 Michal Malý- Allow for no init function in plugin
2014-07-27 Michal MalýFix memory allocation checks in _init
2014-07-27 Michal MalýDo not post events to invalid plugins
2014-07-27 Michal MalýDo not free empty plugin slots
2014-07-27 Michal MalýFix symbol exporting and qualify internal functions...
2014-07-25 Michal MalýUse delayed workqueue instead of timer
2014-07-25 Michal MalýAdd module license and description
2014-07-25 Michal MalýFix argument for klgd_schedule_update()
2014-07-25 Michal MalýImplement rudimentary deinitialization
2014-07-25 Michal MalýExport symbols for other modules to use
2014-07-25 Michal MalýExport klgf_notify_commands_sent()
2014-07-25 Michal MalýAdd some debugging output, this shall be useful quite...
2014-07-25 Michal MalýInitial commit