1. 13 Mar, 2020 1 commit
  2. 18 Jan, 2020 1 commit
  3. 17 Jun, 2019 1 commit
  4. 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
  5. 31 Oct, 2018 1 commit
  6. 06 Apr, 2017 1 commit
    • Max Kellermann's avatar
      storage/FileInfo, db/simple/Directory: use 64 bit for device/inode · 504f5f7b
      Max Kellermann authored
      An ino_t is usually a 64 bit integer, and some file systems (such as
      Linux's kernel NFS client) really uses the upper 32 bit.  This can
      lead to false positives in the directory loop detection in
      FindAncestorLoop().  Increasing these two attributes (in
      StorageFileInfo and Directory) to 64 bit adds little overhead, but
      makes the check a lot safer.
      504f5f7b
  7. 11 Feb, 2017 2 commits
  8. 03 Jan, 2017 1 commit
  9. 27 Oct, 2016 1 commit
  10. 26 Feb, 2016 1 commit
  11. 28 Feb, 2015 1 commit
  12. 01 Jan, 2015 1 commit
  13. 05 Feb, 2014 1 commit
  14. 13 Jan, 2014 1 commit
  15. 07 Aug, 2013 2 commits
  16. 06 Aug, 2013 1 commit
    • Max Kellermann's avatar
      configure.ac: add option --enable-eventfd · 47e16dbe
      Max Kellermann authored
      Remove the runtime check for eventfd(), hard-code the feature once
      it's been selected at compile time.  The class WakeFD is splitted into
      EventFD and EventPipe, using WakeFD as a macro diversion.
      47e16dbe
  17. 09 Jan, 2013 2 commits
  18. 07 Jan, 2013 1 commit
  19. 03 Jan, 2013 3 commits
  20. 02 Jan, 2013 3 commits
  21. 12 Feb, 2012 2 commits
  22. 11 Feb, 2012 2 commits
  23. 29 Jan, 2011 1 commit
  24. 18 Nov, 2010 1 commit
  25. 01 Jan, 2010 1 commit
  26. 24 Sep, 2009 1 commit
  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. 24 Feb, 2009 1 commit
  29. 30 Dec, 2008 2 commits
  30. 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