1. 02 Feb, 2020 1 commit
  2. 01 Feb, 2020 1 commit
  3. 18 Jan, 2020 1 commit
  4. 05 Jul, 2019 1 commit
  5. 17 Jun, 2019 1 commit
  6. 05 Feb, 2019 2 commits
  7. 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
  8. 31 Oct, 2018 1 commit
  9. 01 Aug, 2018 2 commits
  10. 17 Jan, 2018 1 commit
  11. 12 Dec, 2017 1 commit
  12. 11 Aug, 2017 1 commit
  13. 10 Aug, 2017 1 commit
  14. 08 May, 2017 1 commit
  15. 03 Jan, 2017 1 commit
  16. 15 Aug, 2016 1 commit
  17. 20 Jun, 2016 1 commit
  18. 01 Mar, 2016 1 commit
  19. 26 Feb, 2016 1 commit
  20. 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
  21. 16 Oct, 2015 1 commit
  22. 30 Sep, 2015 1 commit
  23. 17 Sep, 2015 2 commits
  24. 24 Aug, 2015 1 commit
  25. 15 Aug, 2015 3 commits
  26. 05 Mar, 2015 2 commits
  27. 03 Mar, 2015 1 commit
  28. 01 Jan, 2015 1 commit
  29. 24 Jan, 2014 1 commit