Skip to content
Snippets Groups Projects
  1. May 09, 2023
    • Alberto Miranda's avatar
      Refactor configuration for scord and scord-ctl · 2d41f87a
      Alberto Miranda authored
      scord:
      - Configuration file now uses standard YAML format
      - Add `--output` CLI argument (SCORD_LOG_OUTPUT)
      
      scord-ctl:
      - Add `--output` CLI argument
      - Add `--listen` CLI argument (Fixes #126)
      - Remove configuration file
      
      Both:
      - Remove file_options dependency
      - Remove genopts dependency
      - Replace yaml-cpp with rapidyaml
      - Replace general settings with specific configurations (fixes #20)
      - General improvements and bugfixes in `logger`
      - Improved `net::server` configuration
      - Fix fork()-related bug in `signal_listener`
      - Remove environment variables
      Verified
      2d41f87a
  2. Mar 28, 2023
  3. Feb 27, 2023
  4. Feb 19, 2023
  5. Feb 17, 2023
  6. Feb 14, 2023
  7. Feb 10, 2023
  8. Feb 04, 2023
  9. Jan 24, 2023
  10. Nov 25, 2022
  11. Oct 18, 2022
    • Alberto Miranda's avatar
      Keep track of adhoc storage instances client jobs · 4291f4e9
      Alberto Miranda authored
      * adhoc_storage: Add job client information
      
      * adhoc_storage_manager: Now stores adhoc_storage_info records and
        provides functions to update them.
      
      * adhoc_storage_info: New synchronized type keeping updated information
        about the client job assigned to a adhoc_storage instance
      
      * adhoc_storage: The context can now be updated using a new update()
        function (non-synchronized for now, because it is only ever called
        via the adhoc_storage_manager).
      
      * job_info: Type is now synchronized.
      
      * errors: Add ADM_EADHOC_BUSY. Fix missing error messages for ADM_ENOENT
        and ADM_EEXISTS.
      
      * abt/shared_mutex: Is now movable.
      Verified
      4291f4e9
  12. Sep 29, 2022
  13. Sep 05, 2022
  14. Aug 23, 2022
  15. Jul 29, 2022
  16. Jul 26, 2022
  17. Jul 14, 2022
  18. Jul 07, 2022
  19. Jun 28, 2022
  20. Jun 25, 2022
  21. Jun 23, 2022
  22. Jun 14, 2022
  23. May 20, 2022
  24. Nov 19, 2021
  25. Nov 17, 2021
  26. Nov 15, 2021
  27. Nov 09, 2021
Loading