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