1. 08 Dec, 2008 2 commits
    • Avuton Olrich's avatar
      update: default to follow all symlinks · a25b8acd
      Avuton Olrich authored
      MPD 0.13 and older followed all symbolic links.  Although this can be
      a security problem (as it has always been), 0.14 should offer the same
      default behaviour as 0.13.
      a25b8acd
    • Max Kellermann's avatar
      pcm_utils: always round up resampling buffer size · 5b11d5a3
      Max Kellermann authored
      libsamplerate produces cracks in the sound output when the destination
      buffer is too small.  This is the case when pcm_convert_size() rounds
      down.  Use ceil(x) instead of floor(0.5+x) there to prevent a buffer
      overrun.
      5b11d5a3
  2. 04 Dec, 2008 1 commit
  3. 03 Dec, 2008 1 commit
  4. 02 Dec, 2008 8 commits
  5. 01 Dec, 2008 1 commit
  6. 30 Nov, 2008 7 commits
  7. 28 Nov, 2008 1 commit
    • Raphaël Rigo's avatar
      update: added options which control symlink behaviour · 5b089f85
      Raphaël Rigo authored
      The configuration options "follow_outside_symlinks" and
      "follow_inside_symlinks" let the user control whether MPD should
      follow symbolic links in the music directory.
      
      [mk: converted variables to "bool"; moved configuration to
      update_global_init()]
      5b089f85
  8. 27 Nov, 2008 4 commits
  9. 25 Nov, 2008 12 commits
  10. 24 Nov, 2008 3 commits