- Jan 10, 2024
-
-
Michael Chernigin authored
-
Michael Chernigin authored
-
- Jan 09, 2024
-
-
Michael Chernigin authored
-
Michael Chernigin authored
-
- Dec 27, 2023
-
-
Ivan Savin authored
- Add the alterator-manager-tools package with the am-dev-tool utility. - Remove automatic generation of policy files (for polkit). - Update docs/README-ru.md.
-
Ivan Savin authored
-
Ivan Savin authored
-
Ivan Savin authored
Add the alterator-manager-tools package with the am-dev-tool utility.
-
- Dec 25, 2023
-
-
Ivan Savin authored
- Add creation of /etc/alterator/backends directory for backend files.
-
- Dec 18, 2023
-
-
Ivan Savin authored
- Fix the backends_data table creation, it is created only if the pointer is NULL. - Lines that are too long are split into shorter ones.
-
Ivan Savin authored
Fix the backends_data table creation, it is created only if the pointer is NULL. Lines that are too long are split into shorter ones.
-
- Dec 11, 2023
-
-
Aleksey Saprunov authored
-
- Dec 08, 2023
-
-
Ivan Savin authored
- Change the name of the Node field in the Alterator Entry section to Name. - Update docs/README-ru.md.
-
Ivan Savin authored
Change the name of the Node field in the Alterator Entry section to Name. Update docs/README-ru.md.
-
- Nov 27, 2023
-
-
Ivan Savin authored
- Change the format of the top section of backend files. - Add the ability to set an action_id without a ru.basealt.alterator prefix using the action_id field in the manager section. - Improve memory release logic for variables in the save_info_from_backend_file function in file alterator_manager_backends.h. - Update docs/README-ru.md.
-
Ivan Savin authored
-
Ivan Savin authored
Change the format of the top section of backend files. [Manager] -> [Alterator Entry] module_name -> Module node_name -> Node interface_name -> Interface ---- -> Type For backend files Type = Backend.
-
- Nov 14, 2023
-
-
Ivan Savin authored
Add the ability to set an action_id without a ru.basealt.alterator prefix using the action_id field in the manager section. Improve memory release logic for variables in the save_info_from_backend_file function in file alterator_manager_backends.h.
-
- Nov 01, 2023
-
-
Ivan Savin authored
- Update docs/README-ru.md.
-
Ivan Savin authored
-
- Oct 31, 2023
-
-
Ivan Savin authored
- Add name checking when adding an environment variable. The name must not contain =. - Rename ManagerData structure fields from _table to _data.
-
Ivan Savin authored
Add name checking when adding an environment variable. The name must not contain =. Rename ManagerData structure fields from _table to _data.
-
- Oct 27, 2023
-
-
Ivan Savin authored
- Fix method names in ru.basealt.alterator.manager. - Add automatic cleaning of environment variables. - Add support environment variables management for dbus senders (sin@). - Fix typos in alterator_manager_backends.h (sin@).
-
Ivan Savin authored
-
Ivan Savin authored
Fix method names in ru.basealt.alterator.manager and splitting too long lines of code into several.
-
Ivan Savin authored
Every 10 minutes, the list of environment variables is cleared of variables belonging to non-existent senders.
-
Evgeny Sinelnikov authored
-
Evgeny Sinelnikov authored
-
- Oct 16, 2023
-
-
Ivan Savin authored
- Fix: wrong method names in ru.basealt.alterator.manager.
-
Ivan Savin authored
-
- Sep 20, 2023
-
-
Ivan Savin authored
- Fix: fail to start when the backend files not found.
-
Ivan Savin authored
Fixed an issue where service would fail to launch if the backend files were not found.
-
- Sep 06, 2023
-
-
Ivan Savin authored
- Undo changes from 0.1.7-alt2. This change causes "double free or corruption".
-
Ivan Savin authored
This reverts commit a728fdf6. After this commit this "double free or corruption" appeared.
-
Ivan Savin authored
- Fix: add g_free() for newly-allocated copy of the string after g_variant_get().
-
Ivan Savin authored
Add g_free() for newly-allocated copy of the string after g_variant_get().
-
- Jul 11, 2023
-
-
Ivan Savin authored
- Add the ability to validate interfaces by template. - Update docs/README-ru.md.
-
Ivan Savin authored
-
Ivan Savin authored
Add the ability to validate interfaces by template. Templates are introspection files in a directory /usr/share/dbus-1/interfaces.
-
- Jun 23, 2023
-
-
Ivan Savin authored
- Add the ability to run the alterator-manager in user mode (systemctl --user). - Update docs/README-ru.md.
-