1. 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
  2. 12 Mar, 2020 5 commits
  3. 11 Mar, 2020 4 commits
  4. 07 Mar, 2020 3 commits
  5. 29 Feb, 2020 2 commits
  6. 25 Feb, 2020 1 commit
  7. 10 Feb, 2020 1 commit
  8. 04 Feb, 2020 2 commits
  9. 01 Feb, 2020 2 commits
  10. 31 Jan, 2020 1 commit
  11. 25 Jan, 2020 2 commits
  12. 17 Jan, 2020 1 commit
  13. 12 Jan, 2020 1 commit
  14. 31 Dec, 2019 1 commit
    • Jacob Vosmaer's avatar
      Clang: only use [[fallthrough]] in C++ files · dca05193
      Jacob Vosmaer authored
      It appears that [[fallthrough]] is valid in C++ but not in C. And
      in some Clang versions (e.g. Clang 11 on macOS), Clang is pedantic
      about this and considers it an error to use [[fallthrough]] in a
      .c file such as src/util/format.c.
      
      This changes makes gcc_fallthrough a no-op under Clang in C files.
      dca05193
  15. 24 Dec, 2019 6 commits
  16. 23 Dec, 2019 6 commits
  17. 22 Dec, 2019 1 commit