1. 13 Oct, 2021 3 commits
  2. 24 Aug, 2021 1 commit
  3. 26 Jul, 2021 1 commit
  4. 24 Jun, 2021 1 commit
  5. 22 Jun, 2021 1 commit
  6. 24 Feb, 2021 5 commits
  7. 01 Jan, 2021 1 commit
  8. 28 Oct, 2020 1 commit
  9. 29 Sep, 2020 1 commit
    • Rosen Penev's avatar
      remove clocale test · 980e32f6
      Rosen Penev authored
      clocale is part of C++11.
      
      In practical terms, gcc's libstdc++ comes with its own locale defines
      when the libc does not have them.
      
      Also reworked to be dependent on !ANDROID.
      Signed-off-by: 's avatarRosen Penev <rosenp@gmail.com>
      980e32f6
  10. 23 Sep, 2020 1 commit
    • Max Kellermann's avatar
      LogLevel: rename DEFAULT to NOTICE · c843bce9
      Max Kellermann authored
      "DEFAULT" is a bad name - all it says is that it's the default value,
      but it doesn't say what it means.  The name NOTICE mimics the syslog
      level.
      c843bce9
  11. 01 Apr, 2020 1 commit
  12. 19 Mar, 2020 1 commit
    • Max Kellermann's avatar
      raise default "max_connections" value to 100 · 56c234b4
      Max Kellermann authored
      Documentation says the limit is 5, but it was really 10 (at least
      since 2004).  But since MPD wants to promote using many small clients
      idling around, and these clients consume only very few resources, it
      seems reasonable to raise this limit's default value.
      56c234b4
  13. 12 Mar, 2020 1 commit
    • Rosen Penev's avatar
      replace limits.h with climits · 4b57b7f5
      Rosen Penev authored
      The former was deprecated with C++14. The standard says they are the same
      with one exception:
      
      The header<climits>defines all macros the same as the C standard library
      header<limits.h>.
      
      [Note:The types of the constants defined by macros in<climits>are not
      required to match the types to which themacros refer.— end note]
      Signed-off-by: 's avatarRosen Penev <rosenp@gmail.com>
      4b57b7f5
  14. 17 Feb, 2020 1 commit
  15. 01 Feb, 2020 1 commit
  16. 20 Jan, 2020 5 commits
  17. 18 Jan, 2020 2 commits
  18. 05 Jul, 2019 1 commit
  19. 17 Jun, 2019 2 commits
  20. 31 May, 2019 1 commit
  21. 29 May, 2019 8 commits