libx52/daemon
nirenjan a39945f461 Import inih library into source tree
Prior to this change, the user needed to install inih as a dependency,
either from the distribution repositories, or from source. On some
platforms (notably macOS), inih is not available prepackaged, and must
be installed by the user. This tends to cause needless friction.

This change imports the ini.c and ini.h files from the upstream inih
repository into the X52 source tree. This will allow us to build the
repository on any system with the original set of dependencies, and not
have to force the user to install packages themselves.
2021-08-26 22:16:38 -07:00
..
Makefile.am Import inih library into source tree 2021-08-26 22:16:38 -07:00
daemon.dox Add PID file argument to documentation 2021-08-05 05:47:44 -07:00
x52d.conf Fix key names for clock formats in default configuration file 2021-07-23 14:31:58 -07:00
x52d.service.in Add Install section to service file to allow enabling the service 2021-08-05 11:46:44 -07:00
x52d_clock.c Use localtime_r instead of localtime 2021-08-03 13:04:46 -07:00
x52d_clock.h Add clock update functionality 2021-07-23 10:13:18 -07:00
x52d_config.c Add config save routines 2021-08-09 22:16:30 -07:00
x52d_config.def Change the config macro definitions to use a type 2021-08-09 21:25:06 -07:00
x52d_config.h Add config save routines 2021-08-09 22:16:30 -07:00
x52d_config_dump.c Add config save routines 2021-08-09 22:16:30 -07:00
x52d_config_parser.c Change the config macro definitions to use a type 2021-08-09 21:25:06 -07:00
x52d_const.h Allow x52d to daemonize 2021-08-04 13:13:12 -07:00
x52d_device.c Make thread startup and shutdown logs as INFO 2021-07-26 10:30:29 -07:00
x52d_device.h Add threads to find and update X52 device 2021-07-21 00:01:49 -07:00
x52d_led.c Make stringification function names similar to libx52io 2021-07-27 09:34:57 -07:00
x52d_main.c Allow x52d to daemonize 2021-08-04 13:13:12 -07:00