1. 19 Oct, 2013 2 commits
  2. 17 Oct, 2013 1 commit
    • Max Kellermann's avatar
      fs/Path: rename to AllocatedPath · abfbd553
      Max Kellermann authored
      The new class Path only holds a string pointer without being
      responsible for allocation/deallocation.  The FileSystem.hxx library
      accepts Path arguments instead of AllocatedPath, to avoid forcing
      callers to allocate another string object.
      abfbd553
  3. 15 Oct, 2013 2 commits
  4. 02 Oct, 2013 2 commits
  5. 12 Sep, 2013 1 commit
  6. 05 Sep, 2013 1 commit
  7. 04 Sep, 2013 1 commit
  8. 17 Apr, 2013 1 commit
  9. 30 Jan, 2013 3 commits
  10. 15 Jan, 2013 3 commits
  11. 07 Jan, 2013 2 commits
  12. 05 Jan, 2013 1 commit
  13. 04 Jan, 2013 1 commit
  14. 03 Jan, 2013 2 commits
  15. 27 Sep, 2012 1 commit
  16. 09 Jul, 2012 1 commit
    • Max Kellermann's avatar
      require GLib 2.16 · 5dfc0918
      Max Kellermann authored
      GLib 2.16 was released more than 4 years ago.  Let's remove some cruft
      from the glib_compat.h header, and avoid new cruft to it.
      5dfc0918
  17. 13 Feb, 2012 1 commit
  18. 23 Mar, 2011 1 commit
  19. 29 Jan, 2011 1 commit
  20. 10 Jan, 2011 1 commit
  21. 05 Oct, 2010 1 commit
  22. 23 Sep, 2010 1 commit
  23. 30 Jun, 2010 1 commit
    • Andreas Vögele's avatar
      Make get_remote_uid() work on BSD · 34415bf0
      Andreas Vögele authored
      I've attached a patch that will make file URIs work on operating systems
      that provide the getpeereid() function call to check the user ID of the
      peer connected to a UNIX domain socket.
      34415bf0
  24. 19 Jun, 2010 1 commit
    • Andreas Vögele's avatar
      Make get_remote_uid() work on BSD · dda5415d
      Andreas Vögele authored
      I've attached a patch that will make file URIs work on operating systems
      that provide the getpeereid() function call to check the user ID of the
      peer connected to a UNIX domain socket.
      dda5415d
  25. 22 Mar, 2010 1 commit
  26. 01 Jan, 2010 1 commit
  27. 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
  28. 10 Nov, 2009 1 commit
    • Max Kellermann's avatar
      configure.ac: require GLib 2.12 · b722d3d7
      Max Kellermann authored
      Drop the required GLib version from 2.16 to 2.12, because many current
      systems still don't have GLib 2.16.  This requires several new
      compatibility functions in glib_compat.h.
      b722d3d7
  29. 08 Nov, 2009 1 commit
  30. 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
  31. 24 Sep, 2009 1 commit