Skip to content

Preparation for adding srt-logger tool

Simon McVittie requested to merge wip/smcv/pre-logger into main
  • glib-backports: Add a fallback for G_PID_FORMAT

    See also https://gitlab.gnome.org/GNOME/libglnx/-/merge_requests/55

  • log: Add _srt_util_is_verbose

  • utils: Return the executable path from _srt_find_myself()

  • log: Factor out _srt_journal_stream_fd()

  • utils: Add _srt_ignore_sigpipe()

  • utils: Make _srt_fd_set_close_on_exec inline and async-signal-safe

    This expands the set of places where we can use it.


Preparation for !676 (merged).

Merge request reports