1. 07 Sep, 2020 1 commit
  2. 27 Mar, 2020 1 commit
  3. 16 Mar, 2020 1 commit
  4. 13 Mar, 2020 1 commit
  5. 12 Mar, 2020 1 commit
  6. 17 Feb, 2020 2 commits
  7. 02 Feb, 2020 1 commit
  8. 01 Feb, 2020 1 commit
  9. 18 Jan, 2020 1 commit
  10. 05 Jul, 2019 1 commit
  11. 17 Jun, 2019 1 commit
  12. 05 Feb, 2019 2 commits
  13. 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
  14. 31 Oct, 2018 1 commit
  15. 01 Aug, 2018 2 commits
  16. 17 Jan, 2018 1 commit
  17. 12 Dec, 2017 1 commit
  18. 11 Aug, 2017 1 commit
  19. 10 Aug, 2017 1 commit
  20. 08 May, 2017 1 commit
  21. 03 Jan, 2017 1 commit
  22. 15 Aug, 2016 1 commit
  23. 20 Jun, 2016 1 commit
  24. 01 Mar, 2016 1 commit
  25. 26 Feb, 2016 1 commit
  26. 23 Feb, 2016 1 commit
    • Max Kellermann's avatar
      configure.ac, unix/Daemon: check for initgroups() at configure time · b3460f3f
      Max Kellermann authored
      The initgroups() manpage says we need to check for _BSD_SOURCE.  The
      thing is that glibc deprecated this macro, and doesn't define it
      anymore, effectively breaking all MPD supplementary groups.
      
      The real fix is to check for initgroups() availability at configure
      time, instead of relying on the deprecated _BSD_SOURCE macro.
      b3460f3f
  27. 16 Oct, 2015 1 commit
  28. 30 Sep, 2015 1 commit
  29. 17 Sep, 2015 2 commits
  30. 24 Aug, 2015 1 commit
  31. 15 Aug, 2015 3 commits
  32. 05 Mar, 2015 2 commits
  33. 03 Mar, 2015 1 commit