1. 07 Feb, 2014 3 commits
  2. 30 Jan, 2014 1 commit
  3. 29 Jan, 2014 1 commit
  4. 24 Jan, 2014 1 commit
  5. 23 Jan, 2014 1 commit
  6. 13 Jan, 2014 1 commit
  7. 20 Oct, 2013 1 commit
  8. 19 Oct, 2013 1 commit
  9. 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
  10. 16 Oct, 2013 1 commit
  11. 02 Oct, 2013 1 commit
  12. 04 Sep, 2013 1 commit
  13. 04 Aug, 2013 1 commit
  14. 30 Jan, 2013 6 commits
  15. 27 Jan, 2013 1 commit
  16. 26 Jan, 2013 1 commit
  17. 21 Jan, 2013 1 commit
  18. 16 Jan, 2013 1 commit
  19. 15 Jan, 2013 1 commit
  20. 14 Jan, 2013 3 commits
  21. 03 Jan, 2013 1 commit
  22. 02 Jan, 2013 4 commits
  23. 14 Aug, 2012 1 commit
  24. 13 Feb, 2012 1 commit
  25. 29 Jan, 2011 1 commit
  26. 30 May, 2010 2 commits
    • Max Kellermann's avatar
      inotify_update: follow symlinks · 4a2302c2
      Max Kellermann authored
      This is probably unsafe, and doesn't protect against symlink loops,
      but we will eventually add this when we bring update*.c and inotify*.c
      closer together.
      4a2302c2
    • Max Kellermann's avatar
      inotify_update: fix assertion failure when music dir is deleted · 980201a6
      Max Kellermann authored
      This shouldn't really happen, but insane users might delete/rename the
      music directory while MPD runs.  What was even more insane was that
      MPD crashed due to this.  This is a workaround - there is currently
      nothing useful we can do in this case; except maybe poll for the music
      directory to reappear, but that's too much trouble for a user error.
      980201a6
  27. 13 Apr, 2010 1 commit
    • Max Kellermann's avatar
      inotify_update: start update when directory is created · 8d631b34
      Max Kellermann authored
      This is useful at the maximum depth level, to update newly created
      directories.  It is however questionable if the hard-coded 5 seconds
      delay is enough to create new directory trees with all of their files,
      but we might make that delay configurable in the future.
      8d631b34