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