1. 01 Jan, 2021 1 commit
  2. 18 Jan, 2020 1 commit
  3. 05 Jul, 2019 1 commit
  4. 17 Jun, 2019 1 commit
  5. 26 Apr, 2019 2 commits
  6. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  7. 31 Oct, 2018 1 commit
  8. 20 Aug, 2018 1 commit
  9. 04 Jan, 2017 1 commit
  10. 03 Jan, 2017 1 commit
  11. 26 Feb, 2016 1 commit
  12. 18 Dec, 2015 1 commit
  13. 17 Mar, 2015 1 commit
  14. 01 Jan, 2015 1 commit
  15. 21 Nov, 2014 1 commit
  16. 11 Aug, 2014 2 commits
  17. 07 Aug, 2014 2 commits
  18. 17 Feb, 2014 1 commit
  19. 13 Jan, 2014 1 commit
  20. 07 Dec, 2013 1 commit
  21. 19 Oct, 2013 1 commit
  22. 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
  23. 15 Oct, 2013 1 commit
  24. 02 Oct, 2013 1 commit
  25. 02 Feb, 2013 1 commit
  26. 21 Jan, 2013 1 commit
  27. 18 Jan, 2013 1 commit
  28. 03 Jan, 2013 2 commits
  29. 29 Jan, 2011 1 commit
  30. 01 Jan, 2010 1 commit
  31. 01 Nov, 2009 1 commit
    • Max Kellermann's avatar
      text_file: allocate line buffers dynamically · 9bcfd3a4
      Max Kellermann authored
      Use a single GString buffer object in all functions loading the
      database.  Enlarge it automatically for long lines.  This eliminates
      the maximum line length for tag values.  There is still an upper limit
      of 512 kB to prevent denial of service, but that's reasonable I guess.
      9bcfd3a4
  32. 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
  33. 02 Mar, 2009 1 commit
  34. 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
  35. 09 Oct, 2008 1 commit
  36. 08 Oct, 2008 1 commit