1. 24 Aug, 2021 1 commit
  2. 26 Jul, 2021 1 commit
  3. 24 Jun, 2021 1 commit
  4. 22 Jun, 2021 1 commit
  5. 24 Feb, 2021 5 commits
  6. 01 Jan, 2021 1 commit
  7. 28 Oct, 2020 1 commit
  8. 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
  9. 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
  10. 01 Apr, 2020 1 commit
  11. 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
  12. 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
  13. 17 Feb, 2020 1 commit
  14. 01 Feb, 2020 1 commit
  15. 20 Jan, 2020 5 commits
  16. 18 Jan, 2020 2 commits
  17. 05 Jul, 2019 1 commit
  18. 17 Jun, 2019 2 commits
  19. 31 May, 2019 1 commit
  20. 29 May, 2019 11 commits