1. 25 Mar, 2020 3 commits
  2. 22 Mar, 2020 2 commits
  3. 19 Mar, 2020 2 commits
    • Max Kellermann's avatar
      release v0.21.21 · c560ec8e
      Max Kellermann authored
      c560ec8e
    • 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
  4. 12 Mar, 2020 5 commits
  5. 11 Mar, 2020 4 commits
  6. 07 Mar, 2020 6 commits
  7. 29 Feb, 2020 2 commits
  8. 25 Feb, 2020 1 commit
  9. 16 Feb, 2020 4 commits
    • Max Kellermann's avatar
      increment version number to 0.21.21 · 9abb686e
      Max Kellermann authored
      9abb686e
    • Max Kellermann's avatar
      release v0.21.20 · f24bcc7f
      Max Kellermann authored
      f24bcc7f
    • Max Kellermann's avatar
      .travis.yml: use GTest 1.8.0 instead of HEAD · 89800324
      Max Kellermann authored
      Fixes strange C++11 compatibility problems during GTest installation:
      
       /tmp/gtest-20200216-20679-mu1044/googletest/include/gtest/internal/gtest-internal.h:1249:1: error: unknown type name 'constexpr'
       constexpr bool TypedTestCaseIsDeprecated() { return true; }
      
       /tmp/gtest-20200216-20679-mu1044/googletest/include/gtest/internal/gtest-internal.h:1249:11: error: expected unqualified-id
       constexpr bool TypedTestCaseIsDeprecated() { return true; }
      
       /tmp/gtest-20200216-20679-mu1044/googletest/include/gtest/internal/gtest-internal.h:1254:1: error: unknown type name 'constexpr'
       constexpr bool RegisterTypedTestCase_P_IsDeprecated() { return true; }
      89800324
    • Rosen Penev's avatar
      Fix travis · 050e3041
      Rosen Penev authored
      pip is bugged on arm64 and s390x. Add --no-cache-dir to fix. For
      consistency, it doesn't hurt to add everywhere.
      050e3041
  10. 10 Feb, 2020 1 commit
  11. 04 Feb, 2020 5 commits
  12. 01 Feb, 2020 2 commits
  13. 31 Jan, 2020 1 commit
  14. 25 Jan, 2020 2 commits