1. 17 Oct, 2008 10 commits
  2. 16 Oct, 2008 7 commits
  3. 15 Oct, 2008 21 commits
  4. 14 Oct, 2008 2 commits
    • Max Kellermann's avatar
      command: added command "idle" · a3e3d2c9
      Max Kellermann authored
      "idle" waits until something noteworthy happens on the server,
      e.g. song change, playlist modified, database updated.  This allows
      clients to keep up to date without polling.
      a3e3d2c9
    • Max Kellermann's avatar
      alsa: added #ifdefs around SND_PCM_NO_AUTO_xxx · 30c86d8a
      Max Kellermann authored
      These macros are not available in older libasound versions (1.0.13
      fails, 1.0.16 is ok).  Ignore the configuration if the constants are
      not defined.
      30c86d8a