1. 17 Sep, 2011 2 commits
  2. 31 Aug, 2011 1 commit
  3. 23 Aug, 2011 2 commits
  4. 23 Mar, 2011 1 commit
  5. 16 Mar, 2011 1 commit
  6. 09 Feb, 2011 1 commit
  7. 29 Jan, 2011 1 commit
  8. 28 Jan, 2011 1 commit
  9. 08 Oct, 2010 1 commit
  10. 01 Jan, 2010 1 commit
  11. 12 Nov, 2009 1 commit
    • Max Kellermann's avatar
      include config.h in all sources · 5b82ffc2
      Max Kellermann authored
      After we've been hit by Large File Support problems several times in
      the past week (which only occur on 32 bit platforms, which I don't
      have), this is yet another attempt to fix the issue.
      5b82ffc2
  12. 10 Nov, 2009 1 commit
  13. 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
  14. 23 Oct, 2009 2 commits
  15. 22 Oct, 2009 1 commit
  16. 21 Oct, 2009 2 commits
  17. 20 Oct, 2009 3 commits
  18. 06 Jul, 2009 1 commit
  19. 28 Apr, 2009 2 commits
  20. 25 Apr, 2009 1 commit
  21. 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
  22. 27 Mar, 2009 6 commits
  23. 26 Mar, 2009 6 commits