1. 08 May, 2017 1 commit
  2. 08 Jan, 2017 1 commit
  3. 03 Jan, 2017 1 commit
  4. 26 Feb, 2016 1 commit
  5. 06 Nov, 2015 3 commits
  6. 01 Jan, 2015 1 commit
  7. 26 Dec, 2014 1 commit
  8. 02 Nov, 2014 1 commit
  9. 01 Nov, 2014 1 commit
  10. 10 Oct, 2014 1 commit
  11. 24 Feb, 2014 1 commit
  12. 13 Jan, 2014 1 commit
  13. 29 Dec, 2013 1 commit
  14. 15 Dec, 2013 1 commit
  15. 29 Oct, 2013 1 commit
  16. 23 Oct, 2013 1 commit
  17. 14 Oct, 2013 1 commit
  18. 08 Apr, 2013 1 commit
  19. 04 Apr, 2012 1 commit
  20. 29 Jan, 2011 1 commit
  21. 25 Jun, 2010 1 commit
    • Max Kellermann's avatar
      uri: really count dots in verify_uri_segment() · cd21cfc1
      Max Kellermann authored
      This buggy implementation failed to allow "..." sequences, because the
      dot count was always zero.  The usefulness of allowing "..." (or more
      dots) is debatable, but since it's a valid file name, we allow it.
      cd21cfc1
  22. 27 Feb, 2010 1 commit
  23. 01 Jan, 2010 1 commit
  24. 27 Dec, 2009 1 commit
  25. 26 Dec, 2009 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. 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
  28. 27 Feb, 2009 1 commit
    • Max Kellermann's avatar
      song_print: hide HTTP password in playlist · eae02874
      Max Kellermann authored
      Added the uri_remove_auth() library function which strips username
      and password from a HTTP URI, and use it in song_print_url().  This
      allows you to add HTTP URIs to the playlist including secret username
      and password, without disclosing it to all MPD clients.
      eae02874
  29. 25 Feb, 2009 1 commit
  30. 11 Feb, 2009 1 commit
  31. 07 Jan, 2009 2 commits
  32. 03 Jan, 2009 1 commit
  33. 30 Dec, 2008 2 commits
  34. 27 Dec, 2008 2 commits
  35. 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