]> Devoid-pointer.net GitWeb - KLGD.git/shortlog
KLGD.git
2015-10-04 Michal MalýBe more thread-safe in error handling master
2015-09-26 Michal MalýRemove the "mutex_trylock" hack
2015-09-23 Michal MalýAdd a "spinning" alternative to plugin locking (might...
2015-08-16 Michal MalýDocumentation incorrectly mentioned spinlocks instead...
2015-08-16 Michal MalýExport klgd_free_command()
2015-08-12 Michal MalýUse more flexible format of user data in klgd_command...
2015-08-11 Michal MalýMerge https://github.com/MadCatX/LinuxFF-KLGD
2015-08-11 Michal MalýExtend user data in klgd_command struct by a union...
2015-08-11 Michal MalýSimplify handling of partial failures when the command...
2015-08-09 Michal MalýAllow for arbitrary data to be stored with KLGD commands.
2015-08-09 MadCatXMerge pull request #2 from Eliasvan/patch-1
2015-08-07 Elias VanderstuyftFix small typo in README
2015-08-03 MadCatXMerge pull request #1 from Eliasvan/master
2015-08-03 Elias VanderstuyftUpdate README.md
2015-08-03 Elias VanderstuyftExport SVGs to PNGs for GitHub to properly render README.
2015-08-01 Michal MalýMerge branch 'master' of devoid-pointer.net:KLGD
2015-08-01 Michal MalýStart work on improved error handling
2015-07-27 Michal MalýAdd documentation files.
2015-07-27 MadCatXCreate LICENSE.md
2015-07-26 Michal Malý- Set TRYAGAIN delay in milliseconds
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