1. Aug 21, 2018
    • Alberto Miranda's avatar
      Update .gitlab-ci.yml · ed71a7a6
      Alberto Miranda authored
      ed71a7a6
    • Alberto Miranda's avatar
      Add NORNS_DEBUG_CONFIG_FILE_OVERRIDE env variable · 15545ec4
      Alberto Miranda authored
      Added a new environment variable NORNS_DEBUG_CONFIG_FILE_OVERRIDE that
      allows test programs to override the load process for the default
      configuration file. When setting this variable, the test program is
      expected to call either libnorns_reload_config_file() or
      libnornsctl_reload_config_file() to set the configuration file for the
      test explicitly.
      
      This commit closes #3.
      15545ec4
  2. Aug 18, 2018
  3. Aug 17, 2018
    • Alberto Miranda's avatar
      Fix compilation issue with gcc-7 · 5952711c
      Alberto Miranda authored
      This commit closes #1
      5952711c
    • Alberto Miranda's avatar
      Add nornsctl_status function · 7fe672fa
      Alberto Miranda authored
      The new nornctl_status function queries the urd daemon and returns
      summarized stats about all iotasks currently in the system. More
      specifically, the function returns a nornsctl_stat_t structure that
      contains the following information:
          st_running_tasks: Number of tasks currently running
          st_pending_tasks: Number of tasks currently pending
          st_eta: Estimated Time of Arrival of the currently running tasks
                  (in seconds). Note that, internally, the daemon estimates
                  how long a task will take by keeping track of the average
                  namespace-to-namespace bandwidth from previous requests.
                  This means that this field may contain NaN if no tasks
                  have yet completed, since the daemon will not be able to
                  estimate the E.T.A.
      7fe672fa
  4. Jul 12, 2018
  5. Jul 11, 2018
  6. Jul 10, 2018
  7. Jul 09, 2018
  8. Jun 19, 2018
  9. Jun 13, 2018
  10. Jun 12, 2018
  11. May 22, 2018