1. 13 Sep, 2011 2 commits
  2. 09 May, 2011 1 commit
  3. 29 Jan, 2011 1 commit
  4. 21 Dec, 2010 1 commit
  5. 23 Sep, 2010 1 commit
  6. 21 Jul, 2010 1 commit
  7. 01 Jan, 2010 1 commit
  8. 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
  9. 11 Nov, 2009 1 commit
    • Max Kellermann's avatar
      directory: include config.h · b9c610ac
      Max Kellermann authored
      *sigh* another Large File breakage.  ino_t/dev_t this time.  We need
      to include config.h in directory.h to get this straight.
      b9c610ac
  10. 01 Apr, 2009 2 commits
  11. 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
  12. 09 Mar, 2009 1 commit
  13. 28 Feb, 2009 1 commit
    • Max Kellermann's avatar
      directory: added "mtime" property · 2aebbf84
      Max Kellermann authored
      Remember the modification time of each directory.  This is important
      for archives (which are virtual directories right now), but may also
      be useful for an automatic update mechanism.
      2aebbf84
  14. 27 Feb, 2009 1 commit
  15. 04 Jan, 2009 1 commit
  16. 16 Dec, 2008 1 commit
  17. 31 Oct, 2008 1 commit
    • Max Kellermann's avatar
      added prefix to header macros · ea515494
      Max Kellermann authored
      "LOG_H" is a macro which is also used by ffmpeg/log.h.  This is
      ffmpeg's fault, because short macros should be reserved for
      applications, but since it's always a good idea to choose prefixed
      macro names, even for applications, we are going to do that in MPD.
      ea515494
  18. 13 Oct, 2008 3 commits
  19. 09 Oct, 2008 3 commits
  20. 08 Oct, 2008 11 commits
  21. 06 Oct, 2008 1 commit
    • Eric Wong's avatar
      directory: simplify list update handling logic · 37a8239f
      Eric Wong authored
      Now the "update" command can be issued multiple times regardless
      of whether the client is in list mode or not.
      
      We serialize the update tasks to prevent updates from trampling
      over each other and will spawn another update task
      once the current one is finished updating and reaped.
      
      Right now we cap the queue size to 32 which is probably enough (I
      bet most people usually run update with no argument anyways);
      but we can make it grow/shrink dynamically if needed.  There'll
      still be a hard-coded limit to prevent DoS attacks, though.
      37a8239f
  22. 29 Sep, 2008 3 commits