1. 27 Nov, 2008 1 commit
  2. 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
  3. 09 Oct, 2008 3 commits
    • Max Kellermann's avatar
      update: make the job id unsigned · 4beba26c
      Max Kellermann authored
      Since the return value cannot be -1 anymore, we can make it unsigned.
      4beba26c
    • Max Kellermann's avatar
      update: job ID must be positive · f1022bcc
      Max Kellermann authored
      The documentation for directory_update_init() was incorrect: a job ID
      must be positive, not non-negative.  If the update queue is full and
      no job was created, it makes more sense to return 0 instead of -1,
      because it is more consistent with the return value of isUpdatingDB().
      f1022bcc
    • Max Kellermann's avatar
      update: don't export updateDirectory() · 7dd099a6
      Max Kellermann authored
      If the user requests database update during startup, call
      directory_update_init().  This should be changed to fully asynchronous
      update later.
      
      For this to work, main_notify has to be initialized before db_init().
      7dd099a6
  4. 08 Oct, 2008 3 commits
  5. 07 Sep, 2008 1 commit
  6. 26 Aug, 2008 2 commits
    • Max Kellermann's avatar
      moved code to crossfade.c · 6104e969
      Max Kellermann authored
      decode.c should be a lot smaller; start by moving all code which
      handles cross-fading to crossfade.c.  Also includes camelCase
      conversion.
      6104e969
    • Max Kellermann's avatar
      clean up CPP includes · b6909da7
      Max Kellermann authored
      Include only headers which are really required.  This speeds up
      compilation and helps detect cross-layer accesses.
      b6909da7
  7. 02 Jun, 2008 1 commit
  8. 13 Apr, 2008 4 commits
  9. 12 Apr, 2008 4 commits
  10. 05 Apr, 2007 1 commit
  11. 20 Aug, 2006 1 commit
  12. 06 Aug, 2006 1 commit
  13. 01 Aug, 2006 3 commits
  14. 20 Jul, 2006 1 commit
  15. 14 Jul, 2006 1 commit
  16. 13 Jul, 2006 1 commit
  17. 16 Nov, 2005 1 commit
  18. 02 Nov, 2004 1 commit
  19. 10 May, 2004 1 commit
  20. 07 May, 2004 1 commit
  21. 14 Apr, 2004 1 commit
  22. 11 Apr, 2004 1 commit
  23. 01 Apr, 2004 1 commit
  24. 18 Mar, 2004 1 commit
  25. 05 Mar, 2004 1 commit
  26. 25 Feb, 2004 1 commit
  27. 23 Feb, 2004 1 commit