libx52/daemon
nirenjan fea095dc50 Add notify module to logging list
The notify module controls the logging settings for the notify socket
code. While missing this doesn't cause any impact to the notify code, an
invalid module name sent on the command socket could cause the daemon to
crash with a NULL pointer access.
2022-09-22 14:21:14 -07:00
..
tests/config Rename test cases and add them to EXTRA_DIST 2022-09-22 11:21:53 -07:00
Makefile.am Rename test cases and add them to EXTRA_DIST 2022-09-22 11:21:53 -07:00
daemon.dox Update daemon documentation to include notify socket 2022-09-21 20:08:58 -07:00
protocol.dox Update protocol documentation for logging command 2021-11-10 22:21:47 -08:00
test_daemon_comm.py Fix pattern for daemon tests and sort by filename 2022-09-22 09:39:30 -07:00
x52ctl.c Add notify API 2022-09-06 23:19:03 -07:00
x52d.conf Add option to reverse mouse scroll direction 2022-06-14 09:36:13 -07:00
x52d.service.in Revert "Enable verbose logging in systemd service" 2021-10-05 22:38:34 -07:00
x52d_client.c Add notify API 2022-09-06 23:19:03 -07:00
x52d_client.h Add notify API 2022-09-06 23:19:03 -07:00
x52d_clock.c Integrate pinelog module logging functionality 2021-11-10 09:29:27 -08:00
x52d_clock.h Add clock update functionality 2021-07-23 10:13:18 -07:00
x52d_comm_client.c Add notify API 2022-09-06 23:19:03 -07:00
x52d_comm_internal.c Add notify API 2022-09-06 23:19:03 -07:00
x52d_command.c Add notify module to logging list 2022-09-22 14:21:14 -07:00
x52d_command.h Move command processing into separate thread 2022-07-27 12:47:53 -07:00
x52d_config.c Add a callback to apply one configuration item immediately 2022-02-11 13:30:17 -08:00
x52d_config.def Add option to reverse mouse scroll direction 2022-06-14 09:36:13 -07:00
x52d_config.h Add option to reverse mouse scroll direction 2022-06-14 09:36:13 -07:00
x52d_config_dump.c Remove unnecessary code from x52d_config_save_file 2021-11-22 10:08:21 -08:00
x52d_config_parser.c Update int_parser to reject invalid input 2022-09-01 20:50:36 -07:00
x52d_const.h Add notify API 2022-09-06 23:19:03 -07:00
x52d_device.c Integrate pinelog module logging functionality 2021-11-10 09:29:27 -08:00
x52d_device.h Disable device check routine in daemon 2021-09-14 09:10:52 -07:00
x52d_io.c Integrate pinelog module logging functionality 2021-11-10 09:29:27 -08:00
x52d_io.h Create I/O thread to read and process events 2021-09-14 13:33:36 -07:00
x52d_led.c Integrate pinelog module logging functionality 2021-11-10 09:29:27 -08:00
x52d_main.c Add notify API 2022-09-06 23:19:03 -07:00
x52d_mouse.c Add option to reverse mouse scroll direction 2022-06-14 09:36:13 -07:00
x52d_mouse.h Add option to reverse mouse scroll direction 2022-06-14 09:36:13 -07:00
x52d_mouse_evdev.c Add option to reverse mouse scroll direction 2022-06-14 09:36:13 -07:00
x52d_mouse_test.c Add unit tests for mouse reverse scroll 2022-07-03 16:00:13 -07:00
x52d_notify.c Add notify API 2022-09-06 23:19:03 -07:00
x52d_notify.h Add notify API 2022-09-06 23:19:03 -07:00
x52dcomm-internal.h Add notify API 2022-09-06 23:19:03 -07:00
x52dcomm.h Add notify API 2022-09-06 23:19:03 -07:00