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