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