1. 10 Nov, 2009 1 commit
  2. 07 Nov, 2009 1 commit
    • Max Kellermann's avatar
      set the close-on-exec flag on all file descriptors · e3af0032
      Max Kellermann authored
      Added the "fd_util" library, which attempts to use the new thread-safe
      Linux system calls pipe2(), accept4() and the options O_CLOEXEC,
      SOCK_CLOEXEC.  Without these, it falls back to FD_CLOEXEC, which is
      not thread safe.
      
      This is particularly important for the "pipe" output plugin (and
      others, such as JACK/PulseAudio), because we were heavily leaking file
      descriptors to child processes.
      e3af0032
  3. 23 Oct, 2009 2 commits
  4. 22 Oct, 2009 1 commit
  5. 21 Oct, 2009 2 commits
  6. 20 Oct, 2009 3 commits
  7. 06 Jul, 2009 1 commit
  8. 28 Apr, 2009 2 commits
  9. 25 Apr, 2009 1 commit
  10. 21 Apr, 2009 1 commit
    • Max Kellermann's avatar
      alsa_mixer: call snd_config_update_free_global() in finish() · eb059a78
      Max Kellermann authored
      snd_config_update_free_global() frees cached ALSA configuration.  This
      keeps valgrind a little bit more quiet.  This patch moves the call
      from the open() method into the finish() method, which seems more
      natural: it allows the use of the config cache, and improves the
      cleanup phase.
      eb059a78
  11. 27 Mar, 2009 6 commits
  12. 26 Mar, 2009 19 commits