1. 03 Jan, 2017 1 commit
  2. 09 Sep, 2016 1 commit
  3. 26 Feb, 2016 1 commit
  4. 21 Jan, 2015 2 commits
  5. 01 Jan, 2015 1 commit
  6. 19 Feb, 2014 1 commit
  7. 06 Feb, 2014 2 commits
  8. 05 Feb, 2014 1 commit
  9. 04 Feb, 2014 1 commit
  10. 24 Jan, 2014 1 commit
  11. 23 Jan, 2014 1 commit
  12. 13 Jan, 2014 1 commit
  13. 28 Nov, 2013 1 commit
  14. 21 Oct, 2013 1 commit
  15. 02 Oct, 2013 1 commit
  16. 04 Sep, 2013 1 commit
  17. 07 Aug, 2013 1 commit
  18. 04 Aug, 2013 2 commits
  19. 30 Jul, 2013 2 commits
  20. 16 Apr, 2013 2 commits
  21. 22 Feb, 2013 1 commit
  22. 29 Jan, 2013 1 commit
  23. 29 Jan, 2011 1 commit
  24. 01 Jan, 2010 1 commit
  25. 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
  26. 10 Nov, 2009 1 commit
  27. 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
  28. 21 Oct, 2009 1 commit
  29. 20 Oct, 2009 2 commits
  30. 27 Mar, 2009 1 commit
  31. 26 Mar, 2009 4 commits