Skip to content
Snippets Groups Projects
  1. Nov 27, 2023
  2. Nov 14, 2023
  3. Oct 31, 2023
    • Ivan Savin's avatar
      0.1.7-alt1 · 3b31561b
      Ivan Savin authored
      - Add the ability to add environment variables from the alterator-manager
        database.
      - Add memory freeing for the structure with data for launching processes in case
        of a process startup error and in case of a command line parsing error.
      - Add reduction of thread counters in case of command line parsing error and in
        case of process startup error.
    • Ivan Savin's avatar
      Add the ability to add environment variables. · 17e2a08b
      Ivan Savin authored
      Add the ability to add environment variables from the alterator-manager
      database.
      Add memory freeing for the structure with data for launching processes in case
      of a process startup error and in case of a command line parsing error.
      Add reduction of thread counters in case of command line parsing error and in
      case of process startup error.
      17e2a08b
  4. Jul 11, 2023
  5. Jun 23, 2023
  6. May 23, 2023
  7. Apr 21, 2023
  8. Apr 04, 2023
    • Ivan Savin's avatar
      0.1.2-alt1 · 7db56ee4
      Ivan Savin authored
      - Add the ability to return stdout and stderr through an array of strings or
        an array of bytes (stdout only).
      - The signal name is now formed by concatenating the string specified in
        the backend file and the sender. Dots and colons in the sender are replaced
        with underscores. If the signal name in the backend file is not specified,
        then the signals are disabled.
      - Add the ability to limit stdout and stderr arrays in bytes (Default 524288).
      - Add the ability to disable the return of stdout and stderr arrays using
        special options in the backend file.
    • Ivan Savin's avatar
      Add the ability to return stdout and stderr. · 7feafcbb
      Ivan Savin authored
      Add the ability to return stdout and stderr through an array of strings
      or an array of bytes (stdout only).
      
      The signal name is now formed by concatenating the string specified in
      the backend file and the sender. Dots and colons in the sender are
      replaced with underscores. If the signal name in the backend file is not
      specified, then the signals are disabled.
      
      Add the ability to limit stdout and stderr arrays in bytes.
      (Default 524288).
      
      Added the ability to disable the return of stdout and stderr arrays
      using special options in the file.
      7feafcbb
  9. Feb 27, 2023
  10. Feb 16, 2023
    • Ivan Savin's avatar
      0.1.0-alt1 · 40de4a70
      Ivan Savin authored
      - All backend files are now loaded in the manager, and modules receive a
        pointer to a table with data that contains information about D-Bus objects
        and handlers. One file describes one interface for one module.
      - The interaction between the manager and modules has changed: the module now
        returns not xml, but an instance of GDBusInterfaceInfo (it writes a pointer
        to this instance to the table with data received from the manager, a
        pointer to the vtable is also written there).
    • Ivan Savin's avatar
      Transition form register_object to subtree. · 98a0059e
      Ivan Savin authored
      All backend files are now loaded in the manager, and modules
      receive a pointer to a table with data that contains information
      about D-Bus objects and handlers. One file describes one interface
      for one module.
      
      The interaction between the manager and modules has changed: the
      module now returns not xml, but an instance of GDBusInterfaceInfo
      (it writes a pointer to this instance to the table with data
      received from the manager, a pointer to the vtable is also written
      there).
      98a0059e
  11. Dec 20, 2022
  12. Dec 16, 2022
  13. Oct 22, 2022
  14. Oct 21, 2022
  15. Oct 13, 2022
  16. Oct 10, 2022
Loading