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