1. 19 Feb, 2014 1 commit
  2. 29 Jan, 2014 2 commits
  3. 28 Jan, 2014 3 commits
  4. 23 Jan, 2014 2 commits
  5. 13 Jan, 2014 1 commit
  6. 28 Nov, 2013 1 commit
  7. 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
  8. 02 Oct, 2013 1 commit
  9. 04 Sep, 2013 1 commit
  10. 07 Aug, 2013 2 commits
  11. 04 Aug, 2013 2 commits
  12. 03 Aug, 2013 1 commit
  13. 30 Jul, 2013 1 commit
  14. 12 May, 2013 1 commit
  15. 16 Apr, 2013 1 commit
  16. 10 Jan, 2013 1 commit
  17. 06 Mar, 2012 1 commit
  18. 13 Dec, 2011 1 commit
  19. 19 Sep, 2011 1 commit
  20. 17 Sep, 2011 1 commit
  21. 09 Sep, 2011 2 commits
  22. 27 Aug, 2011 1 commit
  23. 29 Jan, 2011 1 commit
  24. 20 May, 2010 1 commit
  25. 01 Jan, 2010 1 commit
  26. 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
  27. 10 Nov, 2009 1 commit
  28. 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
  29. 22 Oct, 2009 1 commit
  30. 13 Mar, 2009 1 commit
    • Avuton Olrich's avatar
      all: Update copyright header. · 0aee49bd
      Avuton Olrich authored
      This updates the copyright header to all be the same, which is
      pretty much an update of where to mail request for a copy of the GPL
      and the years of the MPD project. This also puts all committers under
      'The Music Player Project' umbrella. These entries should go
      individually in the AUTHORS file, for consistancy.
      0aee49bd
  31. 26 Feb, 2009 1 commit
    • Max Kellermann's avatar
      output_plugin: report errors with GError · ec926539
      Max Kellermann authored
      Use GLib's GError library for reporting output device failures.
      
      Note that some init() methods don't clean up properly after a failure,
      but that's ok for now, because the MPD core will abort anyway.
      ec926539
  32. 25 Feb, 2009 2 commits